Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.GovernanceActionStatus
-
Packages that use GovernanceActionStatus Package Description org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of GovernanceActionStatus in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return GovernanceActionStatus Modifier and Type Method Description GovernanceActionStatusActionTargetElement. getStatus()Return the current status of the action target.Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type GovernanceActionStatus Modifier and Type Method Description voidActionTargetElement. setStatus(GovernanceActionStatus status)Set up current status of the action target. -
Uses of GovernanceActionStatus in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return GovernanceActionStatus Modifier and Type Method Description GovernanceActionStatusGovernanceActionProperties. getActionStatus()Return the current status of the governance action.static GovernanceActionStatusGovernanceActionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GovernanceActionStatus[]GovernanceActionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type GovernanceActionStatus Modifier and Type Method Description voidGovernanceActionProperties. setActionStatus(GovernanceActionStatus actionStatus)Set up the current status of the governance action.
-