Class LineageExchangeRESTServices
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.server.LineageExchangeRESTServices
-
public class LineageExchangeRESTServices extends Object
LineageExchangeRESTServices is the server-side implementation of the Asset Manager OMAS's support for processes, ports and lineage mapping. It matches the LineageExchangeClient.
-
-
Constructor Summary
Constructors Constructor Description LineageExchangeRESTServices()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VoidResponseclearBusinessSignificant(String serverName, String userId, String elementGUID, MetadataCorrelationProperties requestBody)Remove the "BusinessSignificant" designation from the element.VoidResponseclearControlFlow(String serverName, String userId, String controlFlowGUID, AssetManagerIdentifiersRequestBody requestBody)Remove the control flow relationship between two elements.VoidResponseclearDataFlow(String serverName, String userId, String dataFlowGUID, AssetManagerIdentifiersRequestBody requestBody)Remove the data flow relationship between two elements.VoidResponseclearLineageMapping(String serverName, String userId, String sourceElementGUID, String destinationElementGUID, AssetManagerIdentifiersRequestBody requestBody)Remove the lineage mapping between two elements.VoidResponseclearPortDelegation(String serverName, String userId, String portOneGUID, String portTwoGUID, AssetManagerIdentifiersRequestBody requestBody)Remove the port delegation relationship between two ports.VoidResponseclearPortSchemaType(String serverName, String userId, String portGUID, String schemaTypeGUID, AssetManagerIdentifiersRequestBody requestBody)Remove the schema type from a port.VoidResponseclearProcessCall(String serverName, String userId, String processCallGUID, AssetManagerIdentifiersRequestBody requestBody)Remove the process call relationship.VoidResponseclearProcessParent(String serverName, String userId, String parentProcessGUID, String childProcessGUID, AssetManagerIdentifiersRequestBody requestBody)Remove a parent-child relationship between two processes.VoidResponseclearProcessPort(String serverName, String userId, String processGUID, String portGUID, AssetManagerIdentifiersRequestBody requestBody)Unlink a port from a process.GUIDResponsecreatePort(String serverName, String userId, boolean assetManagerIsHome, String processGUID, PortRequestBody requestBody)Create a new metadata element to represent a port.GUIDResponsecreateProcess(String serverName, String userId, boolean assetManagerIsHome, ProcessRequestBody requestBody)Create a new metadata element to represent a process.GUIDResponsecreateProcessFromTemplate(String serverName, String userId, boolean assetManagerIsHome, String templateGUID, TemplateRequestBody requestBody)Create a new metadata element to represent a process using an existing metadata element as a template.PortElementsResponsefindPorts(String serverName, String userId, int startFrom, int pageSize, SearchStringRequestBody requestBody)Retrieve the list of port metadata elements that contain the search string.ProcessElementsResponsefindProcesses(String serverName, String userId, int startFrom, int pageSize, SearchStringRequestBody requestBody)Retrieve the list of process metadata elements that contain the search string.ControlFlowElementResponsegetControlFlow(String serverName, String userId, String currentStepGUID, String nextStepGUID, NameRequestBody requestBody)Retrieve the control flow relationship between two elements.ControlFlowElementsResponsegetControlFlowNextSteps(String serverName, String userId, String currentStepGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the control relationships linked from an specific element to the possible next elements in the process.ControlFlowElementsResponsegetControlFlowPreviousSteps(String serverName, String userId, String currentStepGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the control relationships linked from an specific element to the possible previous elements in the process.DataFlowElementResponsegetDataFlow(String serverName, String userId, String dataSupplierGUID, String dataConsumerGUID, NameRequestBody requestBody)Retrieve the data flow relationship between two elements.DataFlowElementsResponsegetDataFlowConsumers(String serverName, String userId, String dataSupplierGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the data flow relationships linked from an specific element to the downstream consumers.DataFlowElementsResponsegetDataFlowSuppliers(String serverName, String userId, String dataConsumerGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the data flow relationships linked from an specific element to the upstream suppliers.LineageMappingElementsResponsegetDestinationLineageMappings(String serverName, String userId, String sourceElementGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the lineage mapping relationships linked from an specific source element to its destinations.PortElementResponsegetPortByGUID(String serverName, String userId, String portGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the port metadata element with the supplied unique identifier.PortElementResponsegetPortDelegation(String serverName, String userId, String portGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the port that this port delegates to.PortElementsResponsegetPortsByName(String serverName, String userId, int startFrom, int pageSize, NameRequestBody requestBody)Retrieve the list of port metadata elements with a matching qualified or display name.PortElementsResponsegetPortsForProcess(String serverName, String userId, String processGUID, int startFrom, int pageSize, AssetManagerIdentifiersRequestBody requestBody)Retrieve the list of ports associated with a process.PortElementsResponsegetPortUse(String serverName, String userId, String portGUID, int startFrom, int pageSize, AssetManagerIdentifiersRequestBody requestBody)Retrieve the list of ports that delegate to this port.ProcessElementResponsegetProcessByGUID(String serverName, String userId, String processGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the process metadata element with the supplied unique identifier.ProcessCallElementResponsegetProcessCall(String serverName, String userId, String callerGUID, String calledGUID, NameRequestBody requestBody)Retrieve the process call relationship between two elements.ProcessCallElementsResponsegetProcessCalled(String serverName, String userId, String callerGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the process call relationships linked from an specific element to the elements it calls.ProcessCallElementsResponsegetProcessCallers(String serverName, String userId, String calledGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the process call relationships linked from an specific element to its callers.ProcessElementsResponsegetProcessesByName(String serverName, String userId, int startFrom, int pageSize, NameRequestBody requestBody)Retrieve the list of process metadata elements with a matching qualified or display name.ProcessElementsResponsegetProcessesForAssetManager(String serverName, String userId, int startFrom, int pageSize, AssetManagerIdentifiersRequestBody requestBody)Return the list of processes associated with the process manager.ProcessElementResponsegetProcessParent(String serverName, String userId, String processGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the process metadata element with the supplied unique identifier.LineageMappingElementsResponsegetSourceLineageMappings(String serverName, String userId, String destinationElementGUID, AssetManagerIdentifiersRequestBody requestBody)Retrieve the lineage mapping relationships linked from an specific destination element to its sources.ProcessElementsResponsegetSubProcesses(String serverName, String userId, String processGUID, int startFrom, int pageSize, AssetManagerIdentifiersRequestBody requestBody)Retrieve the process metadata element with the supplied unique identifier.VoidResponsepublishProcess(String serverName, String userId, String processGUID, AssetManagerIdentifiersRequestBody requestBody)Update the zones for the process so that it becomes visible to consumers.VoidResponseremovePort(String serverName, String userId, String portGUID, MetadataCorrelationProperties requestBody)Remove the metadata element representing a port.VoidResponseremoveProcess(String serverName, String userId, String processGUID, MetadataCorrelationProperties requestBody)Remove the metadata element representing a process.VoidResponsesetBusinessSignificant(String serverName, String userId, String elementGUID, MetadataCorrelationProperties requestBody)Classify a port, process or process as "BusinessSignificant" (this may effect the way that lineage is displayed).GUIDResponsesetupControlFlow(String serverName, String userId, String currentStepGUID, String nextStepGUID, boolean assetManagerIsHome, ControlFlowRequestBody requestBody)Link two elements to show that when one completes the next is started.GUIDResponsesetupDataFlow(String serverName, String userId, String dataSupplierGUID, String dataConsumerGUID, boolean assetManagerIsHome, DataFlowRequestBody requestBody)Link two elements together to show that data flows from one to the other.VoidResponsesetupLineageMapping(String serverName, String userId, String sourceElementGUID, String destinationElementGUID, AssetManagerIdentifiersRequestBody requestBody)Link to elements together to show that they are part of the lineage of the data that is moving between the processes.VoidResponsesetupPortDelegation(String serverName, String userId, boolean assetManagerIsHome, String portOneGUID, String portTwoGUID, AssetManagerIdentifiersRequestBody requestBody)Link two ports together to show that portTwo is an implementation of portOne.VoidResponsesetupPortSchemaType(String serverName, String userId, boolean assetManagerIsHome, String portGUID, String schemaTypeGUID, AssetManagerIdentifiersRequestBody requestBody)Link a schema type to a port to show the structure of data it accepts.GUIDResponsesetupProcessCall(String serverName, String userId, String callerGUID, String calledGUID, boolean assetManagerIsHome, ProcessCallRequestBody requestBody)Link two elements together to show a request-response call between them.VoidResponsesetupProcessParent(String serverName, String userId, String parentProcessGUID, String childProcessGUID, boolean assetManagerIsHome, ProcessContainmentTypeRequestBody requestBody)Create a parent-child relationship between two processes.VoidResponsesetupProcessPort(String serverName, String userId, boolean assetManagerIsHome, String processGUID, String portGUID, AssetManagerIdentifiersRequestBody requestBody)Link a port to a process.VoidResponseupdateControlFlow(String serverName, String userId, String controlFlowGUID, ControlFlowRequestBody requestBody)Update the relationship between two elements that shows that when one completes the next is started.VoidResponseupdateDataFlow(String serverName, String userId, String dataFlowGUID, DataFlowRequestBody requestBody)Update relationship between two elements that shows that data flows from one to the other.VoidResponseupdatePort(String serverName, String userId, String portGUID, PortRequestBody requestBody)Update the properties of the metadata element representing a port.VoidResponseupdateProcess(String serverName, String userId, String processGUID, boolean isMergeUpdate, ProcessRequestBody requestBody)Update the metadata element representing a process.VoidResponseupdateProcessCall(String serverName, String userId, String processCallGUID, ProcessCallRequestBody requestBody)Update the relationship between two elements that shows a request-response call between them.VoidResponseupdateProcessStatus(String serverName, String userId, String processGUID, ProcessStatusRequestBody requestBody)Update the status of the metadata element representing a process.VoidResponsewithdrawProcess(String serverName, String userId, String processGUID, AssetManagerIdentifiersRequestBody requestBody)Update the zones for the process so that it is no longer visible to consumers.
-
-
-
Method Detail
-
createProcess
public GUIDResponse createProcess(String serverName, String userId, boolean assetManagerIsHome, ProcessRequestBody requestBody)
Create a new metadata element to represent a process.- Parameters:
serverName- name of the server to route the request touserId- calling userassetManagerIsHome- ensure that only the process manager can update this processrequestBody- properties about the process to store- Returns:
- unique identifier of the new process or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
createProcessFromTemplate
public GUIDResponse createProcessFromTemplate(String serverName, String userId, boolean assetManagerIsHome, String templateGUID, TemplateRequestBody requestBody)
Create a new metadata element to represent a process using an existing metadata element as a template.- Parameters:
serverName- name of the server to route the request touserId- calling usertemplateGUID- unique identifier of the metadata element to copyassetManagerIsHome- ensure that only the process manager can update this processrequestBody- properties that override the template- Returns:
- unique identifier of the new process or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
updateProcess
public VoidResponse updateProcess(String serverName, String userId, String processGUID, boolean isMergeUpdate, ProcessRequestBody requestBody)
Update the metadata element representing a process.- Parameters:
serverName- name of the server to route the request touserId- calling userprocessGUID- unique identifier of the metadata element to updateisMergeUpdate- should the new properties be merged with existing properties (true) or completely replace them (false)?requestBody- new properties for the metadata element- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
updateProcessStatus
public VoidResponse updateProcessStatus(String serverName, String userId, String processGUID, ProcessStatusRequestBody requestBody)
Update the status of the metadata element representing a process.- Parameters:
serverName- name of the server to route the request touserId- calling userprocessGUID- unique identifier of the process to updaterequestBody- new status for the process- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
setupProcessParent
public VoidResponse setupProcessParent(String serverName, String userId, String parentProcessGUID, String childProcessGUID, boolean assetManagerIsHome, ProcessContainmentTypeRequestBody requestBody)
Create a parent-child relationship between two processes.- Parameters:
serverName- name of the server to route the request touserId- calling userassetManagerIsHome- ensure that only the process manager can update this processparentProcessGUID- unique identifier of the process in the external process manager that is to be the parent processchildProcessGUID- unique identifier of the process in the external process manager that is to be the nested sub-processrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearProcessParent
public VoidResponse clearProcessParent(String serverName, String userId, String parentProcessGUID, String childProcessGUID, AssetManagerIdentifiersRequestBody requestBody)
Remove a parent-child relationship between two processes.- Parameters:
serverName- name of the server to route the request touserId- calling userparentProcessGUID- unique identifier of the process in the external process manager that is to be the parent processchildProcessGUID- unique identifier of the process in the external process manager that is to be the nested sub-processrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
publishProcess
public VoidResponse publishProcess(String serverName, String userId, String processGUID, AssetManagerIdentifiersRequestBody requestBody)
Update the zones for the process so that it becomes visible to consumers. (The zones are set to the list of zones in the publishedZones option configured for each instance of the Asset Manager OMAS).- Parameters:
serverName- name of the server to route the request touserId- calling userprocessGUID- unique identifier of the metadata element to publishrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
withdrawProcess
public VoidResponse withdrawProcess(String serverName, String userId, String processGUID, AssetManagerIdentifiersRequestBody requestBody)
Update the zones for the process so that it is no longer visible to consumers. (The zones are set to the list of zones in the defaultZones option configured for each instance of the Asset Manager OMAS. This is the setting when the process is first created).- Parameters:
serverName- name of the server to route the request touserId- calling userprocessGUID- unique identifier of the metadata element to withdrawrequestBody- asset manager identifiers- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
removeProcess
public VoidResponse removeProcess(String serverName, String userId, String processGUID, MetadataCorrelationProperties requestBody)
Remove the metadata element representing a process.- Parameters:
serverName- name of the server to route the request touserId- calling userprocessGUID- unique identifier of the metadata element to removerequestBody- properties to help with the mapping of the elements in the external asset manager and open metadata- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
findProcesses
public ProcessElementsResponse findProcesses(String serverName, String userId, int startFrom, int pageSize, SearchStringRequestBody requestBody)
Retrieve the list of process metadata elements that contain the search string. The search string is treated as a regular expression.- Parameters:
serverName- name of the server to route the request touserId- calling userstartFrom- paging start pointpageSize- maximum results that can be returnedrequestBody- string to find in the properties- Returns:
- list of matching metadata elements or InvalidParameterException one of the parameters is invalid or UserNotAuthorizedException the user is not authorized to issue this request or PropertyServerException there is a problem reported in the open metadata server(s)
-
getProcessesForAssetManager
public ProcessElementsResponse getProcessesForAssetManager(String serverName, String userId, int startFrom, int pageSize, AssetManagerIdentifiersRequestBody requestBody)
Return the list of processes associated with the process manager.- Parameters:
serverName- name of the server to route the request touserId- calling userstartFrom- paging start pointpageSize- maximum results that can be returnedrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- list of metadata elements describing the processes associated with the requested asset manager or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getProcessesByName
public ProcessElementsResponse getProcessesByName(String serverName, String userId, int startFrom, int pageSize, NameRequestBody requestBody)
Retrieve the list of process metadata elements with a matching qualified or display name. There are no wildcards supported on this request.- Parameters:
serverName- name of the server to route the request touserId- calling userstartFrom- paging start pointpageSize- maximum results that can be returnedrequestBody- name to search for- Returns:
- list of matching metadata elements or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getProcessByGUID
public ProcessElementResponse getProcessByGUID(String serverName, String userId, String processGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the process metadata element with the supplied unique identifier.- Parameters:
serverName- name of the server to route the request touserId- calling userprocessGUID- unique identifier of the requested metadata elementrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- requested metadata element or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getProcessParent
public ProcessElementResponse getProcessParent(String serverName, String userId, String processGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the process metadata element with the supplied unique identifier.- Parameters:
serverName- name of the server to route the request touserId- calling userprocessGUID- unique identifier of the requested metadata elementrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- parent process element or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getSubProcesses
public ProcessElementsResponse getSubProcesses(String serverName, String userId, String processGUID, int startFrom, int pageSize, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the process metadata element with the supplied unique identifier.- Parameters:
serverName- name of the server to route the request touserId- calling userprocessGUID- unique identifier of the requested metadata elementstartFrom- paging start pointpageSize- maximum results that can be returnedrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- list of process elements or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
createPort
public GUIDResponse createPort(String serverName, String userId, boolean assetManagerIsHome, String processGUID, PortRequestBody requestBody)
Create a new metadata element to represent a port.- Parameters:
serverName- name of the server to route the request touserId- calling userassetManagerIsHome- ensure that only the process manager can update this portprocessGUID- unique identifier of the process where the port is locatedrequestBody- properties for the port- Returns:
- unique identifier of the new metadata element for the port or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
updatePort
public VoidResponse updatePort(String serverName, String userId, String portGUID, PortRequestBody requestBody)
Update the properties of the metadata element representing a port. This call replaces all existing properties with the supplied properties.- Parameters:
serverName- name of the server to route the request touserId- calling userportGUID- unique identifier of the port to updaterequestBody- new properties for the port- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
setupProcessPort
public VoidResponse setupProcessPort(String serverName, String userId, boolean assetManagerIsHome, String processGUID, String portGUID, AssetManagerIdentifiersRequestBody requestBody)
Link a port to a process.- Parameters:
serverName- name of the server to route the request touserId- calling userassetManagerIsHome- ensure that only the process manager can update this processprocessGUID- unique identifier of the processportGUID- unique identifier of the portrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearProcessPort
public VoidResponse clearProcessPort(String serverName, String userId, String processGUID, String portGUID, AssetManagerIdentifiersRequestBody requestBody)
Unlink a port from a process.- Parameters:
serverName- name of the server to route the request touserId- calling userprocessGUID- unique identifier of the processportGUID- unique identifier of the portrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
setupPortDelegation
public VoidResponse setupPortDelegation(String serverName, String userId, boolean assetManagerIsHome, String portOneGUID, String portTwoGUID, AssetManagerIdentifiersRequestBody requestBody)
Link two ports together to show that portTwo is an implementation of portOne. (That is, portOne delegates to portTwo.)- Parameters:
serverName- name of the server to route the request touserId- calling userassetManagerIsHome- ensure that only the process manager can update this processportOneGUID- unique identifier of the port at end 1portTwoGUID- unique identifier of the port at end 2requestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearPortDelegation
public VoidResponse clearPortDelegation(String serverName, String userId, String portOneGUID, String portTwoGUID, AssetManagerIdentifiersRequestBody requestBody)
Remove the port delegation relationship between two ports.- Parameters:
serverName- name of the server to route the request touserId- calling userportOneGUID- unique identifier of the port at end 1portTwoGUID- unique identifier of the port at end 2requestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
setupPortSchemaType
public VoidResponse setupPortSchemaType(String serverName, String userId, boolean assetManagerIsHome, String portGUID, String schemaTypeGUID, AssetManagerIdentifiersRequestBody requestBody)
Link a schema type to a port to show the structure of data it accepts.- Parameters:
serverName- name of the server to route the request touserId- calling userassetManagerIsHome- ensure that only the process manager can update this processportGUID- unique identifier of the portschemaTypeGUID- unique identifier of the schemaTyperequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearPortSchemaType
public VoidResponse clearPortSchemaType(String serverName, String userId, String portGUID, String schemaTypeGUID, AssetManagerIdentifiersRequestBody requestBody)
Remove the schema type from a port.- Parameters:
serverName- name of the server to route the request touserId- calling userportGUID- unique identifier of the portschemaTypeGUID- unique identifier of the schemaTyperequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
removePort
public VoidResponse removePort(String serverName, String userId, String portGUID, MetadataCorrelationProperties requestBody)
Remove the metadata element representing a port.- Parameters:
serverName- name of the server to route the request touserId- calling userportGUID- unique identifier of the metadata element to removerequestBody- properties to help with the mapping of the elements in the external asset manager and open metadata- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
findPorts
public PortElementsResponse findPorts(String serverName, String userId, int startFrom, int pageSize, SearchStringRequestBody requestBody)
Retrieve the list of port metadata elements that contain the search string. The search string is treated as a regular expression.- Parameters:
serverName- name of the server to route the request touserId- calling userstartFrom- paging start pointpageSize- maximum results that can be returnedrequestBody- string to find in the properties- Returns:
- list of matching metadata elements or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getPortsForProcess
public PortElementsResponse getPortsForProcess(String serverName, String userId, String processGUID, int startFrom, int pageSize, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the list of ports associated with a process.- Parameters:
serverName- name of the server to route the request touserId- calling userprocessGUID- unique identifier of the process of intereststartFrom- paging start pointpageSize- maximum results that can be returnedrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- list of associated metadata elements or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getPortUse
public PortElementsResponse getPortUse(String serverName, String userId, String portGUID, int startFrom, int pageSize, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the list of ports that delegate to this port.- Parameters:
serverName- name of the server to route the request touserId- calling userportGUID- unique identifier of the starting portstartFrom- paging start pointpageSize- maximum results that can be returnedrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- list of associated metadata elements or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getPortDelegation
public PortElementResponse getPortDelegation(String serverName, String userId, String portGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the port that this port delegates to.- Parameters:
serverName- name of the server to route the request touserId- calling userportGUID- unique identifier of the starting port aliasrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- matching metadata element or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getPortsByName
public PortElementsResponse getPortsByName(String serverName, String userId, int startFrom, int pageSize, NameRequestBody requestBody)
Retrieve the list of port metadata elements with a matching qualified or display name. There are no wildcards supported on this request.- Parameters:
serverName- name of the server to route the request touserId- calling userstartFrom- paging start pointpageSize- maximum results that can be returnedrequestBody- name to search for- Returns:
- list of matching metadata elements or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getPortByGUID
public PortElementResponse getPortByGUID(String serverName, String userId, String portGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the port metadata element with the supplied unique identifier.- Parameters:
serverName- name of the server to route the request touserId- calling userportGUID- unique identifier of the requested metadata elementrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- matching metadata element or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
setBusinessSignificant
public VoidResponse setBusinessSignificant(String serverName, String userId, String elementGUID, MetadataCorrelationProperties requestBody)
Classify a port, process or process as "BusinessSignificant" (this may effect the way that lineage is displayed).- Parameters:
serverName- name of the server to route the request touserId- calling userelementGUID- unique identifier of the metadata element to updaterequestBody- properties to help with the mapping of the elements in the external asset manager and open metadata- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearBusinessSignificant
public VoidResponse clearBusinessSignificant(String serverName, String userId, String elementGUID, MetadataCorrelationProperties requestBody)
Remove the "BusinessSignificant" designation from the element.- Parameters:
serverName- name of the server to route the request touserId- calling userelementGUID- unique identifier of the metadata element to updaterequestBody- properties to help with the mapping of the elements in the external asset manager and open metadata- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
setupDataFlow
public GUIDResponse setupDataFlow(String serverName, String userId, String dataSupplierGUID, String dataConsumerGUID, boolean assetManagerIsHome, DataFlowRequestBody requestBody)
Link two elements together to show that data flows from one to the other.- Parameters:
serverName- name of the server to route the request touserId- calling userdataSupplierGUID- unique identifier of the data supplierdataConsumerGUID- unique identifier of the data consumerassetManagerIsHome- ensure that only the process manager can update this processrequestBody- properties of the relationship- Returns:
- unique identifier of the relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getDataFlow
public DataFlowElementResponse getDataFlow(String serverName, String userId, String dataSupplierGUID, String dataConsumerGUID, NameRequestBody requestBody)
Retrieve the data flow relationship between two elements. The qualifiedName is optional unless there is more than one data flow relationships between these two elements since it is used to disambiguate the request.- Parameters:
serverName- name of the server to route the request touserId- calling userdataSupplierGUID- unique identifier of the data supplierdataConsumerGUID- unique identifier of the data consumerrequestBody- optional name to search for- Returns:
- unique identifier and properties of the relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
updateDataFlow
public VoidResponse updateDataFlow(String serverName, String userId, String dataFlowGUID, DataFlowRequestBody requestBody)
Update relationship between two elements that shows that data flows from one to the other.- Parameters:
serverName- name of the server to route the request touserId- calling userdataFlowGUID- unique identifier of the data flow relationshiprequestBody- properties of the relationship- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearDataFlow
public VoidResponse clearDataFlow(String serverName, String userId, String dataFlowGUID, AssetManagerIdentifiersRequestBody requestBody)
Remove the data flow relationship between two elements.- Parameters:
serverName- name of the server to route the request touserId- calling userdataFlowGUID- unique identifier of the data flow relationshiprequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getDataFlowConsumers
public DataFlowElementsResponse getDataFlowConsumers(String serverName, String userId, String dataSupplierGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the data flow relationships linked from an specific element to the downstream consumers.- Parameters:
serverName- name of the server to route the request touserId- calling userdataSupplierGUID- unique identifier of the data supplierrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- unique identifier and properties of the relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getDataFlowSuppliers
public DataFlowElementsResponse getDataFlowSuppliers(String serverName, String userId, String dataConsumerGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the data flow relationships linked from an specific element to the upstream suppliers.- Parameters:
serverName- name of the server to route the request touserId- calling userdataConsumerGUID- unique identifier of the data consumerrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- unique identifier and properties of the relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
setupControlFlow
public GUIDResponse setupControlFlow(String serverName, String userId, String currentStepGUID, String nextStepGUID, boolean assetManagerIsHome, ControlFlowRequestBody requestBody)
Link two elements to show that when one completes the next is started.- Parameters:
serverName- name of the server to route the request touserId- calling usercurrentStepGUID- unique identifier of the previous stepnextStepGUID- unique identifier of the next stepassetManagerIsHome- ensure that only the process manager can update this processrequestBody- properties of the relationship- Returns:
- unique identifier for the control flow relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getControlFlow
public ControlFlowElementResponse getControlFlow(String serverName, String userId, String currentStepGUID, String nextStepGUID, NameRequestBody requestBody)
Retrieve the control flow relationship between two elements. The qualifiedName is optional unless there is more than one control flow relationships between these two elements since it is used to disambiguate the request.- Parameters:
serverName- name of the server to route the request touserId- calling usercurrentStepGUID- unique identifier of the previous stepnextStepGUID- unique identifier of the next steprequestBody- unique identifier for this relationship- Returns:
- unique identifier and properties of the relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
updateControlFlow
public VoidResponse updateControlFlow(String serverName, String userId, String controlFlowGUID, ControlFlowRequestBody requestBody)
Update the relationship between two elements that shows that when one completes the next is started.- Parameters:
serverName- name of the server to route the request touserId- calling usercontrolFlowGUID- unique identifier of the control flow relationshiprequestBody- properties of the relationship- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearControlFlow
public VoidResponse clearControlFlow(String serverName, String userId, String controlFlowGUID, AssetManagerIdentifiersRequestBody requestBody)
Remove the control flow relationship between two elements.- Parameters:
serverName- name of the server to route the request touserId- calling usercontrolFlowGUID- unique identifier of the control flow relationshiprequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getControlFlowNextSteps
public ControlFlowElementsResponse getControlFlowNextSteps(String serverName, String userId, String currentStepGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the control relationships linked from an specific element to the possible next elements in the process.- Parameters:
serverName- name of the server to route the request touserId- calling usercurrentStepGUID- unique identifier of the current steprequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- unique identifier and properties of the relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getControlFlowPreviousSteps
public ControlFlowElementsResponse getControlFlowPreviousSteps(String serverName, String userId, String currentStepGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the control relationships linked from an specific element to the possible previous elements in the process.- Parameters:
serverName- name of the server to route the request touserId- calling usercurrentStepGUID- unique identifier of the previous steprequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- unique identifier and properties of the relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
setupProcessCall
public GUIDResponse setupProcessCall(String serverName, String userId, String callerGUID, String calledGUID, boolean assetManagerIsHome, ProcessCallRequestBody requestBody)
Link two elements together to show a request-response call between them.- Parameters:
serverName- name of the server to route the request touserId- calling usercallerGUID- unique identifier of the element that is making the callcalledGUID- unique identifier of the element that is processing the callassetManagerIsHome- ensure that only the process manager can update this processrequestBody- properties of the relationship- Returns:
- unique identifier of the new relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getProcessCall
public ProcessCallElementResponse getProcessCall(String serverName, String userId, String callerGUID, String calledGUID, NameRequestBody requestBody)
Retrieve the process call relationship between two elements. The qualifiedName is optional unless there is more than one process call relationships between these two elements since it is used to disambiguate the request. This is often used in conjunction with update.- Parameters:
serverName- name of the server to route the request touserId- calling usercallerGUID- unique identifier of the element that is making the callcalledGUID- unique identifier of the element that is processing the callrequestBody- unique identifier for this relationship- Returns:
- unique identifier and properties of the relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
updateProcessCall
public VoidResponse updateProcessCall(String serverName, String userId, String processCallGUID, ProcessCallRequestBody requestBody)
Update the relationship between two elements that shows a request-response call between them.- Parameters:
serverName- name of the server to route the request touserId- calling userprocessCallGUID- unique identifier of the process call relationshiprequestBody- properties of the relationship- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearProcessCall
public VoidResponse clearProcessCall(String serverName, String userId, String processCallGUID, AssetManagerIdentifiersRequestBody requestBody)
Remove the process call relationship.- Parameters:
serverName- name of the server to route the request touserId- calling userprocessCallGUID- unique identifier of the process call relationshiprequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getProcessCalled
public ProcessCallElementsResponse getProcessCalled(String serverName, String userId, String callerGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the process call relationships linked from an specific element to the elements it calls.- Parameters:
serverName- name of the server to route the request touserId- calling usercallerGUID- unique identifier of the element that is making the callrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- unique identifier and properties of the relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getProcessCallers
public ProcessCallElementsResponse getProcessCallers(String serverName, String userId, String calledGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the process call relationships linked from an specific element to its callers.- Parameters:
serverName- name of the server to route the request touserId- calling usercalledGUID- unique identifier of the element that is processing the callrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- unique identifier and properties of the relationship or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
setupLineageMapping
public VoidResponse setupLineageMapping(String serverName, String userId, String sourceElementGUID, String destinationElementGUID, AssetManagerIdentifiersRequestBody requestBody)
Link to elements together to show that they are part of the lineage of the data that is moving between the processes. Typically the lineage relationships stitch together processes and data assets supported by different technologies.- Parameters:
serverName- name of the server to route the request touserId- calling usersourceElementGUID- unique identifier of the sourcedestinationElementGUID- unique identifier of the destinationrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
clearLineageMapping
public VoidResponse clearLineageMapping(String serverName, String userId, String sourceElementGUID, String destinationElementGUID, AssetManagerIdentifiersRequestBody requestBody)
Remove the lineage mapping between two elements.- Parameters:
serverName- name of the server to route the request touserId- calling usersourceElementGUID- unique identifier of the sourcedestinationElementGUID- unique identifier of the destinationrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getDestinationLineageMappings
public LineageMappingElementsResponse getDestinationLineageMappings(String serverName, String userId, String sourceElementGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the lineage mapping relationships linked from an specific source element to its destinations.- Parameters:
serverName- name of the server to route the request touserId- calling usersourceElementGUID- unique identifier of the sourcerequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
getSourceLineageMappings
public LineageMappingElementsResponse getSourceLineageMappings(String serverName, String userId, String destinationElementGUID, AssetManagerIdentifiersRequestBody requestBody)
Retrieve the lineage mapping relationships linked from an specific destination element to its sources.- Parameters:
serverName- name of the server to route the request touserId- calling userdestinationElementGUID- unique identifier of the destinationrequestBody- unique identifiers of software server capability representing the caller (optional)- Returns:
- void or InvalidParameterException one of the parameters is invalid UserNotAuthorizedException the user is not authorized to issue this request PropertyServerException there is a problem reported in the open metadata server(s)
-
-