Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ProcessCallProperties
-
Packages that use ProcessCallProperties Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.org.odpi.openmetadata.accessservices.assetmanager.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.assetmanager.properties These beans describe the core properties that are passed to the server to create and update metadata.org.odpi.openmetadata.accessservices.assetmanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ProcessCallProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ProcessCallProperties Modifier and Type Method Description StringLineageExchangeInterface. setupProcessCall(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, String callerGUID, String calledGUID, ProcessCallProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Link two elements together to show a request-response call between them.voidLineageExchangeInterface. updateProcessCall(String userId, String assetManagerGUID, String assetManagerName, String processCallGUID, ProcessCallProperties properties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the relationship between two elements that shows a request-response call between them. -
Uses of ProcessCallProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return ProcessCallProperties Modifier and Type Method Description ProcessCallPropertiesProcessCallElement. getProcessCallProperties()Return details of the relationshipMethods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ProcessCallProperties Modifier and Type Method Description voidProcessCallElement. setProcessCallProperties(ProcessCallProperties processCallProperties)Set up relationship properties -
Uses of ProcessCallProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type ProcessCallProperties Constructor Description ProcessCallProperties(ProcessCallProperties template)Copy/clone constructor. -
Uses of ProcessCallProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ProcessCallProperties Modifier and Type Method Description ProcessCallPropertiesProcessCallRequestBody. getProperties()Return the properties for the relationship.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ProcessCallProperties Modifier and Type Method Description voidProcessCallRequestBody. setProperties(ProcessCallProperties properties)Set up the properties for the relationship.
-