Class NextGovernanceActionProcessStepLink
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.NextGovernanceActionProcessStepLink
NextGovernanceActionProcessStepLink contains the properties and ends of a NextGovernanceActionProcessStep
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 if the guard must be returned from the previous action for any of the next actions to progress.Return details of the next governance action process stepReturn the unique identifier of the relationship.Return details of the previous governance action process stepint
hashCode()
Return hash code for this objectvoid
Set up the triggering guard (or null for any guard).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
setNextProcessStep
(ElementStub nextProcessStep) Set up details of the next governance action process stepvoid
setNextProcessStepLinkGUID
(String nextProcessStepLinkGUID) Set up the unique identifier of the relationship.void
setPreviousProcessStep
(ElementStub previousProcessStep) Set up details of the previous governance action process steptoString()
JSON-style toString
-
Constructor Details
-
NextGovernanceActionProcessStepLink
public NextGovernanceActionProcessStepLink()Default constructor -
NextGovernanceActionProcessStepLink
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getPreviousProcessStep
Return details of the previous governance action process step- Returns:
- governance action process step properties
-
setPreviousProcessStep
Set up details of the previous governance action process step- Parameters:
previousProcessStep
- governance action process step properties
-
getNextProcessStep
Return details of the next governance action process step- Returns:
- governance action process step properties
-
setNextProcessStep
Set up details of the next governance action process step- Parameters:
nextProcessStep
- governance action process step properties
-
getNextProcessStepLinkGUID
Return the unique identifier of the relationship.- Returns:
- string guid
-
setNextProcessStepLinkGUID
Set up the unique identifier of the relationship.- Parameters:
nextProcessStepLinkGUID
- 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
-
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
-