Package org.openstack4j.api.workflow
Interface WorkflowService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
WorkflowServiceImpl
public interface WorkflowService extends RestService
Workflow Service (Mistral) APITODO: add 'services' and 'resources'.
- Author:
- Renat Akhmerov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionDefinitionServiceactionDefinitions()Action definition Service API.ActionExecutionServiceactionExecutions()Action execution Service APICronTriggerServicecronTriggers()Cron trigger Service APIWorkflowEnvironmentServiceenvironments()Workflow environment Service APIEventTriggerServiceeventTriggers()Event trigger Service APITaskExecutionServicetaskExecutions()Task execution Service APIValidationServicevalidation()Validation Service APIWorkbookDefinitionServiceworkbookDefinitions()Workbook definition Service APIWorkflowDefinitionServiceworkflowDefinitions()Workflow definition Service API.WorkflowExecutionServiceworkflowExecutions()Workflow execution Service API
-
-
-
Method Detail
-
workflowDefinitions
WorkflowDefinitionService workflowDefinitions()
Workflow definition Service API.- Returns:
- The workflow definition service.
-
actionDefinitions
ActionDefinitionService actionDefinitions()
Action definition Service API.- Returns:
- The action definition service.
-
workbookDefinitions
WorkbookDefinitionService workbookDefinitions()
Workbook definition Service API- Returns:
- The workbook definition service.
-
workflowExecutions
WorkflowExecutionService workflowExecutions()
Workflow execution Service API- Returns:
- The workflow execution service.
-
taskExecutions
TaskExecutionService taskExecutions()
Task execution Service API- Returns:
- The task execution service.
-
actionExecutions
ActionExecutionService actionExecutions()
Action execution Service API- Returns:
- The workflow execution service.
-
validation
ValidationService validation()
Validation Service API- Returns:
- The validation service.
-
environments
WorkflowEnvironmentService environments()
Workflow environment Service API- Returns:
- The workflow environment service.
-
cronTriggers
CronTriggerService cronTriggers()
Cron trigger Service API- Returns:
- The cron trigger service.
-
eventTriggers
EventTriggerService eventTriggers()
Event trigger Service API- Returns:
- The event trigger service.
-
-