Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.metadataelements.GovernanceActionElement
-
Packages that use GovernanceActionElement 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 GovernanceActionElement in org.odpi.openmetadata.accessservices.governanceengine.api
Methods in org.odpi.openmetadata.accessservices.governanceengine.api that return GovernanceActionElement Modifier and Type Method Description GovernanceActionElementGovernanceProcessingInterface. getGovernanceAction(String userId, String governanceActionGUID)Request the status of an executing governance action request.Methods in org.odpi.openmetadata.accessservices.governanceengine.api that return types with arguments of type GovernanceActionElement Modifier and Type Method Description List<GovernanceActionElement>GovernanceProcessingInterface. getActiveClaimedGovernanceActions(String userId, String governanceEngineGUID, int startFrom, int pageSize)Retrieve the governance actions that are still in process and that have been claimed by this caller's userId.List<GovernanceActionElement>GovernanceProcessingInterface. getActiveGovernanceActions(String userId, int startFrom, int pageSize)Retrieve the governance actions that are still in process.List<GovernanceActionElement>GovernanceProcessingInterface. getGovernanceActions(String userId, int startFrom, int pageSize)Retrieve the governance actions that are known to the server. -
Uses of GovernanceActionElement in org.odpi.openmetadata.accessservices.governanceengine.metadataelements
Constructors in org.odpi.openmetadata.accessservices.governanceengine.metadataelements with parameters of type GovernanceActionElement Constructor Description GovernanceActionElement(GovernanceActionElement template)Copy/clone constructor -
Uses of GovernanceActionElement in org.odpi.openmetadata.accessservices.governanceengine.rest
Methods in org.odpi.openmetadata.accessservices.governanceengine.rest that return GovernanceActionElement Modifier and Type Method Description GovernanceActionElementGovernanceActionElementResponse. getElement()Return the properties object.Methods in org.odpi.openmetadata.accessservices.governanceengine.rest that return types with arguments of type GovernanceActionElement Modifier and Type Method Description List<GovernanceActionElement>GovernanceActionElementsResponse. getElements()Return the properties objects.Methods in org.odpi.openmetadata.accessservices.governanceengine.rest with parameters of type GovernanceActionElement Modifier and Type Method Description voidGovernanceActionElementResponse. setElement(GovernanceActionElement element)Set up the properties object.Method parameters in org.odpi.openmetadata.accessservices.governanceengine.rest with type arguments of type GovernanceActionElement Modifier and Type Method Description voidGovernanceActionElementsResponse. setElements(List<GovernanceActionElement> elements)Set up the properties objects.
-