public class DataEngineRESTServices extends Object
| Constructor and Description |
|---|
DataEngineRESTServices()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
addLineageMappings(String userId,
String serverName,
LineageMappingsRequestBody lineageMappingsRequestBody)
Create LineageMappings relationships between schema types
|
GUIDResponse |
addPortsToProcess(String userId,
String serverName,
String processGuid,
PortListRequestBody portListRequestBody)
Create ProcessPort relationships for an existing Process
|
GUIDResponse |
createPortAlias(String userId,
String serverName,
PortAliasRequestBody portAliasRequestBody)
Create the Port Alias with a PortDelegation relationship
|
GUIDResponse |
createPortImplementation(String userId,
String serverName,
PortImplementationRequestBody portImplementationRequestBody)
Create the Port Implementation with a PortSchema relationship
|
ProcessListResponse |
createProcesses(String userId,
String serverName,
ProcessesRequestBody processesRequestBody)
Create the processes with ports, schema types and lineage mappings
|
GUIDResponse |
createSchemaType(String userId,
String serverName,
SchemaTypeRequestBody schemaTypeRequestBody)
Create the Port Implementation with a PortSchema relationship
|
GUIDResponse |
createSoftwareServer(String serverName,
String userId,
SoftwareServerCapabilityRequestBody requestBody)
Create the software server capability entity
|
GUIDResponse |
getSoftwareServerByQualifiedName(String serverName,
String userId,
String qualifiedName)
Get the unique identifier from a software server capability definition
|
public GUIDResponse createSoftwareServer(String serverName, String userId, SoftwareServerCapabilityRequestBody requestBody)
serverName - name of server instance to calluserId - the name of the calling userrequestBody - properties of the serverpublic GUIDResponse getSoftwareServerByQualifiedName(String serverName, String userId, String qualifiedName)
serverName - name of the service to route the request touserId - identifier of calling userqualifiedName - qualified name of the serverpublic GUIDResponse createSchemaType(String userId, String serverName, SchemaTypeRequestBody schemaTypeRequestBody)
serverName - name of server instance to calluserId - the name of the calling userschemaTypeRequestBody - properties of the schema typepublic GUIDResponse createPortImplementation(String userId, String serverName, PortImplementationRequestBody portImplementationRequestBody)
serverName - name of server instance to calluserId - the name of the calling userportImplementationRequestBody - properties of the portpublic GUIDResponse createPortAlias(String userId, String serverName, PortAliasRequestBody portAliasRequestBody)
serverName - name of server instance to calluserId - the name of the calling userportAliasRequestBody - properties of the portpublic ProcessListResponse createProcesses(String userId, String serverName, ProcessesRequestBody processesRequestBody)
serverName - name of server instance to calluserId - the name of the calling userprocessesRequestBody - properties of the processespublic GUIDResponse addPortsToProcess(String userId, String serverName, String processGuid, PortListRequestBody portListRequestBody)
serverName - name of server instance to calluserId - the name of the calling userportListRequestBody - guids of portspublic VoidResponse addLineageMappings(String userId, String serverName, LineageMappingsRequestBody lineageMappingsRequestBody)
userId - the name of the calling userserverName - ame of server instance to calllineageMappingsRequestBody - list of lineage mappingsCopyright © 2018–2019 ODPi. All rights reserved.