C D E F G I L O P R S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- claimGovernanceAction(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Request that execution of a governance action is allocated to the caller.
- classifyMetadataElementInStore(String, String, String, String, NewClassificationRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Add a new classification to the metadata element.
- createGovernanceActionProcess(String, String, NewGovernanceActionProcessRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Create a new metadata element to represent a governance action process.
- createGovernanceActionType(String, String, GovernanceActionTypeProperties) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Create a new metadata element to represent a governance action type.
- createGovernanceEngine(String, String, String, NewGovernanceEngineRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Create a new governance engine definition.
- createGovernanceService(String, String, String, NewGovernanceServiceRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Create a governance service definition.
- createIncidentReport(String, String, IncidentReportRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Create an incident report to capture the situation detected by this governance action service.
- createMetadataElementInStore(String, String, NewMetadataElementRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Create a new metadata element in the metadata store.
- createRelatedElementsInStore(String, String, NewRelatedElementsRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Create a relationship between two metadata elements.
D
- deleteGovernanceEngine(String, String, String, DeleteRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Remove the properties of the governance engine.
- deleteGovernanceService(String, String, String, DeleteRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Remove the properties of the governance service.
- deleteMetadataElementInStore(String, String, String, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Delete a specific metadata element.
- deleteRelatedElementsInStore(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Delete a relationship between two metadata elements.
E
- EngineConfigurationResource - Class in org.odpi.openmetadata.accessservices.governanceengine.server.spring
-
GovernanceConfigurationResource provides the Spring wrapper for the Governance Engine Configuration Services
- EngineConfigurationResource() - Constructor for class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
F
- findGovernanceActionProcesses(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Retrieve the list of governance action process metadata elements that contain the search string.
- findGovernanceActionTypes(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Retrieve the list of governance action type metadata elements that contain the search string.
- findMetadataElements(String, String, boolean, boolean, long, int, int, FindRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Return a list of metadata elements that match the supplied criteria.
- findMetadataElementsWithString(String, String, boolean, boolean, long, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Retrieve the metadata elements that contain the requested string.
- findRelationshipsBetweenMetadataElements(String, String, boolean, boolean, long, int, int, FindRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Return a list of relationships that match the requested conditions.
G
- 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, boolean, boolean, long) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Retrieve the metadata element using its unique identifier.
- getMetadataElementByUniqueName(String, String, boolean, boolean, long, 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, boolean, boolean, long, 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, boolean, boolean, long, 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
I
- initiateGovernanceAction(String, String, String, GovernanceActionRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Create a governance action in the metadata store which will trigger the governance action service associated with the supplied request type.
- initiateGovernanceActionProcess(String, String, GovernanceActionProcessRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Using the named governance action process as a template, initiate a chain of governance actions.
L
- logAssetAuditMessage(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Log an audit message about an asset.
O
- org.odpi.openmetadata.accessservices.governanceengine.server.spring - package org.odpi.openmetadata.accessservices.governanceengine.server.spring
P
- publishGovernanceActionProcess(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Update the zones for the asset so that it becomes visible to consumers.
R
- reclassifyMetadataElementInStore(String, String, String, String, UpdatePropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Update the properties of a classification that is currently attached to a specific metadata element.
- recordCompletionStatus(String, String, String, CompletionStatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Declare that all of the processing for the governance action service is finished and the status of the work.
- registerGovernanceServiceWithEngine(String, String, String, GovernanceServiceRegistrationRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Register a governance service with a specific governance engine.
- removeFirstActionType(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Remove the link between a governance process and that governance action type that defines its first step.
- removeGovernanceActionProcess(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Remove the metadata element representing a governance action process.
- removeGovernanceActionType(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Remove the metadata element representing a governance action type.
- removeNextActionType(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Remove a follow on step from a governance action process.
S
- setupFirstActionType(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Set up a link between an governance action process and a governance action type.
- setupNextActionType(String, String, String, String, NextGovernanceActionTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Add a link between two governance action types to show that one follows on from the other when a governance action process is executing.
U
- unclassifyMetadataElementInStore(String, String, String, String, UpdateRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Remove the named classification from a specific metadata element.
- unregisterGovernanceServiceFromEngine(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Unregister a governance service from the governance engine.
- updateActionTargetStatus(String, String, ActionTargetStatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Update the status of a specific action target.
- updateClassificationStatusInStore(String, String, String, String, UpdateEffectivityDatesRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Update the effectivity dates of a specific classification attached to a metadata element.
- updateGovernanceActionProcess(String, String, String, UpdateGovernanceActionProcessRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Update the metadata element representing a governance action process.
- updateGovernanceActionStatus(String, String, String, StatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Update the status of the governance action - providing the caller is permitted.
- updateGovernanceActionType(String, String, String, UpdateGovernanceActionTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Update the metadata element representing a governance action type.
- updateGovernanceEngine(String, String, String, UpdateGovernanceEngineRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Update the properties of an existing governance engine definition.
- updateGovernanceService(String, String, String, UpdateGovernanceServiceRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.EngineConfigurationResource
-
Update the properties of an existing governance service definition.
- updateMetadataElementInStore(String, String, String, UpdatePropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Update the properties of a specific metadata element.
- updateMetadataElementStatusInStore(String, String, String, UpdateStatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Update the status of specific metadata element.
- updateNextActionType(String, String, String, NextGovernanceActionTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Update the properties of the link between two governance action types that shows that one follows on from the other when a governance action process is executing.
- updateRelatedElementsInStore(String, String, String, UpdatePropertiesRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Update the properties associated with a relationship.
- updateRelatedElementsStatusInStore(String, String, String, UpdateEffectivityDatesRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceEngineOMASResource
-
Update the effectivity dates of a specific relationship between metadata elements.
W
- withdrawGovernanceActionProcess(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.governanceengine.server.spring.GovernanceActionProcessResource
-
Update the zones for the asset so that it is no longer visible to consumers.
All Classes All Packages