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
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
get_id()
get_type()
getSort()
Retrieve the status of the workflow run.int
hashCode()
rerun()
Re-run this workflow.rerun
(boolean idempotent) Re-run this workflow.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.- 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 workflow- Returns:
- details of the workflow run
- Throws:
AtlanException
- on any API communication issue
-
rerun
Re-run this workflow.- Parameters:
idempotent
- 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
-
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:
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
-