| Package | Description |
|---|---|
| ee.telekom.workflow.facade |
| Modifier and Type | Method and Description |
|---|---|
WorkItemState |
WorkflowEngineFacade.findActiveWorkItemByTokenId(long woinRefNum,
int tokenId)
Finds the work item of the given workflow instance that is associated
with the given token.
|
WorkItemState |
WorkflowEngineFacade.findWorkItem(long woitRefNum,
Boolean isInstanceActive)
Finds the work item with the given refNum using the given hint describing whether
the associated workflow instance is active or not.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkItemState> |
WorkflowEngineFacade.findActiveHumanTasksByRole(String role)
Finds any active human task work item assigned to the given role.
|
List<WorkItemState> |
WorkflowEngineFacade.findActiveHumanTasksByRoleAndUser(String role,
String user)
Finds any active human task work item assigned to the given role and user.
|
List<WorkItemState> |
WorkflowEngineFacade.findActiveHumanTasksByUser(String user)
Finds any active human task work item assigned to the given user.
|
List<WorkItemState> |
WorkflowEngineFacade.findWorkItems(long woinRefNum,
Boolean isInstanceActive)
Returns all the given workflow instance's work items (active and non-active)
using the given work items that are associated with
the given hint whether the workflow instance is active or not.
|
Copyright © 2017. All rights reserved.