Uses of Interface
org.openstack4j.model.workflow.Execution
-
Packages that use Execution Package Description org.openstack4j.model.workflow org.openstack4j.model.workflow.builder org.openstack4j.openstack.workflow.domain -
-
Uses of Execution in org.openstack4j.model.workflow
Subinterfaces of Execution in org.openstack4j.model.workflow Modifier and Type Interface Description interfaceActionExecutionAn action execution.interfaceTaskExecutionA task execution.interfaceWorkflowExecutionA workflow execution. -
Uses of Execution in org.openstack4j.model.workflow.builder
Classes in org.openstack4j.model.workflow.builder with type parameters of type Execution Modifier and Type Interface Description interfaceExecutionBuilder<T extends ExecutionBuilder<T,M>,M extends Execution>Builder forExecutionmodel class. -
Uses of Execution in org.openstack4j.openstack.workflow.domain
Classes in org.openstack4j.openstack.workflow.domain that implement Execution Modifier and Type Class Description classBaseExecutionBase class for all execution models.classMistralActionExecutionMistral action execution.classMistralTaskExecutionMistral task execution.classMistralWorkflowExecutionMistral workflow execution.Methods in org.openstack4j.openstack.workflow.domain with parameters of type Execution Modifier and Type Method Description TBaseExecution.BaseExecutionBuilder. from(Execution in)
-