Class NextGovernanceActionTypeElement
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.NextGovernanceActionTypeElement
- All Implemented Interfaces:
Serializable
NextGovernanceActionTypeElement contains the properties and header for a governance action type entity plus the
properties of a NextGovernanceActionType relationship retrieved from the metadata repository.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault 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 the unique identifier of the relationship.Return details of the next governance action typeint
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
setNextActionLinkGUID
(String nextActionLinkGUID) Set up the unique identifier of the relationship.void
setNextActionType
(GovernanceActionTypeElement nextActionType) Set up details of the next governance action typetoString()
JSON-style toString
-
Constructor Details
-
NextGovernanceActionTypeElement
public NextGovernanceActionTypeElement()Default constructor -
NextGovernanceActionTypeElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getNextActionType
Return details of the next governance action type- Returns:
- governance action type properties
-
setNextActionType
Set up details of the next governance action type- Parameters:
nextActionType
- governance action type properties
-
getNextActionLinkGUID
Return the unique identifier of the relationship.- Returns:
- string guid
-
setNextActionLinkGUID
Set up the unique identifier of the relationship.- Parameters:
nextActionLinkGUID
- 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
-