| Package | Description |
|---|---|
| ee.telekom.workflow.api | |
| ee.telekom.workflow.executor | |
| ee.telekom.workflow.executor.marshall | |
| ee.telekom.workflow.graph | |
| ee.telekom.workflow.graph.core |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphBuilder.build()
Builds the
Graph based on the tree. |
Graph |
WorkflowFactoryImpl.buildGraph() |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphEngineFactory.getGraph(String name,
Integer version) |
| Modifier and Type | Method and Description |
|---|---|
Set<Graph> |
GraphEngineFactory.getGraphs() |
| Modifier and Type | Method and Description |
|---|---|
static GraphInstance |
Marshaller.unmarshall(WorkflowInstance woin,
List<WorkItem> woits,
Graph graph) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphInstance.getGraph() |
Graph |
GraphRepository.getGraph(String name,
Integer version)
Returns the
Graph with the given name and the given version,
or the latest graph with the given name if no version is null,
or null if no such graph is found.The latest graph is the graph with the greatest version number. |
| Modifier and Type | Method and Description |
|---|---|
Set<Graph> |
GraphRepository.getGraphs()
Returns all graphs accessible via this repository.
|
Set<Graph> |
GraphRepository.getGraphs(String name)
Returns all graphs with the given name ordered with decreasing version
number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphRepository.addGraph(Graph graph)
Adds a graph to the repository and overwrites any previously defined
graph with identical name and version.
|
GraphInstance |
GraphEngineFacade.start(Graph graph)
A shorthand for
#start(Graph, Environment, String) using an empty
initial environment and a null external id. |
GraphInstance |
GraphEngineFacade.start(Graph graph,
Environment initialEnvironment) |
GraphInstanceImpl |
GraphEngineFacade.start(Graph graph,
Environment initialEnvironment,
Long externalId)
|
List<String> |
GraphValidator.validate(Graph graph)
Validates the given graph and returns a list of validation errors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphImpl |
| Modifier and Type | Method and Description |
|---|---|
Graph |
GraphInstanceImpl.getGraph() |
Graph |
GraphRepositoryImpl.getGraph(String name,
Integer version) |
| Modifier and Type | Method and Description |
|---|---|
Set<Graph> |
GraphRepositoryImpl.getGraphs() |
Set<Graph> |
GraphRepositoryImpl.getGraphs(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphRepositoryImpl.addGraph(Graph graph) |
void |
GraphInstanceImpl.setGraph(Graph graph) |
GraphInstanceImpl |
GraphEngineImpl.start(Graph graph) |
GraphInstanceImpl |
GraphEngineImpl.start(Graph graph,
Environment initialEnvironment) |
GraphInstanceImpl |
GraphEngineImpl.start(Graph graph,
Environment initialEnvironment,
Long externalId) |
List<String> |
GraphValidatorImpl.validate(Graph graph) |
| Constructor and Description |
|---|
GraphInstanceImpl(Graph graph) |
Copyright © 2018. All rights reserved.