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
Nested ClassesModifier and TypeClassDescriptionstatic classWorkflowTemplate.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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowTemplate.WorkflowTemplateBuilder<?, ?> builder()protected booleanbooleangetDag()Definition of the tasks within the step.Inputs to this step.Metadata describing the step.getName()Name of this step.Outputs from this step.inthashCode()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:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-