Uses of Interface
org.openstack4j.model.workflow.ActionDefinition
-
Packages that use ActionDefinition Package Description org.openstack4j.api.workflow org.openstack4j.model.workflow.builder org.openstack4j.openstack.workflow.domain org.openstack4j.openstack.workflow.internal -
-
Uses of ActionDefinition in org.openstack4j.api.workflow
Methods in org.openstack4j.api.workflow that return ActionDefinition Modifier and Type Method Description ActionDefinitionActionDefinitionService. get(String identifier)Get action definition by its identifier.Methods in org.openstack4j.api.workflow that return types with arguments of type ActionDefinition Modifier and Type Method Description List<? extends ActionDefinition>ActionDefinitionService. create(InputStream actionText, Scope scope)Create a new action definition.List<? extends ActionDefinition>ActionDefinitionService. list()List all action definitions with details. -
Uses of ActionDefinition in org.openstack4j.model.workflow.builder
Classes in org.openstack4j.model.workflow.builder with type parameters of type ActionDefinition Modifier and Type Interface Description interfaceActionDefinitionBuilder<T extends ActionDefinitionBuilder<T,M>,M extends ActionDefinition>Builder for aActionDefinitionmodel class -
Uses of ActionDefinition in org.openstack4j.openstack.workflow.domain
Classes in org.openstack4j.openstack.workflow.domain that implement ActionDefinition Modifier and Type Class Description classMistralActionDefinitionMistral action definition. -
Uses of ActionDefinition in org.openstack4j.openstack.workflow.internal
Methods in org.openstack4j.openstack.workflow.internal that return ActionDefinition Modifier and Type Method Description ActionDefinitionActionDefinitionServiceImpl. get(String identifier)Methods in org.openstack4j.openstack.workflow.internal that return types with arguments of type ActionDefinition Modifier and Type Method Description List<? extends ActionDefinition>ActionDefinitionServiceImpl. create(InputStream wfText, Scope scope)List<? extends ActionDefinition>ActionDefinitionServiceImpl. list()
-