Package org.openstack4j.model.workflow
Interface ActionDefinition
-
- All Superinterfaces:
Buildable<DefinitionBuilder>,Definition,ModelEntity,Serializable
- All Known Implementing Classes:
MistralActionDefinition
public interface ActionDefinition extends Definition
An action definition.- Author:
- Renat Akhmerov
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInput()-
Methods inherited from interface org.openstack4j.model.workflow.Definition
getCreatedAt, getDefinition, getId, getName, getProjectId, getScope, getTags, getUpdatedAt, isSystem
-
-
-
-
Method Detail
-
getInput
String getInput()
- Returns:
- The comma-separated list of input parameters of this workflow definition.
-
-