public abstract class GovernanceServerServiceInstance extends AuditableServerServiceInstance
auditLog, localServerUserIdinvalidParameterHandler, maxPageSize, securityVerifier, serverName, serviceName| Constructor and Description |
|---|
GovernanceServerServiceInstance(String serverName,
String serviceName,
AuditLog auditLog,
String localServerUserId,
int maxPageSize)
Constructor where many OMASs are used and so the partner OMAS information is managed by the subclass
|
GovernanceServerServiceInstance(String serverName,
String serviceName,
AuditLog auditLog,
String localServerUserId,
int maxPageSize,
String accessServiceRootURL,
String accessServiceServerName)
Constructor where REST Services used.
|
GovernanceServerServiceInstance(String serverName,
String serviceName,
AuditLog auditLog,
String localServerUserId,
int maxPageSize,
String accessServiceRootURL,
String accessServiceServerName,
String accessServiceInTopicName,
String accessServiceOutTopicName)
Constructor where all services used.
|
getAuditLoggetInvalidParameterHandler, getServerName, getServiceName, setMaxPageSize, setSecurityVerifier, setServerName, shutdownpublic GovernanceServerServiceInstance(String serverName, String serviceName, AuditLog auditLog, String localServerUserId, int maxPageSize)
serverName - name of this serverserviceName - name of this serviceauditLog - link to the repository responsible for servicing the REST calls.maxPageSize - maximum number of results that can be returned in a single requestlocalServerUserId - userId to use for server initiated requestspublic GovernanceServerServiceInstance(String serverName, String serviceName, AuditLog auditLog, String localServerUserId, int maxPageSize, String accessServiceRootURL, String accessServiceServerName)
serverName - name of this serverserviceName - name of this serviceauditLog - link to the repository responsible for servicing the REST calls.maxPageSize - maximum number of results that can be returned in a single requestlocalServerUserId - userId to use for server initiated requestsaccessServiceRootURL - URL root for server platform where the access service is running.accessServiceServerName - name of the server where the access service is running.public GovernanceServerServiceInstance(String serverName, String serviceName, AuditLog auditLog, String localServerUserId, int maxPageSize, String accessServiceRootURL, String accessServiceServerName, String accessServiceInTopicName, String accessServiceOutTopicName)
serverName - name of this serverserviceName - name of this serviceauditLog - link to the repository responsible for servicing the REST calls.localServerUserId - userId to use for server initiated requestsmaxPageSize - maximum number of results that can be returned in a single requestaccessServiceRootURL - URL root for server platform where the access service is running.accessServiceServerName - name of the server where the access service is running.accessServiceInTopicName - topic name to send events to the access service.accessServiceOutTopicName - topic name to receive events from the access service.Copyright © 2018–2020 ODPi. All rights reserved.