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 org.odpi.openmetadata.accessservices.governanceprogram.rest This package defines the beans used to build the REST request and response payloads. -
-
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 StringCertificationManagementInterface. createCertificationType(String userId, CertificationTypeProperties properties, GovernanceDefinitionStatus initialStatus)Create a description of the certification type.StringGovernanceDefinitionsInterface. createGovernanceDefinition(String userId, GovernanceDefinitionProperties properties, GovernanceDefinitionStatus initialStatus)Create a new governance definition.StringRightsManagementInterface. createLicenseType(String userId, LicenseTypeProperties properties, GovernanceDefinitionStatus initialStatus)Create a description of the license type.voidGovernanceDefinitionsInterface. setGovernanceDefinitionStatus(String userId, String definitionGUID, GovernanceDefinitionStatus newStatus)Update the status of a governance definitionvoidRightsManagementInterface. setLicenseTypeStatus(String userId, String licenseTypeGUID, GovernanceDefinitionStatus newStatus)Update the status of a license type. -
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 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. -
Uses of GovernanceDefinitionStatus in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceDefinitionStatus Modifier and Type Method Description GovernanceDefinitionStatusCertificationTypeRequestBody. getInitialStatus()Return the initial status of the certification type.GovernanceDefinitionStatusGovernanceDefinitionRequestBody. getInitialStatus()Return the initial status of the governance definition.GovernanceDefinitionStatusLicenseTypeRequestBody. getInitialStatus()Return the initial status of the license type.GovernanceDefinitionStatusGovernanceStatusRequestBody. getStatus()Return the initial status of the governance definition.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceDefinitionStatus Modifier and Type Method Description voidCertificationTypeRequestBody. setInitialStatus(GovernanceDefinitionStatus initialStatus)Set up the initial status of the certification type.voidGovernanceDefinitionRequestBody. setInitialStatus(GovernanceDefinitionStatus initialStatus)Set up the initial status of the governance definition.voidLicenseTypeRequestBody. setInitialStatus(GovernanceDefinitionStatus initialStatus)Set up the initial status of the license type.voidGovernanceStatusRequestBody. setStatus(GovernanceDefinitionStatus status)Set up the initial status of the governance definition.
-