Uses of Interface
org.jbpm.designer.web.profile.IDiagramProfile
-
-
Uses of IDiagramProfile in org.jbpm.designer.bpmn2.impl
Methods in org.jbpm.designer.bpmn2.impl with parameters of type IDiagramProfile Modifier and Type Method Description voidBpmn2JsonMarshaller. setProfile(IDiagramProfile profile) -
Uses of IDiagramProfile in org.jbpm.designer.bpmn2.validation
Constructors in org.jbpm.designer.bpmn2.validation with parameters of type IDiagramProfile Constructor Description BPMN2SyntaxChecker(String json, String preprocessingData, IDiagramProfile profile) -
Uses of IDiagramProfile in org.jbpm.designer.epn.impl
Methods in org.jbpm.designer.epn.impl with parameters of type IDiagramProfile Modifier and Type Method Description voidEpnJsonMarshaller. setProfile(IDiagramProfile profile) -
Uses of IDiagramProfile in org.jbpm.designer.repository.servlet
Methods in org.jbpm.designer.repository.servlet with parameters of type IDiagramProfile Modifier and Type Method Description voidAssetServiceServlet. setProfile(IDiagramProfile profile) -
Uses of IDiagramProfile in org.jbpm.designer.server
Methods in org.jbpm.designer.server that return IDiagramProfile Modifier and Type Method Description IDiagramProfileEditorHandler. getProfile()Methods in org.jbpm.designer.server with parameters of type IDiagramProfile Modifier and Type Method Description voidEditorHandler. setProfile(IDiagramProfile profile) -
Uses of IDiagramProfile in org.jbpm.designer.taskforms
Constructors in org.jbpm.designer.taskforms with parameters of type IDiagramProfile Constructor Description TaskFormTemplateManager(org.uberfire.backend.vfs.Path myPath, BPMNFormBuilderManager formBuilderManager, IDiagramProfile profile, Asset processAsset, String templatesPath, org.eclipse.bpmn2.Definitions def, String taskId, String formType) -
Uses of IDiagramProfile in org.jbpm.designer.web.batikprotocolhandler
Constructors in org.jbpm.designer.web.batikprotocolhandler with parameters of type IDiagramProfile Constructor Description 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 Modifier and Type Method Description IDiagramPreprocessingUnitIDiagramPreprocessingService. findPreprocessingUnit(javax.servlet.http.HttpServletRequest request, IDiagramProfile profile)voidIDiagramPreprocessingUnit. preprocess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IDiagramProfile profile, javax.servlet.ServletContext serlvetContext, boolean readOnly, boolean viewLocked, org.uberfire.io.IOService ioService, RepositoryDescriptor descriptor) -
Uses of IDiagramProfile in org.jbpm.designer.web.preprocessing.impl
Methods in org.jbpm.designer.web.preprocessing.impl with parameters of type IDiagramProfile Modifier and Type Method Description IDiagramPreprocessingUnitPreprocessingServiceImpl. findPreprocessingUnit(javax.servlet.http.HttpServletRequest request, IDiagramProfile profile)voidDefaultPreprocessingUnit. preprocess(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IDiagramProfile profile, javax.servlet.ServletContext servletContext, boolean readOnly, boolean viewLocked, org.uberfire.io.IOService ioService, RepositoryDescriptor descriptor)voidJbpmPreprocessingUnit. preprocess(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, IDiagramProfile profile, javax.servlet.ServletContext serlvetContext, boolean readOnly, boolean viewLocked, org.uberfire.io.IOService ioService, RepositoryDescriptor descriptor) -
Uses of IDiagramProfile in org.jbpm.designer.web.profile
Methods in org.jbpm.designer.web.profile that return IDiagramProfile Modifier and Type Method Description IDiagramProfileIDiagramProfileService. findProfile(javax.servlet.http.HttpServletRequest request, String name)Methods in org.jbpm.designer.web.profile that return types with arguments of type IDiagramProfile Modifier and Type Method Description 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 Modifier and Type Method Description StringIDiagramProfile.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 Modifier and Type Class Description classDefaultProfileImplThe implementation of the default profile for Process Designer.classJbpmProfileImplThe implementation of the jBPM profile for Process Designer.Methods in org.jbpm.designer.web.profile.impl that return IDiagramProfile Modifier and Type Method Description IDiagramProfileProfileServiceImpl. findProfile(javax.servlet.http.HttpServletRequest request, String name)Methods in org.jbpm.designer.web.profile.impl that return types with arguments of type IDiagramProfile Modifier and Type Method Description Collection<IDiagramProfile>ProfileServiceImpl. getProfiles(javax.servlet.http.HttpServletRequest request)Methods in org.jbpm.designer.web.profile.impl with parameters of type IDiagramProfile Modifier and Type Method Description static StringRepositoryInfo. getRepositoryHost(IDiagramProfile profile)static StringRepositoryInfo. getRepositoryProtocol(IDiagramProfile profile)static StringRepositoryInfo. getRepositoryPwd(IDiagramProfile profile)static StringRepositoryInfo. getRepositorySubdomain(IDiagramProfile profile)static StringRepositoryInfo. getRepositoryUsr(IDiagramProfile profile)Constructor parameters in org.jbpm.designer.web.profile.impl with type arguments of type IDiagramProfile Constructor Description 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 Modifier and Type Method Description 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)voidIUUIDBasedRepository. save(javax.servlet.http.HttpServletRequest req, String uuid, String json, String svg, IDiagramProfile profile, Boolean autosave)Saves the model inside the repository.voidUUIDBasedEpnRepository. save(javax.servlet.http.HttpServletRequest req, String uuid, String json, String svg, IDiagramProfile profile, Boolean autosave)StringIUUIDBasedRepository. toXML(String json, IDiagramProfile profile, String preProcessingData)Transforms given json to bpmn2 xmlStringUUIDBasedEpnRepository. 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 Modifier and Type Method Description byte[]UUIDBasedFileRepository. load(javax.servlet.http.HttpServletRequest req, String uuid, IDiagramProfile profile, javax.servlet.ServletContext servletContext)byte[]UUIDBasedJbpmRepository. load(javax.servlet.http.HttpServletRequest req, String uuid, IDiagramProfile profile, javax.servlet.ServletContext servletContext)voidUUIDBasedFileRepository. save(javax.servlet.http.HttpServletRequest req, String uuid, String json, String svg, IDiagramProfile profile, Boolean autosave)voidUUIDBasedJbpmRepository. save(javax.servlet.http.HttpServletRequest req, String uuid, String json, String svg, IDiagramProfile profile, Boolean autosave)StringUUIDBasedFileRepository. toXML(String json, IDiagramProfile profile, String preProcessingData)StringUUIDBasedJbpmRepository. toXML(String json, IDiagramProfile profile, String preProcessingData) -
Uses of IDiagramProfile in org.jbpm.designer.web.server
Fields in org.jbpm.designer.web.server declared as IDiagramProfile Modifier and Type Field Description protected IDiagramProfileCalledElementServlet. profileprotected IDiagramProfileFileStoreServlet. profileprotected IDiagramProfileProcessDiffServiceServlet. profileprotected IDiagramProfileStencilPatternsServlet. profileprotected IDiagramProfileSyntaxCheckerServlet. profileprotected IDiagramProfileThemeServlet. profileMethods in org.jbpm.designer.web.server with parameters of type IDiagramProfile Modifier and Type Method Description static voidServletUtil. applyAuth(IDiagramProfile profile, HttpURLConnection connection)static booleanServletUtil. assetExistsInRepository(String packageName, String assetName, IDiagramProfile profile)static booleanServletUtil. 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 InputStreamServletUtil. getInputStreamForURL(String urlLocation, String requestMethod, IDiagramProfile profile)static List<String>ServletUtil. getPackageNamesFromRepository(IDiagramProfile profile)static StringServletUtil. getProcessImageContent(String packageName, String processid, IDiagramProfile profile)static AssetServletUtil. getProcessSourceContent(String uuid, IDiagramProfile profile)voidCustomEditorsServlet. setProfile(IDiagramProfile profile)voidDictionaryServlet. setProfile(IDiagramProfile profile)voidFormWidgetServlet. setProfile(IDiagramProfile profile)voidJbpmServiceRepositoryServlet. setProfile(IDiagramProfile profile)voidProcessInfoServlet. setProfile(IDiagramProfile profile)voidSimulationServlet. setProfile(IDiagramProfile profile)voidStencilPatternsServlet. setProfile(IDiagramProfile profile)voidTaskFormsEditorServlet. setProfile(IDiagramProfile profile)voidTaskFormsServlet. setProfile(IDiagramProfile profile)voidTransformerServlet. setProfile(IDiagramProfile profile) -
Uses of IDiagramProfile in org.jbpm.designer.web.server.menu
Fields in org.jbpm.designer.web.server.menu declared as IDiagramProfile Modifier and Type Field Description protected IDiagramProfileMenuServlet. profile -
Uses of IDiagramProfile in org.jbpm.designer.web.server.menu.connector
Fields in org.jbpm.designer.web.server.menu.connector declared as IDiagramProfile Modifier and Type Field Description protected IDiagramProfileAbstractConnectorServlet. profileMethods in org.jbpm.designer.web.server.menu.connector with parameters of type IDiagramProfile Modifier and Type Method Description protected voidAbstractConnectorServlet. 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 Modifier and Type Method Description protected voidAbstractCommand. 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)voidMakeDirCommand. init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IDiagramProfile profile, Repository repository, Map<String,Object> requestParams)voidMakeFileCommand. init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IDiagramProfile profile, Repository repository, Map<String,Object> requestParams)voidOpenCommand. init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IDiagramProfile profile, Repository repository, Map<String,Object> requestParams)voidPasteCommand. init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IDiagramProfile profile, Repository repository, Map<String,Object> requestParams)voidRemoveAssetCommand. init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IDiagramProfile profile, Repository repository, Map<String,Object> requestParams)voidRenameCommand. init(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, IDiagramProfile profile, Repository repository, Map<String,Object> requestParams)voidUploadCommand. 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.JSONObjectAbstractCommand. listContent(IDiagramProfile profile, String target, String current, boolean tree)org.json.JSONObjectAbstractCommand. makeDirectory(IDiagramProfile profile, String current, String name, boolean tree)org.json.JSONObjectAbstractCommand. makeFile(IDiagramProfile profile, String current, String name, boolean tree)org.json.JSONObjectAbstractCommand. moveDirectoryOrAsset(IDiagramProfile profile, String name, String target, String current, boolean tree)org.json.JSONObjectAbstractCommand. pasteDirectoriesOrAssets(IDiagramProfile profile, String current, List<String> targets, String cut, String dst, String src, boolean tree)org.json.JSONObjectAbstractCommand. removeAssets(IDiagramProfile profile, String current, List<String> targets, boolean tree)org.json.JSONObjectAbstractCommand. uploadFiles(IDiagramProfile profile, String current, List<org.apache.commons.fileupload.FileItemStream> listFiles, List<ByteArrayOutputStream> listFileStreams, boolean tree)
-