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 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 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 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 Modifier and Type Method Description void
AssetServiceServlet. 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 IDiagramProfile
EditorHandler. getProfile()
Methods in org.jbpm.designer.server with parameters of type IDiagramProfile Modifier and Type Method Description void
EditorHandler. 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 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, 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 IDiagramPreprocessingUnit
PreprocessingServiceImpl. findPreprocessingUnit(javax.servlet.http.HttpServletRequest request, IDiagramProfile profile)
void
DefaultPreprocessingUnit. 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)
void
JbpmPreprocessingUnit. 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 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 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 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 Modifier and Type Class Description class
DefaultProfileImpl
The implementation of the default 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 Modifier and Type Method Description 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 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 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 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)
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 xmlString
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 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)
void
UUIDBasedFileRepository. save(javax.servlet.http.HttpServletRequest req, String uuid, String json, String svg, IDiagramProfile profile, Boolean autosave)
void
UUIDBasedJbpmRepository. save(javax.servlet.http.HttpServletRequest req, String uuid, String json, String svg, IDiagramProfile profile, Boolean autosave)
String
UUIDBasedFileRepository. toXML(String json, IDiagramProfile profile, String preProcessingData)
String
UUIDBasedJbpmRepository. 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 IDiagramProfile
CalledElementServlet. profile
protected IDiagramProfile
FileStoreServlet. profile
protected IDiagramProfile
ProcessDiffServiceServlet. profile
protected IDiagramProfile
StencilPatternsServlet. profile
protected IDiagramProfile
SyntaxCheckerServlet. profile
protected IDiagramProfile
ThemeServlet. profile
Methods in org.jbpm.designer.web.server with parameters of type IDiagramProfile Modifier and Type Method Description 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
CustomEditorsServlet. setProfile(IDiagramProfile profile)
void
DictionaryServlet. setProfile(IDiagramProfile profile)
void
FormWidgetServlet. setProfile(IDiagramProfile profile)
void
JbpmServiceRepositoryServlet. setProfile(IDiagramProfile profile)
void
ProcessInfoServlet. setProfile(IDiagramProfile profile)
void
SimulationServlet. setProfile(IDiagramProfile profile)
void
StencilPatternsServlet. setProfile(IDiagramProfile profile)
void
TaskFormsEditorServlet. setProfile(IDiagramProfile profile)
void
TaskFormsServlet. setProfile(IDiagramProfile profile)
void
TransformerServlet. 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 IDiagramProfile
MenuServlet. 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 IDiagramProfile
AbstractConnectorServlet. profile
Methods in org.jbpm.designer.web.server.menu.connector with parameters of type IDiagramProfile Modifier and Type Method Description 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 Modifier and Type Method Description 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
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
OpenCommand. 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
RemoveAssetCommand. 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)
-