org.jbpm.designer.web.profile.impl
@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) |
public JbpmProfileImpl(javax.servlet.ServletContext servletContext)
public JbpmProfileImpl()
public JbpmProfileImpl(javax.servlet.ServletContext servletContext, boolean initializeLocalPlugins, boolean initializeRepository)
public String getTitle()
getTitle
in interface IDiagramProfile
public String getStencilSet()
getStencilSet
in interface IDiagramProfile
public Collection<String> getStencilSetExtensions()
getStencilSetExtensions
in interface IDiagramProfile
public Collection<String> getPlugins()
getPlugins
in interface IDiagramProfile
public String getName()
getName
in interface IDiagramProfile
public String getSerializedModelExtension()
getSerializedModelExtension
in interface IDiagramProfile
public String getLocalHistoryEnabled()
getLocalHistoryEnabled
in interface IDiagramProfile
public String getLocalHistoryTimeout()
getLocalHistoryTimeout
in interface IDiagramProfile
public String getStoreSVGonSaveOption()
getStoreSVGonSaveOption
in interface IDiagramProfile
public Repository getRepository()
getRepository
in interface IDiagramProfile
public void init(javax.servlet.ServletContext context)
init
in interface IDiagramProfile
public void setRepository(Repository repository)
public IDiagramProfile.IDiagramMarshaller createMarshaller()
createMarshaller
in interface IDiagramProfile
public IDiagramProfile.IDiagramUnmarshaller createUnmarshaller()
createUnmarshaller
in interface IDiagramProfile
public String getRepositoryGlobalDir()
getRepositoryGlobalDir
in interface IDiagramProfile
public String getRepositoryGlobalDir(String uuid)
getRepositoryGlobalDir
in interface IDiagramProfile
public org.eclipse.bpmn2.Definitions getDefinitions(String xml)
public String getStencilSetURL()
getStencilSetURL
in interface IDiagramProfile
public String getStencilSetNamespaceURL()
getStencilSetNamespaceURL
in interface IDiagramProfile
public String getStencilSetExtensionURL()
getStencilSetExtensionURL
in interface IDiagramProfile
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.