public interface IDiagramProfile
Modifier and Type | Interface and Description |
---|---|
static interface |
IDiagramProfile.IDiagramMarshaller
Parser to produce the final model to be saved.
|
static interface |
IDiagramProfile.IDiagramUnmarshaller
Parser to produce the final model to be saved.
|
Modifier and Type | Method and Description |
---|---|
IDiagramProfile.IDiagramMarshaller |
createMarshaller() |
IDiagramProfile.IDiagramUnmarshaller |
createUnmarshaller() |
String |
getBpsimDisplay() |
String |
getFormsType() |
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) |
String getName()
String getTitle()
String getStencilSet()
Collection<String> getStencilSetExtensions()
String getSerializedModelExtension()
String getStencilSetURL()
String getStencilSetNamespaceURL()
String getStencilSetExtensionURL()
Collection<String> getPlugins()
IDiagramProfile.IDiagramMarshaller createMarshaller()
IDiagramProfile.IDiagramUnmarshaller createUnmarshaller()
String getRepositoryGlobalDir()
String getLocalHistoryEnabled()
String getLocalHistoryTimeout()
String getStoreSVGonSaveOption()
String getBpsimDisplay()
String getFormsType()
Repository getRepository()
void init(javax.servlet.ServletContext context)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.