Uses of Interface
org.openstack4j.model.workflow.WorkbookDefinition
-
Packages that use WorkbookDefinition Package Description org.openstack4j.api.workflow org.openstack4j.model.workflow.builder org.openstack4j.openstack.workflow.domain org.openstack4j.openstack.workflow.internal -
-
Uses of WorkbookDefinition in org.openstack4j.api.workflow
Methods in org.openstack4j.api.workflow that return WorkbookDefinition Modifier and Type Method Description WorkbookDefinitionWorkbookDefinitionService. create(InputStream wbText, Scope scope)Create a new workbook definition.WorkbookDefinitionWorkbookDefinitionService. get(String identifier)Get workbook definition by its identifier.Methods in org.openstack4j.api.workflow that return types with arguments of type WorkbookDefinition Modifier and Type Method Description List<? extends WorkbookDefinition>WorkbookDefinitionService. list()List all workbook definitions with details. -
Uses of WorkbookDefinition in org.openstack4j.model.workflow.builder
Classes in org.openstack4j.model.workflow.builder with type parameters of type WorkbookDefinition Modifier and Type Interface Description interfaceWorkbookDefinitionBuilder<T extends WorkbookDefinitionBuilder<T,M>,M extends WorkbookDefinition>Builder for aWorkbookDefinitionmodel class -
Uses of WorkbookDefinition in org.openstack4j.openstack.workflow.domain
Classes in org.openstack4j.openstack.workflow.domain that implement WorkbookDefinition Modifier and Type Class Description classMistralWorkbookDefinitionMistral workbook definition. -
Uses of WorkbookDefinition in org.openstack4j.openstack.workflow.internal
Methods in org.openstack4j.openstack.workflow.internal that return WorkbookDefinition Modifier and Type Method Description WorkbookDefinitionWorkbookDefinitionServiceImpl. create(InputStream wfText, Scope scope)WorkbookDefinitionWorkbookDefinitionServiceImpl. get(String identifier)Methods in org.openstack4j.openstack.workflow.internal that return types with arguments of type WorkbookDefinition Modifier and Type Method Description List<? extends WorkbookDefinition>WorkbookDefinitionServiceImpl. list()
-