| Package | Description |
|---|---|
| ee.telekom.workflow.executor.plugin | |
| ee.telekom.workflow.graph | |
| ee.telekom.workflow.graph.core |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowEnginePluginImpl.onHumanTaskCancelled(GraphWorkItem workItem) |
void |
WorkflowEnginePlugin.onHumanTaskCancelled(GraphWorkItem workItem)
Notifies all
HumanTaskEventListener's provided by the plugin that a human task work item was aborted. |
void |
WorkflowEnginePluginImpl.onHumanTaskCompleted(GraphWorkItem workItem) |
void |
WorkflowEnginePlugin.onHumanTaskCompleted(GraphWorkItem workItem)
Notifies all
HumanTaskEventListener's provided by the plugin that a human task work item was completed. |
void |
WorkflowEnginePluginImpl.onHumanTaskCreated(GraphWorkItem workItem) |
void |
WorkflowEnginePlugin.onHumanTaskCreated(GraphWorkItem workItem)
Notifies all
HumanTaskEventListener's provided by the plugin that a human task work item was created. |
| Modifier and Type | Method and Description |
|---|---|
GraphWorkItem |
GraphEngine.addHumanTaskItem(GraphInstance instance,
Token token,
String role,
String user,
Map<String,Object> arguments)
Adds a new
HumanTaskItem to the given instance which is
associated to the given token. |
GraphWorkItem |
GraphEngine.addSignalItem(GraphInstance instance,
Token token,
String signal)
Adds a new
SignalItem to the given instance which is associated
to the given token. |
GraphWorkItem |
GraphEngine.addTaskItem(GraphInstance instance,
Token token,
String bean,
String method,
Object[] arguments)
Adds a new
TaskItem to the given instance which is associated to
the given token. |
GraphWorkItem |
GraphEngine.addTimerItem(GraphInstance instance,
Token token,
Date dueDate)
Adds a new
TimerItem to the given instance which is associated to
the given token. |
GraphWorkItem |
GraphInstance.getActiveWorkItem(Token token)
A token can be associated with 0 or 1 active work items.
|
| Modifier and Type | Method and Description |
|---|---|
List<GraphWorkItem> |
GraphInstance.getWorkItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphInstance.addWorkItem(GraphWorkItem workItem)
When a token execution reaches a wait state, it produces a
WorkItem which describes the work that needs to be completed in
order to continue the token's execution. |
void |
GraphEngineFacade.complete(GraphWorkItem workItem)
Completes the executed work item and continues execution until another
wait state is reached or until the graph instance is completed.
|
void |
GraphWorkItemEventListener.onCancelled(GraphWorkItem workItem)
Called after a work item was cancelled
|
void |
GraphWorkItemEventListener.onCompleted(GraphWorkItem workItem)
Called after a work item was completed
|
void |
GraphWorkItemEventListener.onCreated(GraphWorkItem workItem)
Called after a new work item was created
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphWorkItemImpl |
| Modifier and Type | Method and Description |
|---|---|
GraphWorkItem |
GraphEngineImpl.addHumanTaskItem(GraphInstance instance,
Token token,
String role,
String user,
Map<String,Object> arguments) |
GraphWorkItem |
GraphEngineImpl.addSignalItem(GraphInstance instance,
Token token,
String signal) |
GraphWorkItem |
GraphEngineImpl.addTaskItem(GraphInstance instance,
Token token,
String bean,
String method,
Object[] arguments) |
GraphWorkItem |
GraphEngineImpl.addTimerItem(GraphInstance instance,
Token token,
Date dueDate) |
GraphWorkItem |
GraphInstanceImpl.getActiveWorkItem(Token token) |
| Modifier and Type | Method and Description |
|---|---|
List<GraphWorkItem> |
GraphInstanceImpl.getWorkItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphInstanceImpl.addWorkItem(GraphWorkItem workItem) |
void |
GraphEngineImpl.complete(GraphWorkItem workItem) |
void |
EventNotifier.fireCancelled(GraphWorkItem workItem) |
void |
EventNotifier.fireCompleted(GraphWorkItem workItem) |
void |
EventNotifier.fireCreated(GraphWorkItem workItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphInstanceImpl.setWorkItems(List<GraphWorkItem> workItems) |
Copyright © 2018. All rights reserved.