public class DigitalArchitectureServicesInstance extends OMASServiceInstance
defaultZones, errorHandler, metadataCollection, publishZones, repositoryConnector, repositoryHandler, repositoryHelper, supportedZonesauditLog, localServerUserIdinvalidParameterHandler, maxPageSize, securityVerifier, serverName, serviceName| Constructor and Description |
|---|
DigitalArchitectureServicesInstance(OMRSRepositoryConnector repositoryConnector,
List<String> supportedZones,
List<String> defaultZones,
List<String> publishZones,
AuditLog auditLog,
String localServerUserId,
int maxPageSize)
Set up the handlers for this server.
|
getServerName, validateActiveRepositorygetAuditLoggetInvalidParameterHandler, getServiceName, setMaxPageSize, setSecurityVerifier, setServerName, shutdownpublic DigitalArchitectureServicesInstance(OMRSRepositoryConnector repositoryConnector, List<String> supportedZones, List<String> defaultZones, List<String> publishZones, AuditLog auditLog, String localServerUserId, int maxPageSize) throws NewInstanceException
repositoryConnector - link to the repository responsible for servicing the REST calls.supportedZones - list of zones that DigitalArchitecture is allowed to serve Assets from.auditLog - destination for audit log events.defaultZones - list of zones that DataManager sets up in new Asset instances.publishZones - list of zones that DataManager sets up in published Asset instances.localServerUserId - userId used for server initiated actionsmaxPageSize - maximum number of results that can be returned on a single callNewInstanceException - a problem occurred during initializationCopyright © 2018–2020 ODPi. All rights reserved.