Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.properties.GovernanceDefinitionStatus
-
Packages that use GovernanceDefinitionStatus Package Description org.odpi.openmetadata.accessservices.governanceprogram.api Governance Program OMAS Java API defined the means to maintain and query the definitions that make up the governance program.org.odpi.openmetadata.accessservices.governanceprogram.properties -
-
Uses of GovernanceDefinitionStatus in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api with parameters of type GovernanceDefinitionStatus Modifier and Type Method Description voidGovernanceDefinitionsInterface. setGovernanceDefinitionStatus(String userId, String definitionGUID, GovernanceDefinitionStatus newStatus)Update the status of a governance definition -
Uses of GovernanceDefinitionStatus in org.odpi.openmetadata.accessservices.governanceprogram.properties
Methods in org.odpi.openmetadata.accessservices.governanceprogram.properties that return GovernanceDefinitionStatus Modifier and Type Method Description GovernanceDefinitionStatusGovernanceDefinitionProperties. getStatus()Return the status of this governance definition.static GovernanceDefinitionStatusGovernanceDefinitionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static GovernanceDefinitionStatus[]GovernanceDefinitionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.accessservices.governanceprogram.properties with parameters of type GovernanceDefinitionStatus Modifier and Type Method Description voidGovernanceDefinitionProperties. setStatus(GovernanceDefinitionStatus status)Set up the status of this governance definition.
-