Package com.atlan.model.workflow
Class WorkflowTemplate
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.WorkflowTemplate
- All Implemented Interfaces:
Serializable
Definition of a specific step in a workflow process.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
WorkflowTemplate.WorkflowTemplateBuilder<C extends WorkflowTemplate,
B extends WorkflowTemplate.WorkflowTemplateBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowTemplate.WorkflowTemplateBuilder<?,
?> builder()
protected boolean
boolean
getDag()
Definition of the tasks within the step.Inputs to this step.Metadata describing the step.getName()
Name of this step.Outputs from this step.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
WorkflowTemplate
-
-
Method Details
-
builder
-
toBuilder
-
getName
Name of this step. -
getInputs
Inputs to this step. -
getOutputs
Outputs from this step. -
getMetadata
Metadata describing the step. -
getDag
Definition of the tasks within the step. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-