Uses of Interface
org.openstack4j.model.workflow.WorkflowDefinition
-
Packages that use WorkflowDefinition Package Description org.openstack4j.api.workflow org.openstack4j.model.workflow.builder org.openstack4j.openstack.workflow.domain org.openstack4j.openstack.workflow.internal -
-
Uses of WorkflowDefinition in org.openstack4j.api.workflow
Methods in org.openstack4j.api.workflow that return WorkflowDefinition Modifier and Type Method Description WorkflowDefinitionWorkflowDefinitionService. get(String identifier)Get workflow definition by its identifier.Methods in org.openstack4j.api.workflow that return types with arguments of type WorkflowDefinition Modifier and Type Method Description List<? extends WorkflowDefinition>WorkflowDefinitionService. create(InputStream wfText, Scope scope)Create one or more workflow definitions.List<? extends WorkflowDefinition>WorkflowDefinitionService. list()List all workflow definitions with details.Methods in org.openstack4j.api.workflow with parameters of type WorkflowDefinition Modifier and Type Method Description StringValidationService. validate(WorkflowDefinition workflowDefinition)Validate workflow definition. -
Uses of WorkflowDefinition in org.openstack4j.model.workflow.builder
Classes in org.openstack4j.model.workflow.builder with type parameters of type WorkflowDefinition Modifier and Type Interface Description interfaceWorkflowDefinitionBuilder<T extends WorkflowDefinitionBuilder<T,M>,M extends WorkflowDefinition>Builder forWorkflowDefinitionmodel class. -
Uses of WorkflowDefinition in org.openstack4j.openstack.workflow.domain
Classes in org.openstack4j.openstack.workflow.domain that implement WorkflowDefinition Modifier and Type Class Description classMistralWorkflowDefinitionMistral workflow definition. -
Uses of WorkflowDefinition in org.openstack4j.openstack.workflow.internal
Methods in org.openstack4j.openstack.workflow.internal that return WorkflowDefinition Modifier and Type Method Description WorkflowDefinitionWorkflowDefinitionServiceImpl. get(String identifier)Methods in org.openstack4j.openstack.workflow.internal that return types with arguments of type WorkflowDefinition Modifier and Type Method Description List<? extends WorkflowDefinition>WorkflowDefinitionServiceImpl. create(InputStream wfText, Scope scope)List<? extends WorkflowDefinition>WorkflowDefinitionServiceImpl. list()
-