- done() - Method in interface ee.telekom.workflow.api.DslAttribute
-
Block end tag, closing the iteration of attributes.
- doWhile() - Method in interface ee.telekom.workflow.api.DslBlock
-
Start tag for a do-while block.
- doWhile(int, String) - Method in interface ee.telekom.workflow.api.DslDoWhileBlock
-
Block end tag, checks the condition result, if true, then executes the block content again, if false, then ends the block.
- DslAttribute<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- DslBlock<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- DslBranchBlock<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- DslDoWhileBlock<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- DslElseBlock<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- DslExpression<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- DslIfBlock<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- DslMainBlock<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- DslSplit<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- DslValidationBlock<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- DslVariable<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- DslWhileDoBlock<Level> - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- waitSignal(int, String) - Method in interface ee.telekom.workflow.api.DslExpression
-
Wait until a signal matching the given type is received.
- waitTimer(int, String) - Method in interface ee.telekom.workflow.api.DslBlock
-
Wait until a defined time period has passed.
- waitUntilDate(int, String) - Method in interface ee.telekom.workflow.api.DslBlock
-
Wait until a defined date has been reached
- whileDo(int, String) - Method in interface ee.telekom.workflow.api.DslBlock
-
While the given condition is true, execute the block content and then check again.
- whileDo() - Method in interface ee.telekom.workflow.api.DslWhileDoBlock
-
Block end tag, closes the previously started whileDo block.
- withAttribute(String, Object) - Method in interface ee.telekom.workflow.api.DslAttribute
-
Adds an argument to the preceding node.
- WorkflowDefinition - Interface in ee.telekom.workflow.api
-
The workflow engine is built for running long-lived business processes.
- WorkflowEngineFacade - Interface in ee.telekom.workflow.facade
-
Provides a facade for the workflow engine.
- WorkflowFactory - Interface in ee.telekom.workflow.api
-
DSL for workflow definitions.
- WorkflowInstanceEvent - Class in ee.telekom.workflow.listener
-
Provides details on the workflow instance associated with the event, the workflow instance's id,
the workflow's name and version and the instance's current attributes (the instance's internal memory).
- WorkflowInstanceEvent(Long, String, Integer, Map<String, Object>) - Constructor for class ee.telekom.workflow.listener.WorkflowInstanceEvent
-
- WorkflowInstanceEventListener - Interface in ee.telekom.workflow.listener
-
Provides a listener that is notified when workflow instance lifecycle events occur.
- WorkflowInstanceFacadeStatus - Enum in ee.telekom.workflow.facade.model
-
Enumeration of workflow instance statuses.
- WorkflowInstanceState - Class in ee.telekom.workflow.facade.model
-
Model object that reflects the a workflow instance's persisted state (except its work items and and
a potentially associated execution error).
- WorkflowInstanceState() - Constructor for class ee.telekom.workflow.facade.model.WorkflowInstanceState
-
- WorkItemState - Class in ee.telekom.workflow.facade.model
-
Model object that reflects a work item's state.
- WorkItemState() - Constructor for class ee.telekom.workflow.facade.model.WorkItemState
-
- WorkItemState.Type - Enum in ee.telekom.workflow.facade.model
-