Class RelatedEngineActionElement
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.RelatedEngineActionElement
RelatedEngineActionElement contains the properties for a NextEngineAction relationship retrieved from the metadata repository.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.getGuard()
Return the triggering guard (or null for any guard).boolean
Return whether this action type can be triggered more than once in a single step of the governance action process.boolean
Return if the guard must be returned from the previous action for any of the next actions to progress.Return details of the next governance actionReturn the unique identifier of the relationship.int
hashCode()
Return hash code for this objectvoid
Set up the triggering guard (or null for any guard).void
setIgnoreMultipleTriggers
(boolean ignoreMultipleTriggers) Set up whether this action type can be triggered more than once in a single step of the governance action process.void
setMandatoryGuard
(boolean mandatoryGuard) Set up if the guard must be returned from the previous action for any of the next actions to progress.void
setRelatedAction
(ElementStub relatedAction) Set up details of the next governance actionvoid
setRelatedActionLinkGUID
(String relatedActionLinkGUID) Set up the unique identifier of the relationship.toString()
JSON-style toString
-
Constructor Details
-
RelatedEngineActionElement
public RelatedEngineActionElement()Default constructor -
RelatedEngineActionElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getRelatedAction
Return details of the next governance action- Returns:
- governance action type properties
-
setRelatedAction
Set up details of the next governance action- Parameters:
relatedAction
- governance action type properties
-
getRelatedActionLinkGUID
Return the unique identifier of the relationship.- Returns:
- string guid
-
setRelatedActionLinkGUID
Set up the unique identifier of the relationship.- Parameters:
relatedActionLinkGUID
- string guid
-
getGuard
Return the triggering guard (or null for any guard).- Returns:
- string name
-
setGuard
Set up the triggering guard (or null for any guard).- Parameters:
guard
- string name
-
getMandatoryGuard
public boolean getMandatoryGuard()Return if the guard must be returned from the previous action for any of the next actions to progress.- Returns:
- boolean flag
-
setMandatoryGuard
public void setMandatoryGuard(boolean mandatoryGuard) Set up if the guard must be returned from the previous action for any of the next actions to progress.- Parameters:
mandatoryGuard
- boolean flag
-
getIgnoreMultipleTriggers
public boolean getIgnoreMultipleTriggers()Return whether this action type can be triggered more than once in a single step of the governance action process.- Returns:
- boolean flag
-
setIgnoreMultipleTriggers
public void setIgnoreMultipleTriggers(boolean ignoreMultipleTriggers) Set up whether this action type can be triggered more than once in a single step of the governance action process.- Parameters:
ignoreMultipleTriggers
- boolean flag
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-