Class ITAssetRESTService
java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.server.ITAssetRESTService
ITAssetRESTService is the server-side of ExternalSourceClientBase. It is called from the specific clients that manage the
specializations of IT Infrastructure assets.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddClassification
(String serverName, String userId, String assetTypeName, String assetGUID, String classificationName, boolean infrastructureManagerIsHome, AssetExtensionsRequestBody requestBody) Update the properties of a classification for an asset.clearClassification
(String serverName, String userId, String assetTypeName, String assetGUID, String classificationName, EffectiveTimeQueryRequestBody requestBody) Remove a classification from an asset.clearControlFlow
(String serverName, String userId, String controlFlowGUID, EffectiveTimeQueryRequestBody requestBody) Remove the control flow relationship between two elements.clearDataFlow
(String serverName, String userId, String dataFlowGUID, EffectiveTimeQueryRequestBody requestBody) Remove the data flow relationship between two elements.clearLineageMapping
(String serverName, String userId, String lineageMappingGUID, EffectiveTimeQueryRequestBody requestBody) Remove the lineage mapping between two elements.clearProcessCall
(String serverName, String userId, String processCallGUID, EffectiveTimeQueryRequestBody requestBody) Remove the process call relationship.clearRelatedAsset
(String serverName, String userId, String assetTypeName, String assetGUID, String relationshipTypeName, String relatedAssetTypeName, String relatedAssetGUID, EffectiveTimeQueryRequestBody requestBody) Remove a relationship between an asset and a related asset.createAsset
(String serverName, String userId, boolean infrastructureManagerIsHome, AssetRequestBody requestBody) Create a new metadata element to represent an asset.createAssetFromTemplate
(String serverName, String userId, String templateGUID, boolean infrastructureManagerIsHome, TemplateRequestBody requestBody) Create a new metadata element to represent an asset using an existing metadata element as a template.findAssets
(String serverName, String userId, String assetTypeName, int startFrom, int pageSize, SearchStringRequestBody requestBody) Retrieve the list of asset metadata elements that contain the search string.getAssetByGUID
(String serverName, String userId, String assetTypeName, String guid, EffectiveTimeRequestBody requestBody) Retrieve the asset metadata element with the supplied unique identifier.getAssetRelationships
(String serverName, String userId, String assetTypeName, String assetGUID, String relationshipTypeName, String relatedAssetTypeName, int startingEnd, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Return the list of relationships between assets.getAssetsByDeployedImplementationType
(String serverName, String userId, String assetTypeName, int startFrom, int pageSize, NameRequestBody requestBody) Retrieve the list of asset metadata elements with a matching qualified or display name.getAssetsByName
(String serverName, String userId, String assetTypeName, int startFrom, int pageSize, NameRequestBody requestBody) Retrieve the list of asset metadata elements with a matching qualified or display name.getAssetsForInfrastructureManager
(String serverName, String userId, String infrastructureManagerGUID, String infrastructureManagerName, String assetTypeName, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the list of assets created by this caller.getControlFlow
(String serverName, String userId, String currentStepGUID, String nextStepGUID, NameRequestBody requestBody) Retrieve the control flow relationship between two elements.getControlFlowNextSteps
(String serverName, String userId, String currentStepGUID, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the control relationships linked from a specific element to the possible next elements in the process.getControlFlowPreviousSteps
(String serverName, String userId, String currentStepGUID, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the control relationships linked from a specific element to the possible previous elements in the process.getDataFlow
(String serverName, String userId, String dataSupplierGUID, String dataConsumerGUID, NameRequestBody requestBody) Retrieve the data flow relationship between two elements.getDataFlowConsumers
(String serverName, String userId, String dataSupplierGUID, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the data flow relationships linked from a specific element to the downstream consumers.getDataFlowSuppliers
(String serverName, String userId, String dataConsumerGUID, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the data flow relationships linked from a specific element to the upstream suppliers.getDestinationLineageMappings
(String serverName, String userId, String sourceElementGUID, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the lineage mapping relationships linked from a specific source element to its destinations.getLineageMapping
(String serverName, String userId, String sourceElementGUID, String destinationElementGUID, NameRequestBody requestBody) Retrieve the process call relationship between two elements.getProcessCall
(String serverName, String userId, String callerGUID, String calledGUID, NameRequestBody requestBody) Retrieve the process call relationship between two elements.getProcessCalled
(String serverName, String userId, String callerGUID, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the process call relationships linked from a specific element to the elements it calls.getProcessCallers
(String serverName, String userId, String calledGUID, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the process call relationships linked from a specific element to its callers.getRelatedAssets
(String serverName, String userId, String assetTypeName, String assetGUID, String relationshipTypeName, String relatedAssetTypeName, int startingEnd, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Return the list of assets linked by another asset.getSourceLineageMappings
(String serverName, String userId, String destinationElementGUID, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the lineage mapping relationships linked from a specific destination element to its sources.publishAsset
(String serverName, String userId, String assetGUID, NullRequestBody requestBody) Update the zones for the asset so that it becomes visible to consumers.removeAsset
(String serverName, String userId, String assetGUID, ExternalSourceRequestBody requestBody) Remove the metadata element representing an asset.setupControlFlow
(String serverName, String userId, String currentStepGUID, String nextStepGUID, boolean infrastructureManagerIsHome, ControlFlowRequestBody requestBody) Link two elements to show that when one completes the next is started.setupDataFlow
(String serverName, String userId, String dataSupplierGUID, String dataConsumerGUID, boolean infrastructureManagerIsHome, DataFlowRequestBody requestBody) Link two elements together to show that data flows from one to the other.setupLineageMapping
(String serverName, String userId, String sourceElementGUID, String destinationElementGUID, LineageMappingRequestBody requestBody) Link to elements together to show that they are part of the lineage of the data that is moving between the processes.setupProcessCall
(String serverName, String userId, String callerGUID, String calledGUID, boolean infrastructureManagerIsHome, ProcessCallRequestBody requestBody) Link two elements together to show a request-response call between them.setupRelatedAsset
(String serverName, String userId, String assetTypeName, String assetGUID, String relationshipTypeName, String relatedAssetTypeName, String relatedAssetGUID, boolean infrastructureManagerIsHome, AssetExtensionsRequestBody requestBody) Create a relationship between an asset and a related asset.updateAsset
(String serverName, String userId, String assetGUID, boolean isMergeUpdate, AssetRequestBody requestBody) Update the metadata element representing an asset.updateAssetRelationship
(String serverName, String userId, String relationshipTypeName, String relationshipGUID, boolean isMergeUpdate, AssetExtensionsRequestBody requestBody) Update a relationship between an asset and a related asset.updateAssetStatus
(String serverName, String userId, String assetTypeName, String assetGUID, ElementStatusRequestBody requestBody) Update the status of the metadata element representing an asset.updateClassification
(String serverName, String userId, String assetTypeName, String assetGUID, String classificationName, boolean isMergeUpdate, AssetExtensionsRequestBody requestBody) Update the properties of a classification for an asset.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.updateDataFlow
(String serverName, String userId, String dataFlowGUID, DataFlowRequestBody requestBody) Update relationship between two elements that shows that data flows from one to the other.updateProcessCall
(String serverName, String userId, String processCallGUID, ProcessCallRequestBody requestBody) Update the relationship between two elements that shows a request-response call between them.withdrawAsset
(String serverName, String userId, String assetGUID, NullRequestBody requestBody) Update the zones for the asset so that it is no longer visible to consumers.
-
Constructor Details
-
ITAssetRESTService
public ITAssetRESTService()Default constructor
-
-
Method Details
-
createAsset
public GUIDResponse createAsset(String serverName, String userId, boolean infrastructureManagerIsHome, AssetRequestBody requestBody) Create a new metadata element to represent an asset.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userinfrastructureManagerIsHome
- should the asset be marked as owned by the infrastructure manager so others can not update?requestBody
- properties to store- Returns:
- unique identifier of the new 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)
-
createAssetFromTemplate
public GUIDResponse createAssetFromTemplate(String serverName, String userId, String templateGUID, boolean infrastructureManagerIsHome, TemplateRequestBody requestBody) Create a new metadata element to represent an asset using an existing metadata element as a template.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userinfrastructureManagerIsHome
- should the asset be marked as owned by the infrastructure manager so others can not update?templateGUID
- unique identifier of the metadata element to copyrequestBody
- properties that override the template- Returns:
- unique identifier of the new 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)
-
updateAsset
public VoidResponse updateAsset(String serverName, String userId, String assetGUID, boolean isMergeUpdate, AssetRequestBody requestBody) Update the metadata element representing an asset.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetGUID
- unique identifier of the metadata element to updateisMergeUpdate
- are unspecified properties unchanged (true) or removed?requestBody
- new properties for this 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)
-
updateAssetStatus
public VoidResponse updateAssetStatus(String serverName, String userId, String assetTypeName, String assetGUID, ElementStatusRequestBody requestBody) Update the status of the metadata element representing an asset.- Parameters:
serverName
- name of the server to route the request touserId
- calling userassetTypeName
- name of type for the assetassetGUID
- unique identifier of the asset 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)
-
setupRelatedAsset
public VoidResponse setupRelatedAsset(String serverName, String userId, String assetTypeName, String assetGUID, String relationshipTypeName, String relatedAssetTypeName, String relatedAssetGUID, boolean infrastructureManagerIsHome, AssetExtensionsRequestBody requestBody) Create a relationship between an asset and a related asset.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetTypeName
- name of type for the assetassetGUID
- unique identifier of the assetrelationshipTypeName
- name of the relationship typerelatedAssetTypeName
- name of type for the assetinfrastructureManagerIsHome
- ensure that only the infrastructure manager can update this assetrelatedAssetGUID
- unique identifier of the related assetrequestBody
- request body- 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)
-
updateAssetRelationship
public VoidResponse updateAssetRelationship(String serverName, String userId, String relationshipTypeName, String relationshipGUID, boolean isMergeUpdate, AssetExtensionsRequestBody requestBody) Update a relationship between an asset and a related asset.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userrelationshipTypeName
- name of the relationship typerelationshipGUID
- unique identifier of the assetisMergeUpdate
- should the supplied properties be merged with existing properties (true) by replacing just the properties with matching names, or should the entire properties of the instance be replaced?requestBody
- new properties- 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)
-
clearRelatedAsset
public VoidResponse clearRelatedAsset(String serverName, String userId, String assetTypeName, String assetGUID, String relationshipTypeName, String relatedAssetTypeName, String relatedAssetGUID, EffectiveTimeQueryRequestBody requestBody) Remove a relationship between an asset and a related asset.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetTypeName
- name of type for the assetassetGUID
- unique identifier of the assetrelationshipTypeName
- name of the relationship typerelatedAssetTypeName
- name of type for the assetrelatedAssetGUID
- unique identifier of the related assetrequestBody
- unique identifier/name of software server capability representing the infrastructure manager- 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)
-
addClassification
public VoidResponse addClassification(String serverName, String userId, String assetTypeName, String assetGUID, String classificationName, boolean infrastructureManagerIsHome, AssetExtensionsRequestBody requestBody) Update the properties of a classification for an asset.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetTypeName
- name of type for the assetassetGUID
- unique identifier of the assetclassificationName
- name of the classification typeinfrastructureManagerIsHome
- ensure that only the infrastructure manager can update this assetrequestBody
- properties- 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)
-
updateClassification
public VoidResponse updateClassification(String serverName, String userId, String assetTypeName, String assetGUID, String classificationName, boolean isMergeUpdate, AssetExtensionsRequestBody requestBody) Update the properties of a classification for an asset.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetTypeName
- name of type for the assetassetGUID
- unique identifier of the assetclassificationName
- name of the classification typeisMergeUpdate
- should the supplied properties be merged with existing properties (true) by replacing just the properties with matching names, or should the entire properties of the instance be replaced?requestBody
- properties- 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)
-
clearClassification
public VoidResponse clearClassification(String serverName, String userId, String assetTypeName, String assetGUID, String classificationName, EffectiveTimeQueryRequestBody requestBody) Remove a classification from an asset.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetTypeName
- name of type for the assetassetGUID
- unique identifier of the assetclassificationName
- name of the classification typerequestBody
- properties- 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)
-
publishAsset
public VoidResponse publishAsset(String serverName, String userId, String assetGUID, NullRequestBody requestBody) Update the zones for the asset 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 IT Infrastructure OMAS).- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetGUID
- unique identifier of the metadata element to publishrequestBody
- null request body- 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)
-
withdrawAsset
public VoidResponse withdrawAsset(String serverName, String userId, String assetGUID, NullRequestBody requestBody) Update the zones for the asset 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 IT Infrastructure OMAS. This is the setting when the asset is first created).- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetGUID
- unique identifier of the metadata element to withdrawrequestBody
- null request body- 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)
-
removeAsset
public VoidResponse removeAsset(String serverName, String userId, String assetGUID, ExternalSourceRequestBody requestBody) Remove the metadata element representing an asset.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetGUID
- unique identifier of the metadata element to removerequestBody
- unique identifier/name of software server capability representing the infrastructure manager- 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)
-
findAssets
public AssetElementsResponse findAssets(String serverName, String userId, String assetTypeName, int startFrom, int pageSize, SearchStringRequestBody requestBody) Retrieve the list of asset 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 to.userId
- calling userassetTypeName
- name of type for the assetstartFrom
- 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)
-
getAssetsByName
public AssetElementsResponse getAssetsByName(String serverName, String userId, String assetTypeName, int startFrom, int pageSize, NameRequestBody requestBody) Retrieve the list of asset 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 to.userId
- calling userassetTypeName
- name of type for the assetstartFrom
- 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)
-
getAssetsByDeployedImplementationType
public AssetElementsResponse getAssetsByDeployedImplementationType(String serverName, String userId, String assetTypeName, int startFrom, int pageSize, NameRequestBody requestBody) Retrieve the list of asset 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 to.userId
- calling userassetTypeName
- name of type for the assetstartFrom
- 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)
-
getAssetsForInfrastructureManager
public AssetElementsResponse getAssetsForInfrastructureManager(String serverName, String userId, String infrastructureManagerGUID, String infrastructureManagerName, String assetTypeName, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the list of assets created by this caller.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userinfrastructureManagerGUID
- unique identifier of software server capability representing the infrastructure managerinfrastructureManagerName
- unique name of software server capability representing the infrastructure managerassetTypeName
- name of type for the assetstartFrom
- paging start pointpageSize
- maximum results that can be returnedrequestBody
- effective time for the query- 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)
-
getAssetByGUID
public AssetElementResponse getAssetByGUID(String serverName, String userId, String assetTypeName, String guid, EffectiveTimeRequestBody requestBody) Retrieve the asset metadata element with the supplied unique identifier.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetTypeName
- name of type for the assetguid
- unique identifier of the requested metadata elementrequestBody
- effectiveTime- 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)
-
getAssetRelationships
public AssetRelationshipsResponse getAssetRelationships(String serverName, String userId, String assetTypeName, String assetGUID, String relationshipTypeName, String relatedAssetTypeName, int startingEnd, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Return the list of relationships between assets.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetTypeName
- name of type for the assetassetGUID
- unique identifier of the asset to start withstartingEnd
- which end of the relationship to start at 0=either end; 1=end1 and 2=end 2relationshipTypeName
- name of type for the relationshiprelatedAssetTypeName
- name of type of retrieved assetsstartFrom
- paging start pointpageSize
- maximum results that can be returnedrequestBody
- effective time for the query- 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)
-
getRelatedAssets
public RelatedAssetsResponse getRelatedAssets(String serverName, String userId, String assetTypeName, String assetGUID, String relationshipTypeName, String relatedAssetTypeName, int startingEnd, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Return the list of assets linked by another asset.- Parameters:
serverName
- name of the server to route the request to.userId
- calling userassetTypeName
- name of type for the assetassetGUID
- unique identifier of the asset to start withstartingEnd
- which end of the relationship to start at 0=either end; 1=end1 and 2=end 2relationshipTypeName
- name of type for the relationshiprelatedAssetTypeName
- name of type for the related assetstartFrom
- paging start pointpageSize
- maximum results that can be returnedrequestBody
- effective time for the query- 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)
-
setupDataFlow
public GUIDResponse setupDataFlow(String serverName, String userId, String dataSupplierGUID, String dataConsumerGUID, boolean infrastructureManagerIsHome, 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 consumerinfrastructureManagerIsHome
- 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, EffectiveTimeQueryRequestBody 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, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the data flow relationships linked from a specific element to the downstream consumers.- Parameters:
serverName
- name of the server to route the request touserId
- calling userdataSupplierGUID
- unique identifier of the data supplierstartFrom
- start position for resultspageSize
- maximum number of resultsrequestBody
- 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, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the data flow relationships linked from a specific element to the upstream suppliers.- Parameters:
serverName
- name of the server to route the request touserId
- calling userdataConsumerGUID
- unique identifier of the data consumerstartFrom
- start position for resultspageSize
- maximum number of resultsrequestBody
- 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 infrastructureManagerIsHome, 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 stepinfrastructureManagerIsHome
- 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, EffectiveTimeQueryRequestBody 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
- effective time and external 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)
-
getControlFlowNextSteps
public ControlFlowElementsResponse getControlFlowNextSteps(String serverName, String userId, String currentStepGUID, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the control relationships linked from a 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 stepstartFrom
- start position for resultspageSize
- maximum number of resultsrequestBody
- null request body- 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, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the control relationships linked from a 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 stepstartFrom
- start position for resultspageSize
- maximum number of resultsrequestBody
- 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 infrastructureManagerIsHome, 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 callinfrastructureManagerIsHome
- 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
- qualified name to disambiguate request- 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, EffectiveTimeQueryRequestBody 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, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the process call relationships linked from a 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 callstartFrom
- start position for resultspageSize
- maximum number of resultsrequestBody
- 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, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the process call relationships linked from a 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 callstartFrom
- start position for resultspageSize
- maximum number of resultsrequestBody
- 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, LineageMappingRequestBody 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)
-
getLineageMapping
public LineageMappingElementResponse getLineageMapping(String serverName, String userId, String sourceElementGUID, String destinationElementGUID, 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 usersourceElementGUID
- unique identifier of the sourcedestinationElementGUID
- unique identifier of the destinationrequestBody
- 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)
-
clearLineageMapping
public VoidResponse clearLineageMapping(String serverName, String userId, String lineageMappingGUID, EffectiveTimeQueryRequestBody requestBody) Remove the lineage mapping between two elements.- Parameters:
serverName
- name of the server to route the request touserId
- calling userlineageMappingGUID
- unique identifier of the relationshiprequestBody
- unique identifiers of software 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, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the lineage mapping relationships linked from a specific source element to its destinations.- Parameters:
serverName
- name of the server to route the request touserId
- calling usersourceElementGUID
- unique identifier of the sourcestartFrom
- start position for resultspageSize
- maximum number of resultsrequestBody
- 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, int startFrom, int pageSize, EffectiveTimeRequestBody requestBody) Retrieve the lineage mapping relationships linked from a specific destination element to its sources.- Parameters:
serverName
- name of the server to route the request touserId
- calling userdestinationElementGUID
- unique identifier of the destinationstartFrom
- start position for resultspageSize
- maximum number of resultsrequestBody
- 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)
-