| Package | Description |
|---|---|
| io.nflow.rest.v1 | |
| io.nflow.rest.v1.converter |
Message converters for nFlow REST API services.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowInstanceResponse |
ResourceBase.fetchWorkflowInstance(long id,
String include,
Long maxActions,
WorkflowInstanceService workflowInstances,
ListWorkflowInstanceConverter listWorkflowConverter) |
| Modifier and Type | Method and Description |
|---|---|
Stream<ListWorkflowInstanceResponse> |
ResourceBase.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) |
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowInstanceResponse |
ListWorkflowInstanceConverter.convert(WorkflowInstance instance,
Set<WorkflowInstanceInclude> includes) |
Copyright © 2014–2021 Nitor Creations. All rights reserved.