Class GovernanceActionProcessStepProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionTypeProperties
org.odpi.openmetadata.frameworks.governanceaction.properties.GovernanceActionProcessStepProperties
- Direct Known Subclasses:
GovernanceActionProcessStepExecution
GovernanceActionProcessStepProperties provides a structure for carrying the properties for a governance action process step.
-
Constructor Summary
ConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.boolean
Return whether this action type can be triggered more than once in a single step of the governance action process.int
hashCode()
Return hash code for this objectvoid
setIgnoreMultipleTriggers
(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, setWaitTime
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getQualifiedName, getVendorProperties, setAdditionalProperties, setQualifiedName, setVendorProperties
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getEffectiveFrom, getEffectiveTo, getExtendedProperties, getTypeName, setEffectiveFrom, setEffectiveTo, setExtendedProperties, setTypeName
-
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:
toString
in classGovernanceActionTypeProperties
- Returns:
- list of properties and their values.
-
equals
Equals method that returns true if containing properties are the same.- Overrides:
equals
in classGovernanceActionTypeProperties
- Parameters:
objectToCompare
- object to compare- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCode
in classGovernanceActionTypeProperties
- Returns:
- int hash code
-