| Modifier and Type | Method and Description |
|---|---|
EnumSet<WorkflowStatus> |
WorkflowViewOptions.selectedStatuses() |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowStatus |
WorkflowStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowStatus[] |
WorkflowStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<WorkflowStatus> |
WorkflowStatus.getAll() |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowModel> |
WorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date adhocDateFrom,
Date adhocDateTo)
Returns addhoc workflows that match statuses and time range.
|
SearchResult<WorkflowModel> |
WorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date adhocDateFrom,
Date adhocDateTo,
int startIndex,
int pageSize)
Pageable version of method
WorkflowService.getAllAdhocWorkflows(EnumSet, Date, Date) |
List<WorkflowModel> |
WorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date dateFrom,
Date dateTo)
Returns workflows that match statuses and time range.
|
SearchResult<WorkflowModel> |
WorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date dateFrom,
Date dateTo,
int startIndex,
int pageSize)
Pageable version of method
WorkflowService.getAllWorkflows(EnumSet, Date, Date) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<WorkflowModel> |
WorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom,
Date adhocDateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
SearchResult<WorkflowModel> |
WorkflowDao.findAllWorkflows(Date dateFrom,
Date dateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
SearchResult<WorkflowModel> |
DefaultWorkflowDao.findAllAdhocWorkflows(Date adhocDateFrom,
Date adhocDateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
SearchResult<WorkflowModel> |
DefaultWorkflowDao.findAllWorkflows(Date dateFrom,
Date dateTo,
EnumSet<WorkflowStatus> workflowsStatuses,
int startIndex,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowModel> |
DefaultWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date adhocDateFrom,
Date adhocDateTo) |
SearchResult<WorkflowModel> |
DefaultWorkflowService.getAllAdhocWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date adhocDateFrom,
Date adhocDateTo,
int startIndex,
int pageSize) |
List<WorkflowModel> |
DefaultWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date dateFrom,
Date dateTo) |
SearchResult<WorkflowModel> |
DefaultWorkflowService.getAllWorkflows(EnumSet<WorkflowStatus> workflowsStatuses,
Date dateFrom,
Date dateTo,
int startIndex,
int pageSize) |
Copyright © 2017 SAP SE. All Rights Reserved.