Modifier and Type | Method and Description |
---|---|
void |
Bpmn2JsonMarshaller.setProfile(IDiagramProfile profile) |
Constructor and Description |
---|
BPMN2SyntaxChecker(String json,
String preprocessingData,
IDiagramProfile profile) |
Modifier and Type | Method and Description |
---|---|
void |
EpnJsonMarshaller.setProfile(IDiagramProfile profile) |
Modifier and Type | Method and Description |
---|---|
void |
AssetServiceServlet.setProfile(IDiagramProfile profile) |
Modifier and Type | Method and Description |
---|---|
IDiagramProfile |
EditorHandler.getProfile() |
Modifier and Type | Method and Description |
---|---|
void |
EditorHandler.setProfile(IDiagramProfile profile) |
Constructor and 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) |
Constructor and Description |
---|
GuvnorParsedURLData(IDiagramProfile profile,
String urlStr) |
GuvnorParsedURLProtocolHandler(IDiagramProfile profile) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
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,
boolean readOnly,
boolean viewLocked,
org.uberfire.io.IOService ioService,
RepositoryDescriptor descriptor) |
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) |
Modifier and Type | Method and Description |
---|---|
IDiagramProfile |
IDiagramProfileService.findProfile(javax.servlet.http.HttpServletRequest request,
String name) |
Modifier and Type | Method and Description |
---|---|
Collection<IDiagramProfile> |
IDiagramProfileService.getProfiles(javax.servlet.http.HttpServletRequest request) |
Set<IDiagramProfile> |
IDiagramProfileFactory.getProfiles(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
String |
IDiagramProfile.IDiagramUnmarshaller.parseModel(String xmlModel,
IDiagramProfile profile,
String preProcessingData) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProfileImpl
The implementation of the default profile for Process Designer.
|
class |
JbpmProfileImpl
The implementation of the jBPM profile for Process Designer.
|
Modifier and Type | Method and Description |
---|---|
IDiagramProfile |
ProfileServiceImpl.findProfile(javax.servlet.http.HttpServletRequest request,
String name) |
Modifier and Type | Method and Description |
---|---|
Collection<IDiagramProfile> |
ProfileServiceImpl.getProfiles(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and 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 and Description |
---|
ProfileServiceImpl(javax.enterprise.inject.Instance<IDiagramProfile> profiles) |
Modifier and Type | Method and Description |
---|---|
byte[] |
UUIDBasedEpnRepository.load(javax.servlet.http.HttpServletRequest req,
String uuid,
IDiagramProfile profile,
javax.servlet.ServletContext servletContext) |
byte[] |
IUUIDBasedRepository.load(javax.servlet.http.HttpServletRequest req,
String uuid,
IDiagramProfile profile,
javax.servlet.ServletContext servletContext) |
void |
UUIDBasedEpnRepository.save(javax.servlet.http.HttpServletRequest req,
String uuid,
String json,
String svg,
IDiagramProfile profile,
Boolean autosave) |
void |
IUUIDBasedRepository.save(javax.servlet.http.HttpServletRequest req,
String uuid,
String json,
String svg,
IDiagramProfile profile,
Boolean autosave)
Saves the model inside the repository.
|
String |
UUIDBasedEpnRepository.toXML(String json,
IDiagramProfile profile,
String preProcessingData) |
String |
IUUIDBasedRepository.toXML(String json,
IDiagramProfile profile,
String preProcessingData)
Transforms given json to bpmn2 xml
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected IDiagramProfile |
ThemeServlet.profile |
protected IDiagramProfile |
SyntaxCheckerServlet.profile |
protected IDiagramProfile |
StencilPatternsServlet.profile |
protected IDiagramProfile |
ProcessDiffServiceServlet.profile |
protected IDiagramProfile |
FileStoreServlet.profile |
protected IDiagramProfile |
CalledElementServlet.profile |
Modifier and Type | Method and 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 |
TransformerServlet.setProfile(IDiagramProfile profile) |
void |
TaskFormsServlet.setProfile(IDiagramProfile profile) |
void |
TaskFormsEditorServlet.setProfile(IDiagramProfile profile) |
void |
StencilPatternsServlet.setProfile(IDiagramProfile profile) |
void |
SimulationServlet.setProfile(IDiagramProfile profile) |
void |
ProcessInfoServlet.setProfile(IDiagramProfile profile) |
void |
JbpmServiceRepositoryServlet.setProfile(IDiagramProfile profile) |
void |
FormWidgetServlet.setProfile(IDiagramProfile profile) |
void |
DictionaryServlet.setProfile(IDiagramProfile profile) |
void |
CustomEditorsServlet.setProfile(IDiagramProfile profile) |
Modifier and Type | Field and Description |
---|---|
protected IDiagramProfile |
MenuServlet.profile |
Modifier and Type | Field and Description |
---|---|
protected IDiagramProfile |
AbstractConnectorServlet.profile |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractConnectorServlet.initializeDefaultRepo(IDiagramProfile profile,
Repository repository,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and 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 |
RenameCommand.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 |
OpenCommand.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 |
MakeDirCommand.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) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.