Class GovernanceProgramReviewManager
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.client.GovernanceProgramBaseClient
org.odpi.openmetadata.accessservices.governanceprogram.client.GovernanceProgramReviewManager
- All Implemented Interfaces:
org.odpi.openmetadata.accessservices.governanceprogram.api.GovernanceProgramReviewInterface,org.odpi.openmetadata.accessservices.governanceprogram.api.RelatedElementsManagementInterface
public class GovernanceProgramReviewManager
extends GovernanceProgramBaseClient
implements org.odpi.openmetadata.accessservices.governanceprogram.api.GovernanceProgramReviewInterface
The GovernanceProgramReviewInterface supports the periodic review of the governance program.
This includes looking at the metrics and the governance zones.
-
Constructor Summary
ConstructorsConstructorDescriptionGovernanceProgramReviewManager(String serverName, String serverPlatformURLRoot) Create a new client with no authentication embedded in the HTTP request.GovernanceProgramReviewManager(String serverName, String serverPlatformURLRoot, int maxPageSize, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) Create a new client with no authentication embedded in the HTTP request.GovernanceProgramReviewManager(String serverName, String serverPlatformURLRoot, String userId, String password) Create a new client that passes userId and password in each HTTP request.GovernanceProgramReviewManager(String serverName, String serverPlatformURLRoot, String userId, String password, int maxPageSize, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) Create a new client that passes userId and password in each HTTP request.GovernanceProgramReviewManager(String serverName, String serverPlatformURLRoot, GovernanceProgramRESTClient restClient, int maxPageSize) Create a new client that uses the supplied rest client. -
Method Summary
Modifier and TypeMethodDescriptionList<org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionElement>findGovernanceDefinitions(String userId, String typeName, String searchString, int startFrom, int pageSize) Return the list of governance definitions that match the search string - this can be a regular expression.org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionElementgetGovernanceDefinitionByGUID(String userId, String definitionGUID) Retrieve the governance definition by the unique identifier assigned by this service when it was created.org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionGraphgetGovernanceDefinitionInContext(String userId, String governanceDefinitionGUID) Return the governance definition associated with a unique identifier and the other governance definitions linked to it.List<org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceMetricImplementation>getGovernanceDefinitionMetrics(String userId, String governanceDefinitionGUID, int startFrom, int pageSize) Return details of the metrics for a governance definition along with details of where theList<org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionElement>getGovernanceDefinitionsForDocId(String userId, String typeName, String docId, int startFrom, int pageSize) Return the list of governance definitions associated with a unique docId.List<org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionElement>getGovernanceDefinitionsForDomain(String userId, String typeName, int domainIdentifier, int startFrom, int pageSize) Return the list of governance definitions associated with a particular governance domain.List<org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub>getGovernanceZoneMembers(String userId, String zoneName, String subTypeName, int startFrom, int pageSize) Return the list of assets that are members of a particular zone.Methods inherited from class org.odpi.openmetadata.accessservices.governanceprogram.client.GovernanceProgramBaseClient
clearAssignmentScope, clearGovernanceDefinitionScope, clearGovernanceResponsibilityAssignment, clearGovernedBy, clearMoreInformation, clearResource, clearStakeholder, getAssignedActors, getAssignedScopes, getDescriptiveElements, getGovernanceDefinitionScopes, getGovernanceDefinitionsForElement, getGovernedElements, getMoreInformation, getResourceList, getResponsibleRoles, getRoleResponsibilities, getScopedGovernanceDefinitions, getStakeholderCommissionedElements, getStakeholders, getSupportedByResource, removeReferenceable, setupAssignmentScope, setupGovernanceDefinitionScope, setupGovernanceResponsibilityAssignment, setupGovernedBy, setupMoreInformation, setupResource, setupStakeholder, updateGovernanceDefinitionStatus, updateRelationship
-
Constructor Details
-
GovernanceProgramReviewManager
public GovernanceProgramReviewManager(String serverName, String serverPlatformURLRoot) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Create a new client with no authentication embedded in the HTTP request.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST services- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- bad input parameters
-
GovernanceProgramReviewManager
public GovernanceProgramReviewManager(String serverName, String serverPlatformURLRoot, String userId, String password) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Create a new client that passes userId and password in each HTTP request. This is the userId/password of the calling server. The end user's userId is sent on each request.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST servicesuserId- caller's userId embedded in all HTTP requestspassword- caller's userId embedded in all HTTP requests- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- bad input parameters
-
GovernanceProgramReviewManager
public GovernanceProgramReviewManager(String serverName, String serverPlatformURLRoot, int maxPageSize, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Create a new client with no authentication embedded in the HTTP request.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST servicesmaxPageSize- pre-initialized parameter limitauditLog- logging destination- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- bad input parameters
-
GovernanceProgramReviewManager
public GovernanceProgramReviewManager(String serverName, String serverPlatformURLRoot, String userId, String password, int maxPageSize, org.odpi.openmetadata.frameworks.auditlog.AuditLog auditLog) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Create a new client that passes userId and password in each HTTP request. This is the userId/password of the calling server. The end user's userId is sent on each request.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST servicesuserId- caller's userId embedded in all HTTP requestspassword- caller's userId embedded in all HTTP requestsmaxPageSize- pre-initialized parameter limitauditLog- logging destination- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- bad input parameters
-
GovernanceProgramReviewManager
public GovernanceProgramReviewManager(String serverName, String serverPlatformURLRoot, GovernanceProgramRESTClient restClient, int maxPageSize) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException Create a new client that uses the supplied rest client. This is typically used when called from another OMAG Server.- Parameters:
serverName- name of the server to connect toserverPlatformURLRoot- the network address of the server running the OMAS REST servicesrestClient- internal client for rest callsmaxPageSize- pre-initialized parameter limit- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- bad input parameters
-
-
Method Details
-
getGovernanceDefinitionByGUID
public org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionElement getGovernanceDefinitionByGUID(String userId, String definitionGUID) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Retrieve the governance definition by the unique identifier assigned by this service when it was created.- Specified by:
getGovernanceDefinitionByGUIDin interfaceorg.odpi.openmetadata.accessservices.governanceprogram.api.GovernanceProgramReviewInterface- Parameters:
userId- calling userdefinitionGUID- identifier of the governance definition to retrieve- Returns:
- properties of the governance definition
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- guid or userId is null; guid is not recognizedorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- problem accessing property serverorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- security access problem
-
getGovernanceDefinitionsForDomain
public List<org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionElement> getGovernanceDefinitionsForDomain(String userId, String typeName, int domainIdentifier, int startFrom, int pageSize) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Return the list of governance definitions associated with a particular governance domain.- Specified by:
getGovernanceDefinitionsForDomainin interfaceorg.odpi.openmetadata.accessservices.governanceprogram.api.GovernanceProgramReviewInterface- Parameters:
userId- calling usertypeName- option type name to restrict retrieval to a specific typedomainIdentifier- identifier of the governance domain - 0 = all domainsstartFrom- where to start from in the list of definitionspageSize- max number of results to return in one call- Returns:
- list of governance definitions
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the caller is not authorized to issue the requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- the metadata service has problems
-
getGovernanceDefinitionsForDocId
public List<org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionElement> getGovernanceDefinitionsForDocId(String userId, String typeName, String docId, int startFrom, int pageSize) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Return the list of governance definitions associated with a unique docId. In an ideal world, there should be only one.- Specified by:
getGovernanceDefinitionsForDocIdin interfaceorg.odpi.openmetadata.accessservices.governanceprogram.api.GovernanceProgramReviewInterface- Parameters:
userId- calling usertypeName- option types name to restrict retrieval to a specific typedocId- unique name of the governance definitionstartFrom- where to start from in the list of definitionspageSize- max number of results to return in one call- Returns:
- list of governance definitions
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the caller is not authorized to issue the requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- the metadata service has problems
-
getGovernanceDefinitionInContext
public org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionGraph getGovernanceDefinitionInContext(String userId, String governanceDefinitionGUID) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Return the governance definition associated with a unique identifier and the other governance definitions linked to it.- Specified by:
getGovernanceDefinitionInContextin interfaceorg.odpi.openmetadata.accessservices.governanceprogram.api.GovernanceProgramReviewInterface- Parameters:
userId- calling usergovernanceDefinitionGUID- unique identifier of the governance definition- Returns:
- governance definition and its linked elements
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the caller is not authorized to issue the requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- the metadata service has problems
-
findGovernanceDefinitions
public List<org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceDefinitionElement> findGovernanceDefinitions(String userId, String typeName, String searchString, int startFrom, int pageSize) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Return the list of governance definitions that match the search string - this can be a regular expression.- Specified by:
findGovernanceDefinitionsin interfaceorg.odpi.openmetadata.accessservices.governanceprogram.api.GovernanceProgramReviewInterface- Parameters:
userId- calling usertypeName- option types name to restrict retrieval to a specific typesearchString- value to search forstartFrom- where to start from in the list of definition resultspageSize- max number of results to return in one call- Returns:
- list of governance definitions
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the caller is not authorized to issue the requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- the metadata service has problems
-
getGovernanceDefinitionMetrics
public List<org.odpi.openmetadata.accessservices.governanceprogram.metadataelements.GovernanceMetricImplementation> getGovernanceDefinitionMetrics(String userId, String governanceDefinitionGUID, int startFrom, int pageSize) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Return details of the metrics for a governance definition along with details of where the- Specified by:
getGovernanceDefinitionMetricsin interfaceorg.odpi.openmetadata.accessservices.governanceprogram.api.GovernanceProgramReviewInterface- Parameters:
userId- calling usergovernanceDefinitionGUID- unique name of the governance definitionstartFrom- where to start from in the list of definitionspageSize- max number of results to return in one call- Returns:
- list of associated metrics and links for retrieving the captured measurements
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the caller is not authorized to issue the requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- the metadata service has problems
-
getGovernanceZoneMembers
public List<org.odpi.openmetadata.frameworks.connectors.properties.beans.ElementStub> getGovernanceZoneMembers(String userId, String zoneName, String subTypeName, int startFrom, int pageSize) throws org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException, org.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException, org.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException Return the list of assets that are members of a particular zone.- Specified by:
getGovernanceZoneMembersin interfaceorg.odpi.openmetadata.accessservices.governanceprogram.api.GovernanceProgramReviewInterface- Parameters:
userId- calling userzoneName- unique name of the zone to search forsubTypeName- optional asset subtypeName to limit the resultsstartFrom- where to start from in the list of assetspageSize- max number of results to return in one call- Returns:
- list of headers for assets in the requested zone
- Throws:
org.odpi.openmetadata.frameworks.connectors.ffdc.InvalidParameterException- one of the parameters is invalidorg.odpi.openmetadata.frameworks.connectors.ffdc.UserNotAuthorizedException- the caller is not authorized to issue the requestorg.odpi.openmetadata.frameworks.connectors.ffdc.PropertyServerException- the metadata service has problems
-