Uses of Interface
org.openstack4j.model.workflow.WorkflowEnvironment
-
-
Uses of WorkflowEnvironment in org.openstack4j.api.workflow
Methods in org.openstack4j.api.workflow that return WorkflowEnvironment Modifier and Type Method Description WorkflowEnvironmentWorkflowEnvironmentService. create(WorkflowEnvironment workflowEnvironment)Create a new workflow environment.WorkflowEnvironmentWorkflowEnvironmentService. get(String id)Get workflow environment by its ID.Methods in org.openstack4j.api.workflow that return types with arguments of type WorkflowEnvironment Modifier and Type Method Description List<? extends WorkflowEnvironment>WorkflowEnvironmentService. list()List all workflow environments with details.Methods in org.openstack4j.api.workflow with parameters of type WorkflowEnvironment Modifier and Type Method Description WorkflowEnvironmentWorkflowEnvironmentService. create(WorkflowEnvironment workflowEnvironment)Create a new workflow environment. -
Uses of WorkflowEnvironment in org.openstack4j.model.workflow.builder
Classes in org.openstack4j.model.workflow.builder with type parameters of type WorkflowEnvironment Modifier and Type Interface Description interfaceWorkflowEnvironmentBuilder<T extends WorkflowEnvironmentBuilder<T,M>,M extends WorkflowEnvironment>Builder for aWorkflowEnvironmentmodel class -
Uses of WorkflowEnvironment in org.openstack4j.openstack.workflow.domain
Classes in org.openstack4j.openstack.workflow.domain that implement WorkflowEnvironment Modifier and Type Class Description classMistralWorkflowEnvironmentMistral workflow environment. -
Uses of WorkflowEnvironment in org.openstack4j.openstack.workflow.internal
Methods in org.openstack4j.openstack.workflow.internal that return WorkflowEnvironment Modifier and Type Method Description WorkflowEnvironmentWorkflowEnvironmentServiceImpl. create(WorkflowEnvironment env)WorkflowEnvironmentWorkflowEnvironmentServiceImpl. get(String identifier)Methods in org.openstack4j.openstack.workflow.internal that return types with arguments of type WorkflowEnvironment Modifier and Type Method Description List<? extends WorkflowEnvironment>WorkflowEnvironmentServiceImpl. list()Methods in org.openstack4j.openstack.workflow.internal with parameters of type WorkflowEnvironment Modifier and Type Method Description WorkflowEnvironmentWorkflowEnvironmentServiceImpl. create(WorkflowEnvironment env)
-