Class WorkflowServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.workflow.internal.WorkflowServiceImpl
-
- All Implemented Interfaces:
WorkflowService,RestService
public class WorkflowServiceImpl extends BaseOpenStackService implements WorkflowService
Trove API Implementation- Author:
- sumit gandhi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description WorkflowServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete 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-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
workflowDefinitions
public WorkflowDefinitionService workflowDefinitions()
Description copied from interface:WorkflowServiceWorkflow definition Service API.- Specified by:
workflowDefinitionsin interfaceWorkflowService- Returns:
- The workflow definition service.
-
actionDefinitions
public ActionDefinitionService actionDefinitions()
Description copied from interface:WorkflowServiceAction definition Service API.- Specified by:
actionDefinitionsin interfaceWorkflowService- Returns:
- The action definition service.
-
workbookDefinitions
public WorkbookDefinitionService workbookDefinitions()
Description copied from interface:WorkflowServiceWorkbook definition Service API- Specified by:
workbookDefinitionsin interfaceWorkflowService- Returns:
- The workbook definition service.
-
workflowExecutions
public WorkflowExecutionService workflowExecutions()
Description copied from interface:WorkflowServiceWorkflow execution Service API- Specified by:
workflowExecutionsin interfaceWorkflowService- Returns:
- The workflow execution service.
-
taskExecutions
public TaskExecutionService taskExecutions()
Description copied from interface:WorkflowServiceTask execution Service API- Specified by:
taskExecutionsin interfaceWorkflowService- Returns:
- The task execution service.
-
actionExecutions
public ActionExecutionService actionExecutions()
Description copied from interface:WorkflowServiceAction execution Service API- Specified by:
actionExecutionsin interfaceWorkflowService- Returns:
- The workflow execution service.
-
validation
public ValidationService validation()
Description copied from interface:WorkflowServiceValidation Service API- Specified by:
validationin interfaceWorkflowService- Returns:
- The validation service.
-
environments
public WorkflowEnvironmentService environments()
Description copied from interface:WorkflowServiceWorkflow environment Service API- Specified by:
environmentsin interfaceWorkflowService- Returns:
- The workflow environment service.
-
cronTriggers
public CronTriggerService cronTriggers()
Description copied from interface:WorkflowServiceCron trigger Service API- Specified by:
cronTriggersin interfaceWorkflowService- Returns:
- The cron trigger service.
-
eventTriggers
public EventTriggerService eventTriggers()
Description copied from interface:WorkflowServiceEvent trigger Service API- Specified by:
eventTriggersin interfaceWorkflowService- Returns:
- The event trigger service.
-
-