@Dependent public class BPMNDelegateGraphFactory extends Object implements BPMNGraphFactory
START_X, START_Y| Constructor and Description |
|---|
BPMNDelegateGraphFactory(BPMNGraphFactoryImpl bpmnGraphFactory,
CaseGraphFactoryImpl caseGraphFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(String source) |
Graph<DefinitionSet,Node> |
build(String uuid,
String definition) |
Graph<DefinitionSet,Node> |
build(String uuid,
String definition,
Metadata metadata) |
Class<? extends ElementFactory> |
getFactoryType() |
void |
setDiagramType(Class<? extends BPMNDiagram> diagramType) |
@Inject public BPMNDelegateGraphFactory(BPMNGraphFactoryImpl bpmnGraphFactory, CaseGraphFactoryImpl caseGraphFactory)
public void setDiagramType(Class<? extends BPMNDiagram> diagramType)
setDiagramType in interface BPMNFactorypublic Class<? extends ElementFactory> getFactoryType()
getFactoryType in interface ElementFactory<String,DefinitionSet,Graph<DefinitionSet,Node>>public Graph<DefinitionSet,Node> build(String uuid, String definition, Metadata metadata)
build in interface ElementFactory<String,DefinitionSet,Graph<DefinitionSet,Node>>public Graph<DefinitionSet,Node> build(String uuid, String definition)
build in interface ElementFactory<String,DefinitionSet,Graph<DefinitionSet,Node>>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.