@Dependent public class CaseManagementGraphFactoryImpl extends Object implements CaseManagementGraphFactory
DEFAULT_HEIGHT, DEFAULT_WIDTH| Modifier | Constructor and Description |
|---|---|
protected |
CaseManagementGraphFactoryImpl() |
|
CaseManagementGraphFactoryImpl(BPMNGraphFactory graphFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(String source) |
Graph<DefinitionSet,Node> |
build(String uuid,
String definitionSetId) |
Class<? extends ElementFactory> |
getFactoryType() |
void |
init() |
protected CaseManagementGraphFactoryImpl()
@Inject public CaseManagementGraphFactoryImpl(BPMNGraphFactory graphFactory)
@PostConstruct public void init()
public Graph<DefinitionSet,Node> build(String uuid, String definitionSetId)
build in interface ElementFactory<String,DefinitionSet,Graph<DefinitionSet,Node>>public Class<? extends ElementFactory> getFactoryType()
getFactoryType in interface ElementFactory<String,DefinitionSet,Graph<DefinitionSet,Node>>Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.