|
jBPM Designer - Backend 6.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IDiagramProfile in org.jbpm.designer.bpmn2.impl |
---|
Methods in org.jbpm.designer.bpmn2.impl with parameters of type IDiagramProfile | |
---|---|
void |
Bpmn2JsonMarshaller.setProfile(IDiagramProfile profile)
|
Uses of IDiagramProfile in org.jbpm.designer.bpmn2.validation |
---|
Constructors in org.jbpm.designer.bpmn2.validation with parameters of type IDiagramProfile | |
---|---|
BPMN2SyntaxChecker(String json,
String preprocessingData,
IDiagramProfile profile,
String uuid)
|
Uses of IDiagramProfile in org.jbpm.designer.epn.impl |
---|
Methods in org.jbpm.designer.epn.impl with parameters of type IDiagramProfile | |
---|---|
void |
EpnJsonMarshaller.setProfile(IDiagramProfile profile)
|
Uses of IDiagramProfile in org.jbpm.designer.repository.servlet |
---|
Methods in org.jbpm.designer.repository.servlet with parameters of type IDiagramProfile | |
---|---|
void |
AssetServiceServlet.setProfile(IDiagramProfile profile)
|
Uses of IDiagramProfile in org.jbpm.designer.taskforms |
---|
Constructors in org.jbpm.designer.taskforms with parameters of type IDiagramProfile | |
---|---|
TaskFormTemplateManager(org.uberfire.backend.vfs.Path myPath,
org.jbpm.formModeler.designer.integration.BPMNFormBuilderService formModelerService,
IDiagramProfile profile,
Asset processAsset,
String templatesPath,
org.eclipse.bpmn2.Definitions def)
|
Uses of IDiagramProfile in org.jbpm.designer.web.batikprotocolhandler |
---|
Constructors in org.jbpm.designer.web.batikprotocolhandler with parameters of type IDiagramProfile | |
---|---|
GuvnorParsedURLData(IDiagramProfile profile,
String urlStr)
|
|
GuvnorParsedURLProtocolHandler(IDiagramProfile profile)
|
Uses of IDiagramProfile in org.jbpm.designer.web.preprocessing |
---|
Methods in org.jbpm.designer.web.preprocessing with parameters of type IDiagramProfile | |
---|---|
IDiagramPreprocessingUnit |
IDiagramPreprocessingService.findPreprocessingUnit(javax.servlet.http.HttpServletRequest request,
IDiagramProfile profile)
|
void |
IDiagramPreprocessingUnit.preprocess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IDiagramProfile profile,
javax.servlet.ServletContext serlvetContext)
|
Uses of IDiagramProfile in org.jbpm.designer.web.preprocessing.impl |
---|
Methods in org.jbpm.designer.web.preprocessing.impl with parameters of type IDiagramProfile | |
---|---|
IDiagramPreprocessingUnit |
PreprocessingServiceImpl.findPreprocessingUnit(javax.servlet.http.HttpServletRequest request,
IDiagramProfile profile)
|
void |
JbpmPreprocessingUnit.preprocess(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
IDiagramProfile profile,
javax.servlet.ServletContext serlvetContext)
|
void |
DefaultPreprocessingUnit.preprocess(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IDiagramProfile profile,
javax.servlet.ServletContext servletContext)
|
Uses of IDiagramProfile in org.jbpm.designer.web.profile |
---|
Methods in org.jbpm.designer.web.profile that return IDiagramProfile | |
---|---|
IDiagramProfile |
IDiagramProfileService.findProfile(javax.servlet.http.HttpServletRequest request,
String name)
|
Methods in org.jbpm.designer.web.profile that return types with arguments of type IDiagramProfile | |
---|---|
Set<IDiagramProfile> |
IDiagramProfileFactory.getProfiles(javax.servlet.http.HttpServletRequest request)
|
Collection<IDiagramProfile> |
IDiagramProfileService.getProfiles(javax.servlet.http.HttpServletRequest request)
|
Methods in org.jbpm.designer.web.profile with parameters of type IDiagramProfile | |
---|---|
String |
IDiagramProfile.IDiagramUnmarshaller.parseModel(String xmlModel,
IDiagramProfile profile,
String preProcessingData)
|
Uses of IDiagramProfile in org.jbpm.designer.web.profile.impl |
---|
Classes in org.jbpm.designer.web.profile.impl that implement IDiagramProfile | |
---|---|
class |
DefaultProfileImpl
The implementation of the default profile for Process Designer. |
class |
EpnProfileImpl
The implementation of the epn profile for Process Designer. |
class |
JbpmProfileImpl
The implementation of the jBPM profile for Process Designer. |
Methods in org.jbpm.designer.web.profile.impl that return IDiagramProfile | |
---|---|
IDiagramProfile |
ProfileServiceImpl.findProfile(javax.servlet.http.HttpServletRequest request,
String name)
|
Methods in org.jbpm.designer.web.profile.impl that return types with arguments of type IDiagramProfile | |
---|---|
Collection<IDiagramProfile> |
ProfileServiceImpl.getProfiles(javax.servlet.http.HttpServletRequest request)
|
Methods in org.jbpm.designer.web.profile.impl with parameters of type IDiagramProfile | |
---|---|
static String |
RepositoryInfo.getRepositoryHost(IDiagramProfile profile)
|
static String |
RepositoryInfo.getRepositoryProtocol(IDiagramProfile profile)
|
static String |
RepositoryInfo.getRepositoryPwd(IDiagramProfile profile)
|
static String |
RepositoryInfo.getRepositorySubdomain(IDiagramProfile profile)
|
static String |
RepositoryInfo.getRepositoryUsr(IDiagramProfile profile)
|
Constructor parameters in org.jbpm.designer.web.profile.impl with type arguments of type IDiagramProfile | |
---|---|
ProfileServiceImpl(javax.enterprise.inject.Instance<IDiagramProfile> profiles)
|
Uses of IDiagramProfile in org.jbpm.designer.web.repository |
---|
Methods in org.jbpm.designer.web.repository with parameters of type IDiagramProfile | |
---|---|
byte[] |
IUUIDBasedRepository.load(javax.servlet.http.HttpServletRequest req,
String uuid,
IDiagramProfile profile,
javax.servlet.ServletContext servletContext)
|
byte[] |
UUIDBasedEpnRepository.load(javax.servlet.http.HttpServletRequest req,
String uuid,
IDiagramProfile profile,
javax.servlet.ServletContext servletContext)
|
void |
IUUIDBasedRepository.save(javax.servlet.http.HttpServletRequest req,
String uuid,
String json,
String svg,
IDiagramProfile profile,
Boolean autosave)
Saves the model inside the repository. |
void |
UUIDBasedEpnRepository.save(javax.servlet.http.HttpServletRequest req,
String uuid,
String json,
String svg,
IDiagramProfile profile,
Boolean autosave)
|
String |
IUUIDBasedRepository.toXML(String json,
IDiagramProfile profile,
String preProcessingData)
Transforms given json to bpmn2 xml |
String |
UUIDBasedEpnRepository.toXML(String json,
IDiagramProfile profile,
String preProcessingData)
|
Uses of IDiagramProfile in org.jbpm.designer.web.repository.impl |
---|
Methods in org.jbpm.designer.web.repository.impl with parameters of type IDiagramProfile | |
---|---|
byte[] |
UUIDBasedJbpmRepository.load(javax.servlet.http.HttpServletRequest req,
String uuid,
IDiagramProfile profile,
javax.servlet.ServletContext servletContext)
|
byte[] |
UUIDBasedFileRepository.load(javax.servlet.http.HttpServletRequest req,
String uuid,
IDiagramProfile profile,
javax.servlet.ServletContext servletContext)
|
void |
UUIDBasedJbpmRepository.save(javax.servlet.http.HttpServletRequest req,
String uuid,
String json,
String svg,
IDiagramProfile profile,
Boolean autosave)
|
void |
UUIDBasedFileRepository.save(javax.servlet.http.HttpServletRequest req,
String uuid,
String json,
String svg,
IDiagramProfile profile,
Boolean autosave)
|
String |
UUIDBasedJbpmRepository.toXML(String json,
IDiagramProfile profile,
String preProcessingData)
|
String |
UUIDBasedFileRepository.toXML(String json,
IDiagramProfile profile,
String preProcessingData)
|
Uses of IDiagramProfile in org.jbpm.designer.web.server |
---|
Methods in org.jbpm.designer.web.server with parameters of type IDiagramProfile | |
---|---|
static void |
ServletUtil.applyAuth(IDiagramProfile profile,
HttpURLConnection connection)
|
static boolean |
ServletUtil.assetExistsInRepository(String packageName,
String assetName,
IDiagramProfile profile)
|
static boolean |
ServletUtil.existsProcessImageInRepository(String assetURL,
IDiagramProfile profile)
|
static Collection<Asset> |
ServletUtil.findAssetsInRepository(String assetName,
IDiagramProfile profile)
|
static String[] |
ServletUtil.findPackageAndAssetInfo(String uuid,
IDiagramProfile profile)
|
static List<String> |
ServletUtil.getAllProcessesInPackage(String pkgName,
IDiagramProfile profile)
|
static List<String> |
ServletUtil.getFormWidgetList(IDiagramProfile profile,
Repository repository,
String uuid)
|
static InputStream |
ServletUtil.getInputStreamForURL(String urlLocation,
String requestMethod,
IDiagramProfile profile)
|
static List<String> |
ServletUtil.getPackageNamesFromRepository(IDiagramProfile profile)
|
static String |
ServletUtil.getProcessImageContent(String packageName,
String processid,
IDiagramProfile profile)
|
static Asset |
ServletUtil.getProcessSourceContent(String uuid,
IDiagramProfile profile)
|
void |
FormWidgetServlet.setProfile(IDiagramProfile profile)
|
void |
TaskFormsEditorServlet.setProfile(IDiagramProfile profile)
|
void |
CustomEditorsServlet.setProfile(IDiagramProfile profile)
|
void |
DictionaryServlet.setProfile(IDiagramProfile profile)
|
void |
TaskFormsServlet.setProfile(IDiagramProfile profile)
|
void |
JbpmServiceRepositoryServlet.setProfile(IDiagramProfile profile)
|
Uses of IDiagramProfile in org.jbpm.designer.web.server.menu.connector |
---|
Methods in org.jbpm.designer.web.server.menu.connector with parameters of type IDiagramProfile | |
---|---|
protected void |
AbstractConnectorServlet.initializeDefaultRepo(IDiagramProfile profile,
Repository repository,
javax.servlet.http.HttpServletRequest request)
|
Uses of IDiagramProfile in org.jbpm.designer.web.server.menu.connector.commands |
---|
Methods in org.jbpm.designer.web.server.menu.connector.commands with parameters of type IDiagramProfile | |
---|---|
protected void |
AbstractCommand.checkAlreadyExists(IDiagramProfile profile,
String fileName,
String current)
|
protected Map<String,Object> |
AbstractCommand.getAssetInfo(IDiagramProfile profile,
Asset asset)
|
List<Map<String,Object>> |
AbstractCommand.getCdc(IDiagramProfile profile,
String path,
boolean tree)
|
Map<String,Object> |
AbstractCommand.getCwd(IDiagramProfile profile,
String path,
boolean tree)
|
protected Map<String,Object> |
AbstractCommand.getDirectoryInfo(IDiagramProfile profile,
Directory dir)
|
Map<String,Object> |
AbstractCommand.getTree(IDiagramProfile profile,
String path,
boolean tree)
|
void |
OpenCommand.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IDiagramProfile profile,
Repository repository,
Map<String,Object> requestParams)
|
void |
RemoveAssetCommand.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IDiagramProfile profile,
Repository repository,
Map<String,Object> requestParams)
|
void |
PasteCommand.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IDiagramProfile profile,
Repository repository,
Map<String,Object> requestParams)
|
void |
MakeDirCommand.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IDiagramProfile profile,
Repository repository,
Map<String,Object> requestParams)
|
void |
MakeFileCommand.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IDiagramProfile profile,
Repository repository,
Map<String,Object> requestParams)
|
void |
RenameCommand.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IDiagramProfile profile,
Repository repository,
Map<String,Object> requestParams)
|
void |
UploadCommand.init(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
IDiagramProfile profile,
Repository repository,
Map<String,Object> requestParams,
List<org.apache.commons.fileupload.FileItemStream> listFiles,
List<ByteArrayOutputStream> listFileStreams)
|
org.json.JSONObject |
AbstractCommand.listContent(IDiagramProfile profile,
String target,
String current,
boolean tree)
|
org.json.JSONObject |
AbstractCommand.makeDirectory(IDiagramProfile profile,
String current,
String name,
boolean tree)
|
org.json.JSONObject |
AbstractCommand.makeFile(IDiagramProfile profile,
String current,
String name,
boolean tree)
|
org.json.JSONObject |
AbstractCommand.moveDirectoryOrAsset(IDiagramProfile profile,
String name,
String target,
String current,
boolean tree)
|
org.json.JSONObject |
AbstractCommand.pasteDirectoriesOrAssets(IDiagramProfile profile,
String current,
List<String> targets,
String cut,
String dst,
String src,
boolean tree)
|
org.json.JSONObject |
AbstractCommand.removeAssets(IDiagramProfile profile,
String current,
List<String> targets,
boolean tree)
|
org.json.JSONObject |
AbstractCommand.uploadFiles(IDiagramProfile profile,
String current,
List<org.apache.commons.fileupload.FileItemStream> listFiles,
List<ByteArrayOutputStream> listFileStreams,
boolean tree)
|
|
jBPM Designer - Backend 6.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |