Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ProcessProperties
-
Packages that use ProcessProperties 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 ProcessProperties in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ProcessProperties Modifier and Type Method Description StringLineageExchangeInterface. createProcess(String userId, String assetManagerGUID, String assetManagerName, boolean assetManagerIsHome, ExternalIdentifierProperties externalIdentifierProperties, ProcessStatus processStatus, ProcessProperties processProperties)Create a new metadata element to represent a process.voidLineageExchangeInterface. updateProcess(String userId, String assetManagerGUID, String assetManagerName, String processGUID, String processExternalIdentifier, boolean isMergeUpdate, ProcessProperties processProperties, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the metadata element representing a process. -
Uses of ProcessProperties in org.odpi.openmetadata.accessservices.assetmanager.metadataelements
Methods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements that return ProcessProperties Modifier and Type Method Description ProcessPropertiesProcessElement. getProcessProperties()Return details of the processMethods in org.odpi.openmetadata.accessservices.assetmanager.metadataelements with parameters of type ProcessProperties Modifier and Type Method Description voidProcessElement. setProcessProperties(ProcessProperties processProperties)Set up process properties -
Uses of ProcessProperties in org.odpi.openmetadata.accessservices.assetmanager.properties
Constructors in org.odpi.openmetadata.accessservices.assetmanager.properties with parameters of type ProcessProperties Constructor Description ProcessProperties(ProcessProperties template)Copy/clone Constructor -
Uses of ProcessProperties in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ProcessProperties Modifier and Type Method Description ProcessPropertiesProcessRequestBody. getElementProperties()Return the properties for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ProcessProperties Modifier and Type Method Description voidProcessRequestBody. setElementProperties(ProcessProperties elementProperties)Set up the properties for the element.
-