Uses of Interface
org.openstack4j.model.workflow.WorkflowExecution
-
Packages that use WorkflowExecution Package Description org.openstack4j.api.workflow org.openstack4j.model.workflow.builder org.openstack4j.openstack.workflow.domain org.openstack4j.openstack.workflow.internal -
-
Uses of WorkflowExecution in org.openstack4j.api.workflow
Methods in org.openstack4j.api.workflow that return WorkflowExecution Modifier and Type Method Description WorkflowExecutionWorkflowExecutionService. create(WorkflowExecution wfExec)Create a new workflow execution.WorkflowExecutionWorkflowExecutionService. get(String id)Get workflow execution by its ID.Methods in org.openstack4j.api.workflow that return types with arguments of type WorkflowExecution Modifier and Type Method Description List<? extends WorkflowExecution>WorkflowExecutionService. list()List all workflow executions with details.Methods in org.openstack4j.api.workflow with parameters of type WorkflowExecution Modifier and Type Method Description WorkflowExecutionWorkflowExecutionService. create(WorkflowExecution wfExec)Create a new workflow execution. -
Uses of WorkflowExecution in org.openstack4j.model.workflow.builder
Classes in org.openstack4j.model.workflow.builder with type parameters of type WorkflowExecution Modifier and Type Interface Description interfaceWorkflowExecutionBuilder<T extends WorkflowExecutionBuilder<T,M>,M extends WorkflowExecution>Builder for aWorkflowExecutionmodel class -
Uses of WorkflowExecution in org.openstack4j.openstack.workflow.domain
Classes in org.openstack4j.openstack.workflow.domain that implement WorkflowExecution Modifier and Type Class Description classMistralWorkflowExecutionMistral workflow execution. -
Uses of WorkflowExecution in org.openstack4j.openstack.workflow.internal
Methods in org.openstack4j.openstack.workflow.internal that return WorkflowExecution Modifier and Type Method Description WorkflowExecutionWorkflowExecutionServiceImpl. create(WorkflowExecution wfExec)WorkflowExecutionWorkflowExecutionServiceImpl. get(String identifier)Methods in org.openstack4j.openstack.workflow.internal that return types with arguments of type WorkflowExecution Modifier and Type Method Description List<? extends WorkflowExecution>WorkflowExecutionServiceImpl. list()Methods in org.openstack4j.openstack.workflow.internal with parameters of type WorkflowExecution Modifier and Type Method Description WorkflowExecutionWorkflowExecutionServiceImpl. create(WorkflowExecution wfExec)
-