public interface WorkflowActionDao
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowActionModel> |
findEndWorkflowActions(WorkflowModel workflow) |
List<WorkflowActionModel> |
findNormalWorkflowActions(WorkflowModel workflow) |
List<WorkflowActionModel> |
findStartWorkflowActions(WorkflowModel workflow) |
List<WorkflowActionModel> |
findWorkflowActionsByStatusAndAttachmentType(List<ComposedTypeModel> attachmentTypes,
Collection<WorkflowActionStatus> actionStatuses) |
List<WorkflowActionModel> |
findWorkflowActionsByType(WorkflowActionType type,
WorkflowModel workflow) |
List<WorkflowActionModel> findStartWorkflowActions(WorkflowModel workflow)
workflow - to which actions are assigned toList<WorkflowActionModel> findNormalWorkflowActions(WorkflowModel workflow)
workflow - to which actions are assigned toList<WorkflowActionModel> findEndWorkflowActions(WorkflowModel workflow)
workflow - to which actions are assigned toList<WorkflowActionModel> findWorkflowActionsByType(WorkflowActionType type, WorkflowModel workflow)
workflow - to which actions are assigned totype - workflow typeList<WorkflowActionModel> findWorkflowActionsByStatusAndAttachmentType(List<ComposedTypeModel> attachmentTypes, Collection<WorkflowActionStatus> actionStatuses)
attachmentTypes - attachment typesactionStatuses - action statusesCopyright © 2017 SAP SE. All Rights Reserved.