Class RepositoryGovernanceInstance
java.lang.Object
org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
org.odpi.openmetadata.commonservices.multitenant.OMESServiceInstance
org.odpi.openmetadata.engineservices.repositorygovernance.server.RepositoryGovernanceInstance
RepositoryGovernanceInstance maintains the instance information needed to execute requests on behalf of
a engine host server.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
auditLog, localServerUserIdFields inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
invalidParameterHandler, maxPageSize, securityVerifier, serverName, serviceName -
Constructor Summary
ConstructorsConstructorDescriptionRepositoryGovernanceInstance(String serverName, String serviceName, AuditLog auditLog, String localServerUserId, int maxPageSize) Constructor where REST Services used. -
Method Summary
Methods inherited from class org.odpi.openmetadata.commonservices.multitenant.AuditableServerServiceInstance
getAuditLogMethods inherited from class org.odpi.openmetadata.commonservices.multitenant.OMAGServerServiceInstance
getInvalidParameterHandler, getServerName, getServiceInstanceStatus, getServiceName, setMaxPageSize, setSecurityVerifier, setServerName, setServiceInstanceStatus, shutdown
-
Constructor Details
-
RepositoryGovernanceInstance
public RepositoryGovernanceInstance(String serverName, String serviceName, AuditLog auditLog, String localServerUserId, int maxPageSize) Constructor where REST Services used.- Parameters:
serverName- name of this serverserviceName- name of this serviceauditLog- link to the repository responsible for servicing the REST calls.localServerUserId- userId to use for local server initiated actionsmaxPageSize- max number of results to return on single request.
-