@Dependent public class CaseManagementDirectDiagramMarshaller extends BaseDirectDiagramMarshaller
typedFactoryManager| Constructor and Description |
|---|
CaseManagementDirectDiagramMarshaller(XMLEncoderDiagramMetadataMarshaller diagramMetadataMarshaller,
DefinitionManager definitionManager,
RuleManager ruleManager,
WorkItemDefinitionBackendService workItemDefinitionService,
FactoryManager factoryManager,
GraphCommandFactory commandFactory,
GraphCommandManager commandManager) |
| Modifier and Type | Method and Description |
|---|---|
protected CaseManagementConverterFactory |
createFromStunnerConverterFactory(Graph graph,
PropertyWriterFactory propertyWriterFactory) |
protected CaseManagementPropertyWriterFactory |
createPropertyWriterFactory() |
protected CaseManagementConverterFactory |
createToStunnerConverterFactory(DefinitionResolver definitionResolver,
TypedFactoryManager typedFactoryManager) |
protected Class<CaseManagementDefinitionSet> |
getDefinitionSetClass() |
String |
marshall(Diagram<Graph,Metadata> diagram) |
Graph<DefinitionSet,Node> |
unmarshall(Metadata metadata,
InputStream inputStream) |
getMetadataMarshaller, marshallToBpmn2Definitions@Inject public CaseManagementDirectDiagramMarshaller(XMLEncoderDiagramMetadataMarshaller diagramMetadataMarshaller, DefinitionManager definitionManager, RuleManager ruleManager, WorkItemDefinitionBackendService workItemDefinitionService, FactoryManager factoryManager, GraphCommandFactory commandFactory, GraphCommandManager commandManager)
public String marshall(Diagram<Graph,Metadata> diagram) throws IOException
marshall in interface DiagramMarshaller<Graph,Metadata,Diagram<Graph,Metadata>>marshall in class BaseDirectDiagramMarshallerIOExceptionpublic Graph<DefinitionSet,Node> unmarshall(Metadata metadata, InputStream inputStream) throws IOException
unmarshall in interface DiagramMarshaller<Graph,Metadata,Diagram<Graph,Metadata>>unmarshall in class BaseDirectDiagramMarshallerIOExceptionprotected CaseManagementConverterFactory createFromStunnerConverterFactory(Graph graph, PropertyWriterFactory propertyWriterFactory)
createFromStunnerConverterFactory in class BaseDirectDiagramMarshallerprotected CaseManagementConverterFactory createToStunnerConverterFactory(DefinitionResolver definitionResolver, TypedFactoryManager typedFactoryManager)
createToStunnerConverterFactory in class BaseDirectDiagramMarshallerprotected CaseManagementPropertyWriterFactory createPropertyWriterFactory()
createPropertyWriterFactory in class BaseDirectDiagramMarshallerprotected Class<CaseManagementDefinitionSet> getDefinitionSetClass()
getDefinitionSetClass in class BaseDirectDiagramMarshallerCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.