| Package | Description |
|---|---|
| eu.mihosoft.vrl.workflow | |
| eu.mihosoft.vrl.workflow.io |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator |
FlowModelImpl.getIdGenerator() |
IdGenerator |
VFlow.getIdGenerator()
Returns the id generator used by this flow controller.
|
IdGenerator |
IdGenerator.newChild()
Returns a new child id generator.
|
static IdGenerator |
FlowFactory.newIdGenerator()
Returns a new id generator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdGenerator.addIds(IdGenerator generator)
Adds all ids from the specified id generator.
|
void |
FlowModelImpl.setIdGenerator(IdGenerator idGenerator) |
void |
VFlow.setIdGenerator(IdGenerator generator)
Defines the id generator that shall be used by this flow controller.
|
| Modifier and Type | Method and Description |
|---|---|
static VFlowModel |
WorkflowIO.flowFromPersistentFlow(PersistentFlow flow,
IdGenerator generator) |
static VFlowModel |
WorkflowIO.loadFromXML(InputStream xmlStream,
IdGenerator generator) |
static VFlowModel |
WorkflowIO.loadFromXML(Path p,
IdGenerator generator) |
static VFlowModel |
WorkflowIO.loadFromXML(String xml,
IdGenerator generator) |