Uses of Class
org.openstack4j.model.workflow.Scope
-
-
Uses of Scope in org.openstack4j.api.workflow
Methods in org.openstack4j.api.workflow with parameters of type Scope Modifier and Type Method Description List<? extends ActionDefinition>ActionDefinitionService. create(InputStream actionText, Scope scope)Create a new action definition.WorkbookDefinitionWorkbookDefinitionService. create(InputStream wbText, Scope scope)Create a new workbook definition.List<? extends WorkflowDefinition>WorkflowDefinitionService. create(InputStream wfText, Scope scope)Create one or more workflow definitions. -
Uses of Scope in org.openstack4j.model.workflow
Methods in org.openstack4j.model.workflow that return Scope Modifier and Type Method Description ScopeCronTrigger. getScope()ScopeDefinition. getScope()ScopeEventTrigger. getScope()ScopeWorkflowEnvironment. getScope()static ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Scope in org.openstack4j.model.workflow.builder
Methods in org.openstack4j.model.workflow.builder with parameters of type Scope Modifier and Type Method Description TCronTriggerBuilder. scope(Scope scope)TDefinitionBuilder. scope(Scope scope)TWorkflowEnvironmentBuilder. scope(Scope scope) -
Uses of Scope in org.openstack4j.openstack.workflow.domain
Methods in org.openstack4j.openstack.workflow.domain that return Scope Modifier and Type Method Description ScopeBaseDefinition. getScope()ScopeMistralCronTrigger. getScope()ScopeMistralWorkflowEnvironment. getScope()Methods in org.openstack4j.openstack.workflow.domain with parameters of type Scope Modifier and Type Method Description TBaseDefinition.BaseDefinitionBuilder. scope(Scope scope)MistralCronTrigger.MistralCronTriggerBuilderMistralCronTrigger.MistralCronTriggerBuilder. scope(Scope scope)MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilderMistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilder. scope(Scope scope) -
Uses of Scope in org.openstack4j.openstack.workflow.internal
Methods in org.openstack4j.openstack.workflow.internal with parameters of type Scope Modifier and Type Method Description List<? extends ActionDefinition>ActionDefinitionServiceImpl. create(InputStream wfText, Scope scope)WorkbookDefinitionWorkbookDefinitionServiceImpl. create(InputStream wfText, Scope scope)List<? extends WorkflowDefinition>WorkflowDefinitionServiceImpl. create(InputStream wfText, Scope scope)
-