org.jbpm.designer.web.profile.impl
@ApplicationScoped public class DefaultProfileImpl extends Object implements IDiagramProfile
IDiagramProfile.IDiagramMarshaller, IDiagramProfile.IDiagramUnmarshaller
Constructor and Description |
---|
DefaultProfileImpl() |
DefaultProfileImpl(javax.servlet.ServletContext servletContext) |
DefaultProfileImpl(javax.servlet.ServletContext servletContext,
boolean initializeLocalPlugins) |
Modifier and Type | Method and Description |
---|---|
IDiagramProfile.IDiagramMarshaller |
createMarshaller() |
IDiagramProfile.IDiagramUnmarshaller |
createUnmarshaller() |
String |
getLocalHistoryEnabled() |
String |
getLocalHistoryTimeout() |
String |
getName() |
Collection<String> |
getPlugins() |
Repository |
getRepository() |
String |
getRepositoryGlobalDir() |
String |
getRepositoryGlobalDir(String uuid) |
String |
getRepositoryHost() |
String |
getRepositoryId() |
String |
getRepositoryName() |
String |
getRepositoryProtocol() |
String |
getRepositoryPwd() |
String |
getRepositoryRoot() |
String |
getRepositorySubdomain() |
String |
getRepositoryUsr() |
String |
getSerializedModelExtension() |
String |
getStencilSet() |
Collection<String> |
getStencilSetExtensions() |
String |
getStencilSetExtensionURL() |
String |
getStencilSetNamespaceURL() |
String |
getStencilSetURL() |
String |
getStoreSVGonSaveOption() |
String |
getTitle() |
void |
init(javax.servlet.ServletContext context) |
public DefaultProfileImpl()
public DefaultProfileImpl(javax.servlet.ServletContext servletContext)
public DefaultProfileImpl(javax.servlet.ServletContext servletContext, boolean initializeLocalPlugins)
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 getRepositoryId()
public String getRepositoryRoot()
public String getRepositoryName()
public String getRepositoryHost()
public String getRepositoryProtocol()
public String getRepositorySubdomain()
public String getRepositoryUsr()
public String getRepositoryPwd()
public String getRepositoryGlobalDir()
getRepositoryGlobalDir
in interface IDiagramProfile
public String getRepositoryGlobalDir(String uuid)
getRepositoryGlobalDir
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 IDiagramProfile.IDiagramMarshaller createMarshaller()
createMarshaller
in interface IDiagramProfile
public IDiagramProfile.IDiagramUnmarshaller createUnmarshaller()
createUnmarshaller
in interface IDiagramProfile
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.