- getActiveClaimedGovernanceActions(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Retrieve the governance actions that are still in process and that have been claimed by this caller's userId.
- getActiveGovernanceActions(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Retrieve the governance actions that are still in process.
- getAllGovernanceEngines(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Return the list of governance engine definitions that are stored.
- getAllGovernanceServices(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Return the list of governance services definitions that are stored.
- getFirstActionType(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Return the governance action type that is the first step in a governance action process.
- getGovernanceAction(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Request the status and properties of an executing governance action request.
- getGovernanceActionProcessByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Retrieve the governance action process metadata element with the supplied unique identifier.
- getGovernanceActionProcessesByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Retrieve the list of governance action process metadata elements with a matching qualified or display name.
- getGovernanceActions(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Retrieve the governance actions that are known to the server.
- getGovernanceActionTypeByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Retrieve the governance action type metadata element with the supplied unique identifier.
- getGovernanceActionTypesByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Retrieve the list of governance action type metadata elements with a matching qualified or display name.
- getGovernanceEngineByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Return the properties from a governance engine definition.
- getGovernanceEngineByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Return the properties from a governance engine definition.
- getGovernanceServiceByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Return the properties from a governance service definition.
- getGovernanceServiceByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Return the properties from a governance service definition.
- getGovernanceServiceRegistrations(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Return the list of governance engines that a specific governance service is registered with.
- getMetadataElementByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Retrieve the metadata element using its unique identifier.
- getMetadataElementByUniqueName(String, String, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Retrieve the metadata element using its unique name (typically the qualified name).
- getMetadataElementGUIDByUniqueName(String, String, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Retrieve the unique identifier of a metadata element using its unique name (typically the qualified name).
- getNextGovernanceActionTypes(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Return the lust of next action type defined for the governance action process.
- getOutTopicConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Return the connection object for the Governance Engine OMAS's out topic.
- getRegisteredGovernanceService(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Retrieve a specific governance service registered with a governance engine.
- getRegisteredGovernanceServices(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Retrieve the identifiers of the governance services registered with a governance engine.
- getRelatedMetadataElements(String, String, String, String, int, int, int) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Retrieve the metadata elements connected to the supplied element.
- GovernanceActionProcessResource - Class in org.odpi.openmetadata.accessservices.governanceengine.server.spring
-
The GovernanceActionProcessResource provides the server-side implementation for defining Governance Action Processes.
- GovernanceActionProcessResource() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Default constructor
- GovernanceEngineOMASResource - Class in org.odpi.openmetadata.accessservices.governanceengine.server.spring
-
GovernanceEngineOMASResource supports the REST APIs for running Governance Action Service
- GovernanceEngineOMASResource() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-