Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceEngineElement
-
Packages that use GovernanceEngineElement 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 GovernanceEngineElement in org.odpi.openmetadata.accessservices.governanceengine.api
Methods in org.odpi.openmetadata.accessservices.governanceengine.api that return GovernanceEngineElement Modifier and Type Method Description GovernanceEngineElementGovernanceEngineConfiguration. getGovernanceEngineByGUID(String userId, String guid)Return the properties from a governance engine definition.GovernanceEngineElementGovernanceEngineConfiguration. getGovernanceEngineByName(String userId, String name)Return the properties from a governance engine definition.Methods in org.odpi.openmetadata.accessservices.governanceengine.api that return types with arguments of type GovernanceEngineElement Modifier and Type Method Description List<GovernanceEngineElement>GovernanceEngineConfiguration. getAllGovernanceEngines(String userId, int startingFrom, int maximumResults)Return the list of governance engine definitions that are stored. -
Uses of GovernanceEngineElement in org.odpi.openmetadata.accessservices.governanceengine.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceengine.metadataelements with parameters of type GovernanceEngineElement Constructor Description GovernanceEngineElement(GovernanceEngineElement template)Copy/clone constructor -
Uses of GovernanceEngineElement in org.odpi.openmetadata.accessservices.governanceengine.rest
Methods in org.odpi.openmetadata.accessservices.governanceengine.rest that return GovernanceEngineElement Modifier and Type Method Description GovernanceEngineElementGovernanceEngineElementResponse. getElement()Return the properties object.Methods in org.odpi.openmetadata.accessservices.governanceengine.rest that return types with arguments of type GovernanceEngineElement Modifier and Type Method Description List<GovernanceEngineElement>GovernanceEngineElementsResponse. getElements()Return the properties objects.Methods in org.odpi.openmetadata.accessservices.governanceengine.rest with parameters of type GovernanceEngineElement Modifier and Type Method Description voidGovernanceEngineElementResponse. setElement(GovernanceEngineElement element)Set up the properties object.Method parameters in org.odpi.openmetadata.accessservices.governanceengine.rest with type arguments of type GovernanceEngineElement Modifier and Type Method Description voidGovernanceEngineElementsResponse. setElements(List<GovernanceEngineElement> elements)Set up the properties objects.
-