Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.ElementStub
-
Packages that use ElementStub 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 ElementStub in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type ElementStub Modifier and Type Method Description List<ElementStub>GovernanceProgramReviewInterface. getElementsGovernedByDefinition(String userId, String governanceDefinitionGUID, int startFrom, int pageSize)Return the elements that are governed by the supplied governance definition.List<ElementStub>GovernanceProgramReviewInterface. getGovernanceZoneMembers(String userId, String zoneGUID, int startFrom, int pageSize)Return the list of assets that are members of a particular zone. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Subclasses of ElementStub in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements Modifier and Type Class Description classGovernanceDelegationGovernanceDelegation is used to show a relationship between different GovernanceDefinitions.classGovernanceLinkGovernanceLink is used to show a relationship between different governance definitions of the same type.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return ElementStub Modifier and Type Method Description ElementStubGovernanceZoneDefinition. getParentGovernanceZone()Return the identifiers of the governance zone that this zone inherits governance definitions from.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements that return types with arguments of type ElementStub Modifier and Type Method Description List<ElementStub>GovernanceZoneDefinition. getAssociatedGovernanceDefinitions()Return the list of the governance definitions that control assets in this zone.List<ElementStub>SubjectAreaDefinition. getAssociatedGovernanceDefinitions()Return the list of the governance definitions that control assets in this zone.List<ElementStub>GovernanceMetricImplementation. getDataSetConnectionGUIDs()Return the list of connection identifiers associated with the data set.List<ElementStub>GovernanceZoneDefinition. getNestedGovernanceZones()Return the list of unique identifiers of the governance zones that inherit governance definitions from this zone.Methods in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type ElementStub Modifier and Type Method Description voidGovernanceZoneDefinition. setParentGovernanceZone(ElementStub parentGovernanceZone)Set up the unique identifier of the governance zone that this zone inherits governance definitions from.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with type arguments of type ElementStub Modifier and Type Method Description voidGovernanceZoneDefinition. setAssociatedGovernanceDefinitions(List<ElementStub> associatedGovernanceDefinitions)Set up the list of the governance definitions that control assets in this zone.voidSubjectAreaDefinition. setAssociatedGovernanceDefinitions(List<ElementStub> associatedGovernanceDefinitions)Set up the list of the governance definitions that control assets in this zone.voidGovernanceMetricImplementation. setDataSetConnectionGUIDs(List<ElementStub> dataSetConnectionGUIDs)Set up the list of connection identifiers associated with the data set.voidGovernanceZoneDefinition. setNestedGovernanceZones(List<ElementStub> nestedGovernanceZones)Set up the list of unique identifiers of the governance zones that inherit governance definitions from this zone.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type ElementStub Constructor Description ElementStub(ElementStub template)Copy/clone constructor.GovernanceDelegation(ElementStub template)Copy/clone Constructor - the resulting object.GovernanceLink(ElementStub template)Copy/clone Constructor - the resulting object. -
Uses of ElementStub in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type ElementStub Modifier and Type Method Description List<ElementStub>ElementStubListResponse. getElements()Return the list of element identifiers.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type ElementStub Modifier and Type Method Description voidElementStubListResponse. setElements(List<ElementStub> elements)Set up the list of element identifiers.
-