Index
All Classes and Interfaces|All Packages
A
- ActionAuthorResource - Class in org.odpi.openmetadata.viewservices.actionauthor.server.spring
-
The ActionAuthorResource provides the Spring API endpoints of the Action Author Open Metadata View Service (OMVS).
- ActionAuthorResource() - Constructor for class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Default constructor
C
- createGovernanceActionProcess(String, NewGovernanceActionProcessRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Create a new metadata element to represent a governance action process.
- createGovernanceActionProcessStep(String, GovernanceActionProcessStepProperties) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Create a new metadata element to represent a governance action process step.
- createGovernanceActionType(String, GovernanceActionTypeProperties) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Create a new metadata element to represent a governance action type.
F
- findGovernanceActionProcesses(String, int, int, boolean, boolean, boolean, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Retrieve the list of governance action process metadata elements that contain the search string.
- findGovernanceActionProcessSteps(String, int, int, boolean, boolean, boolean, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Retrieve the list of governance action process step metadata elements that contain the search string.
- findGovernanceActionTypes(String, int, int, boolean, boolean, boolean, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Retrieve the list of governance action type metadata elements that contain the search string.
G
- getFirstActionProcessStep(String, String) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Return the governance action process step that is the first step in a governance action process.
- getGovernanceActionProcessByGUID(String, String) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Retrieve the governance action process metadata element with the supplied unique identifier.
- getGovernanceActionProcessesByName(String, int, int, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Retrieve the list of governance action process metadata elements with a matching qualified or display name.
- getGovernanceActionProcessGraph(String, String, ResultsRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Retrieve the governance action process metadata element with the supplied unique identifier along with the flow definition describing its implementation.
- getGovernanceActionProcessStepByGUID(String, String) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Retrieve the governance action process step metadata element with the supplied unique identifier.
- getGovernanceActionProcessStepsByName(String, int, int, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Retrieve the list of governance action process step metadata elements with a matching qualified or display name.
- getGovernanceActionTypeByGUID(String, String) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Retrieve the governance action type metadata element with the supplied unique identifier.
- getGovernanceActionTypesByName(String, int, int, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Retrieve the list of governance action type metadata elements with a matching qualified or display name.
- getNextProcessSteps(String, String, int, int) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Return the list of next process steps defined for the governance action process.
O
- org.odpi.openmetadata.viewservices.actionauthor.server.spring - package org.odpi.openmetadata.viewservices.actionauthor.server.spring
P
- publishGovernanceActionProcess(String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Update the zones for the governance action process (asset) so that it becomes visible to consumers.
R
- removeFirstProcessStep(String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Remove the link between a governance process and that governance action process step that defines its first step.
- removeGovernanceActionProcess(String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Remove the metadata element representing a governance action process.
- removeGovernanceActionProcessStep(String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Remove the metadata element representing a governance action process step.
- removeGovernanceActionType(String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Remove the metadata element representing a governance action type.
- removeNextActionProcessStep(String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Remove a follow-on step from a governance action process.
S
- setupFirstActionProcessStep(String, String, String, FilterRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Set up a link between a governance action process and a governance action process step.
- setupNextActionProcessStep(String, String, String, NextGovernanceActionProcessStepRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Add a link between two governance action process steps to show that one follows on from the other when a governance action process is executing.
U
- updateGovernanceActionProcess(String, String, UpdateGovernanceActionProcessRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Update the metadata element representing a governance action process.
- updateGovernanceActionProcessStep(String, String, UpdateGovernanceActionProcessStepRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Update the metadata element representing a governance action process step.
- updateGovernanceActionType(String, String, UpdateGovernanceActionTypeRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Update the metadata element representing a governance action type.
- updateNextActionProcessStep(String, String, NextGovernanceActionProcessStepRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Update the properties of the link between two governance action process steps that shows that one follows on from the other when a governance action process is executing.
W
- withdrawGovernanceActionProcess(String, String, NullRequestBody) - Method in class org.odpi.openmetadata.viewservices.actionauthor.server.spring.ActionAuthorResource
-
Update the zones for the asset so that it is no longer visible to consumers.
All Classes and Interfaces|All Packages