Package com.atlan.model.workflow
Class WorkflowSearchResult
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.WorkflowSearchResult
- All Implemented Interfaces:
Serializable
Encapsulation of a single search result for workflows.
- See Also:
-
Nested Class Summary
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanget_id()get_type()getSort()Retrieve the status of the workflow run.inthashCode()rerun(AtlanClient client) Re-run this workflow.rerun(AtlanClient client, boolean idempotent) Re-run this workflow.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
WorkflowSearchResult
public WorkflowSearchResult()
-
-
Method Details
-
getStatus
Retrieve the status of the workflow run. -
rerun
Re-run this workflow.- Parameters:
client- connectivity to the Atlan tenant on which to rerun the workflow- Returns:
- details of the workflow run
- Throws:
AtlanException- on any API communication issue
-
rerun
Re-run this workflow.- Parameters:
client- connectivity to the Atlan tenant on which to rerun the workflowidempotent- if true, the workflow will only be rerun if it is not already currently running- Returns:
- details of the workflow run (if idempotent, will return details of the already-running workflow)
- Throws:
AtlanException- on any API communication issue
-
get_index
-
get_type
-
get_id
-
get_seq_no
-
get_primary_term
-
getSort
-
get_source
-
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-