@ApplicationScoped public class JbpmProfileImpl extends Object implements IDiagramProfile
IDiagramProfile.IDiagramMarshaller, IDiagramProfile.IDiagramUnmarshaller| Constructor and Description |
|---|
JbpmProfileImpl() |
JbpmProfileImpl(javax.servlet.ServletContext servletContext) |
JbpmProfileImpl(javax.servlet.ServletContext servletContext,
boolean initializeLocalPlugins,
boolean initializeRepository) |
| Modifier and Type | Method and Description |
|---|---|
IDiagramProfile.IDiagramMarshaller |
createMarshaller() |
IDiagramProfile.IDiagramUnmarshaller |
createUnmarshaller() |
org.eclipse.bpmn2.Definitions |
getDefinitions(String xml) |
String |
getLocalHistoryEnabled() |
String |
getLocalHistoryTimeout() |
String |
getName() |
Collection<String> |
getPlugins() |
Repository |
getRepository() |
String |
getRepositoryGlobalDir() |
String |
getRepositoryGlobalDir(String uuid) |
String |
getSerializedModelExtension() |
String |
getStencilSet() |
Collection<String> |
getStencilSetExtensions() |
String |
getStencilSetExtensionURL() |
String |
getStencilSetNamespaceURL() |
String |
getStencilSetURL() |
String |
getStoreSVGonSaveOption() |
String |
getTitle() |
void |
init(javax.servlet.ServletContext context) |
void |
setRepository(Repository repository) |
void |
setZOrder(String zOrderEnabled)
For test purposes
|
public JbpmProfileImpl(javax.servlet.ServletContext servletContext)
public JbpmProfileImpl()
public JbpmProfileImpl(javax.servlet.ServletContext servletContext,
boolean initializeLocalPlugins,
boolean initializeRepository)
public String getTitle()
getTitle in interface IDiagramProfilepublic String getStencilSet()
getStencilSet in interface IDiagramProfilepublic Collection<String> getStencilSetExtensions()
getStencilSetExtensions in interface IDiagramProfilepublic Collection<String> getPlugins()
getPlugins in interface IDiagramProfilepublic String getName()
getName in interface IDiagramProfilepublic String getSerializedModelExtension()
getSerializedModelExtension in interface IDiagramProfilepublic String getLocalHistoryEnabled()
getLocalHistoryEnabled in interface IDiagramProfilepublic String getLocalHistoryTimeout()
getLocalHistoryTimeout in interface IDiagramProfilepublic String getStoreSVGonSaveOption()
getStoreSVGonSaveOption in interface IDiagramProfilepublic Repository getRepository()
getRepository in interface IDiagramProfilepublic void init(javax.servlet.ServletContext context)
init in interface IDiagramProfilepublic void setRepository(Repository repository)
public IDiagramProfile.IDiagramMarshaller createMarshaller()
createMarshaller in interface IDiagramProfilepublic IDiagramProfile.IDiagramUnmarshaller createUnmarshaller()
createUnmarshaller in interface IDiagramProfilepublic String getRepositoryGlobalDir()
getRepositoryGlobalDir in interface IDiagramProfilepublic String getRepositoryGlobalDir(String uuid)
getRepositoryGlobalDir in interface IDiagramProfilepublic org.eclipse.bpmn2.Definitions getDefinitions(String xml) throws Exception
Exceptionpublic String getStencilSetURL()
getStencilSetURL in interface IDiagramProfilepublic String getStencilSetNamespaceURL()
getStencilSetNamespaceURL in interface IDiagramProfilepublic String getStencilSetExtensionURL()
getStencilSetExtensionURL in interface IDiagramProfilepublic void setZOrder(String zOrderEnabled)
zOrderEnabled - Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.