Class GovernanceActionProcessStepProperties
java.lang.Object
org.odpi.openmetadata.frameworks.governanceaction.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepProperties
GovernanceActionProcessStepProperties provides a structure for carrying the properties for a governance action process step.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals method that returns true if containing properties are the same.booleanReturn whether this action type can be triggered more than once in a single step of the governance action process.inthashCode()Return hash code for this objectvoidsetIgnoreMultipleTriggers(boolean ignoreMultipleTriggers) Set up whether this action type can be triggered more than once in a single step of the governance action process.toString()JSON-style toString.Methods inherited from class org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
getDescription, getDisplayName, getDomainIdentifier, getFixedRequestParameters, getGovernanceEngineGUID, getProducedActionTargetTypes, getProducedGuards, getProducedRequestParameters, getRequestType, getSupportedActionTargetTypes, getSupportedRequestParameters, getWaitTime, setDescription, setDisplayName, setDomainIdentifier, setFixedRequestParameters, setGovernanceEngineGUID, setProducedActionTargetTypes, setProducedGuards, setProducedRequestParameters, setRequestType, setSupportedActionTargetTypes, setSupportedRequestParameters, setWaitTimeMethods inherited from class org.odpi.openmetadata.frameworks.governanceaction.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, setAdditionalProperties, setQualifiedName
-
Constructor Details
-
GovernanceActionProcessStepProperties
public GovernanceActionProcessStepProperties()Default constructor -
GovernanceActionProcessStepProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
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.- Overrides:
toStringin classGovernanceActionTypeProperties- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same.- Overrides:
equalsin classGovernanceActionTypeProperties- Parameters:
objectToCompare- object to compare- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classGovernanceActionTypeProperties- Returns:
- int hash code
-