All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ListWorkflowInstanceResponse |
fetchWorkflowInstance(long id,
String include,
Long maxActions,
WorkflowInstanceService workflowInstances,
ListWorkflowInstanceConverter listWorkflowConverter) |
protected <T> T |
handleExceptions(Supplier<T> response,
BiFunction<Integer,ErrorResponse,T> error) |
List<ListWorkflowDefinitionResponse> |
listWorkflowDefinitions(List<String> types,
WorkflowDefinitionService workflowDefinitions,
ListWorkflowDefinitionConverter converter,
WorkflowDefinitionDao workflowDefinitionDao) |
Stream<ListWorkflowInstanceResponse> |
listWorkflowInstances(List<Long> ids,
List<String> types,
Long parentWorkflowId,
Long parentActionId,
List<String> states,
List<WorkflowInstance.WorkflowInstanceStatus> statuses,
String businessKey,
String externalId,
String stateVariableKey,
String stateVariableValue,
String include,
Long maxResults,
Long maxActions,
WorkflowInstanceService workflowInstances,
ListWorkflowInstanceConverter listWorkflowConverter) |
protected int |
resolveExceptionHttpStatus(Throwable t) |
boolean |
updateWorkflowInstance(long id,
UpdateWorkflowInstanceRequest req,
WorkflowInstanceFactory workflowInstanceFactory,
WorkflowInstanceService workflowInstances,
WorkflowInstanceDao workflowInstanceDao) |