Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceZoneElement
-
Packages that use GovernanceZoneElement 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 GovernanceZoneElement in org.odpi.openmetadata.accessservices.governanceprogram.api
Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return GovernanceZoneElement Modifier and Type Method Description GovernanceZoneElementGovernanceZonesInterface. getGovernanceZoneByGUID(String userId, String zoneGUID)Return information about a specific governance zone.GovernanceZoneElementGovernanceZonesInterface. getGovernanceZoneByName(String userId, String qualifiedName)Return information about a specific governance zone and its linked governance definitions.Methods in org.odpi.openmetadata.accessservices.governanceprogram.api that return types with arguments of type GovernanceZoneElement Modifier and Type Method Description List<GovernanceZoneElement>GovernanceZonesInterface. getGovernanceZonesForDomain(String userId, int domainIdentifier, int startFrom, int pageSize)Return information about the defined governance zones. -
Uses of GovernanceZoneElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements
Subclasses of GovernanceZoneElement in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements Modifier and Type Class Description classGovernanceZoneDefinitionA governance zone defines a group of assets.classGovernanceZoneInActionGovernanceZoneInAction returns information about an operational governance zone.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.metadataelements with parameters of type GovernanceZoneElement Constructor Description GovernanceZoneDefinition(GovernanceZoneElement template)Copy/clone constructor for super classGovernanceZoneElement(GovernanceZoneElement template)Copy/clone constructor -
Uses of GovernanceZoneElement in org.odpi.openmetadata.accessservices.governanceprogram.rest
Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return GovernanceZoneElement Modifier and Type Method Description GovernanceZoneElementGovernanceZoneResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest that return types with arguments of type GovernanceZoneElement Modifier and Type Method Description List<GovernanceZoneElement>GovernanceZoneListResponse. getElementList()Return the resulting elements.Methods in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceZoneElement Modifier and Type Method Description voidGovernanceZoneResponse. setElement(GovernanceZoneElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.governanceprogram.rest with type arguments of type GovernanceZoneElement Modifier and Type Method Description voidGovernanceZoneListResponse. setGovernanceZone(List<GovernanceZoneElement> elements)Set up the resulting elements.
-