Class GovernanceActionProcessStepProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionTypeProperties
org.odpi.openmetadata.frameworks.opengovernance.properties.GovernanceActionProcessStepProperties
- Direct Known Subclasses:
GovernanceActionProcessStepExecution
GovernanceActionProcessStepProperties provides a structure for carrying the properties for a governance action process step.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault 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.opengovernance.properties.GovernanceActionTypeProperties
getDomainIdentifier, getFixedRequestParameters, getGovernanceEngineGUID, getProducedActionTargetTypes, getProducedGuards, getProducedRequestParameters, getRequestType, getSupportedActionTargetTypes, getSupportedRequestParameters, getWaitTime, setDomainIdentifier, setFixedRequestParameters, setGovernanceEngineGUID, setProducedActionTargetTypes, setProducedGuards, setProducedRequestParameters, setRequestType, setSupportedActionTargetTypes, setSupportedRequestParameters, setWaitTime
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getCategory, getDescription, getDisplayName, getQualifiedName, getVersionIdentifier, setAdditionalProperties, setCategory, setDescription, setDisplayName, setQualifiedName, setVersionIdentifier
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeName
Methods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
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
-