Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceServiceElement
-
Packages that use GovernanceServiceElement Package Description org.odpi.openmetadata.accessservices.governanceengine.api org.odpi.openmetadata.accessservices.governanceengine.metadataelements org.odpi.openmetadata.accessservices.governanceengine.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of GovernanceServiceElement in org.odpi.openmetadata.accessservices.governanceengine.api
Methods in org.odpi.openmetadata.accessservices.governanceengine.api that return GovernanceServiceElement Modifier and Type Method Description GovernanceServiceElementGovernanceEngineConfiguration. getGovernanceServiceByGUID(String userId, String guid)Return the properties from a governance service definition.GovernanceServiceElementGovernanceEngineConfiguration. getGovernanceServiceByName(String userId, String name)Return the properties from a governance service definition.Methods in org.odpi.openmetadata.accessservices.governanceengine.api that return types with arguments of type GovernanceServiceElement Modifier and Type Method Description List<GovernanceServiceElement>GovernanceEngineConfiguration. getAllGovernanceServices(String userId, int startingFrom, int maximumResults)Return the list of governance services definitions that are stored. -
Uses of GovernanceServiceElement in org.odpi.openmetadata.accessservices.governanceengine.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceengine.metadataelements with parameters of type GovernanceServiceElement Constructor Description GovernanceServiceElement(GovernanceServiceElement template)Copy/clone constructorRegisteredGovernanceServiceElement(GovernanceServiceElement template)Copy/clone constructor -
Uses of GovernanceServiceElement in org.odpi.openmetadata.accessservices.governanceengine.rest
Methods in org.odpi.openmetadata.accessservices.governanceengine.rest that return GovernanceServiceElement Modifier and Type Method Description GovernanceServiceElementGovernanceServiceElementResponse. getElement()Return the properties object.Methods in org.odpi.openmetadata.accessservices.governanceengine.rest that return types with arguments of type GovernanceServiceElement Modifier and Type Method Description List<GovernanceServiceElement>GovernanceServiceElementsResponse. getElements()Return the properties objects.Methods in org.odpi.openmetadata.accessservices.governanceengine.rest with parameters of type GovernanceServiceElement Modifier and Type Method Description voidGovernanceServiceElementResponse. setElement(GovernanceServiceElement element)Set up the properties object.Method parameters in org.odpi.openmetadata.accessservices.governanceengine.rest with type arguments of type GovernanceServiceElement Modifier and Type Method Description voidGovernanceServiceElementsResponse. setElements(List<GovernanceServiceElement> elements)Set up the properties objects.
-