Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionGraph
-
Packages that use GovernanceDefinitionGraph 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.metadataelements The metadata elements describe metadata retrieved from the open metadata repositories.org.odpi.openmetadata.accessservices.governanceprogram.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of GovernanceDefinitionGraph in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return GovernanceDefinitionGraph Modifier and Type Method Description GovernanceDefinitionGraphGovernanceProgramReviewInterface. getGovernanceDefinitionInContext(String userId, String governanceDefinitionGUID)Return the governance definition associated with a unique identifier and the other governance definitions linked to it. -
Uses of GovernanceDefinitionGraph in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceDefinitionGraph Constructor Description GovernanceDefinitionGraph(GovernanceDefinitionGraph template)Copy/clone constructor -
Uses of GovernanceDefinitionGraph in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceDefinitionGraph Modifier and Type Method Description GovernanceDefinitionGraphGovernanceDefinitionGraphResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceDefinitionGraph Modifier and Type Method Description voidGovernanceDefinitionGraphResponse. setElement(GovernanceDefinitionGraph element)Set up the element result.
-