public class DataEngineInstanceHandler extends OCFOMASServiceInstanceHandler
platformInstanceMap, serviceName| Constructor and Description |
|---|
DataEngineInstanceHandler()
Default constructor registers the access service
|
| Modifier and Type | Method and Description |
|---|---|
DataEngineSchemaTypeHandler |
getDataEngineSchemaTypeHandler(String userId,
String serverName,
String serviceOperationName)
Retrieve the data engine schema type handler for the access service
|
Connection |
getInTopicConnection(String userId,
String serverName,
String serviceOperationName)
Return the connection used in the client to create a connector to access events to the input topic.
|
PortHandler |
getPortHandler(String userId,
String serverName,
String serviceOperationName)
Retrieve the port handler for the access service
|
ProcessHandler |
getProcessHandler(String userId,
String serverName,
String serviceOperationName)
Retrieve the process handler for the access service
|
DataEngineRegistrationHandler |
getRegistrationHandler(String userId,
String serverName,
String serviceOperationName)
Retrieve the registration handler for the access service
|
getAssetHandlergetDefaultZones, getDefaultZones, getErrorHandler, getExceptionHandler, getMetadataCollection, getPublishZones, getPublishZones, getRepositoryConnector, getRepositoryHandler, getRepositoryHelper, getServiceName, getSupportedZones, getSupportedZonesgetAuditLoggetServerSecurityVerifier, getServerServiceInstance, getServiceName, isServerActive, removeServerServiceInstancepublic DataEngineInstanceHandler()
public ProcessHandler getProcessHandler(String userId, String serverName, String serviceOperationName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userserverName - name of the server tied to the requestserviceOperationName - name of the REST API call (typically the top-level methodName)InvalidParameterException - no available instance for the requested serverUserNotAuthorizedException - user does not have access to the requested serverPropertyServerException - the service name is not known - indicating a logic errorpublic DataEngineRegistrationHandler getRegistrationHandler(String userId, String serverName, String serviceOperationName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userserverName - name of the server tied to the requestserviceOperationName - name of called operationInvalidParameterException - no available instance for the requested serverUserNotAuthorizedException - user does not have access to the requested serverPropertyServerException - the service name is not known - indicating a logic errorpublic DataEngineSchemaTypeHandler getDataEngineSchemaTypeHandler(String userId, String serverName, String serviceOperationName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userserverName - name of the server tied to the requestserviceOperationName - name of the REST API call (typically the top-level methodName)InvalidParameterException - no available instance for the requested serverUserNotAuthorizedException - user does not have access to the requested serverPropertyServerException - the service name is not known - indicating a logic errorpublic PortHandler getPortHandler(String userId, String serverName, String serviceOperationName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userserverName - name of the server tied to the requestserviceOperationName - name of the REST API call (typically the top-level methodName)InvalidParameterException - no available instance for the requested serverUserNotAuthorizedException - user does not have access to the requested serverPropertyServerException - the service name is not known - indicating a logic errorpublic Connection getInTopicConnection(String userId, String serverName, String serviceOperationName) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException
userId - calling userserverName - name of the server tied to the requestserviceOperationName - name of the REST API call (typically the top-level methodName)InvalidParameterException - no available instance for the requested serverUserNotAuthorizedException - user does not have access to the requested serverPropertyServerException - the service name is not known - indicating a logic errorCopyright © 2018–2020 ODPi. All rights reserved.