Interface GovernanceActionProcessInterface
- All Known Implementing Classes:
EgeriaOpenGovernanceClient,GovernanceContextClient,GovernanceContextClientBase,OpenGovernanceClient,OpenGovernanceClientBase
public interface GovernanceActionProcessInterface
GovernanceActionProcessInterface maintains Governance Action Processes and their Governance Action Process Steps.
-
Method Summary
Modifier and TypeMethodDescriptiongetGovernanceActionProcessGraph(String userId, String processGUID, Date effectiveTime) Retrieve the governance action process metadata element with the supplied unique identifier along with its process flow implementation.
-
Method Details
-
getGovernanceActionProcessGraph
GovernanceActionProcessGraph getGovernanceActionProcessGraph(String userId, String processGUID, Date effectiveTime) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException Retrieve the governance action process metadata element with the supplied unique identifier along with its process flow implementation. This includes the process steps and the links between them- Parameters:
userId- calling userprocessGUID- unique identifier of the requested metadata elementeffectiveTime- effective date/time for query- Returns:
- requested metadata element
- Throws:
InvalidParameterException- one of the parameters is invalidUserNotAuthorizedException- the user is not authorized to issue this requestPropertyServerException- there is a problem reported in the open metadata server(s)
-