Uses of Class
org.odpi.openmetadata.accessservices.assetmanager.properties.ProcessStatus
-
Packages that use ProcessStatus Package Description org.odpi.openmetadata.accessservices.assetmanager.api This package contains the different interfaces of the asset manager.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 ProcessStatus in org.odpi.openmetadata.accessservices.assetmanager.api
Methods in org.odpi.openmetadata.accessservices.assetmanager.api with parameters of type ProcessStatus 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. updateProcessStatus(String userId, String assetManagerGUID, String assetManagerName, String processGUID, String processExternalIdentifier, ProcessStatus processStatus, Date effectiveTime, boolean forLineage, boolean forDuplicateProcessing)Update the status of the metadata element representing a process. -
Uses of ProcessStatus in org.odpi.openmetadata.accessservices.assetmanager.properties
Methods in org.odpi.openmetadata.accessservices.assetmanager.properties that return ProcessStatus Modifier and Type Method Description static ProcessStatusProcessStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessStatus[]ProcessStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProcessStatus in org.odpi.openmetadata.accessservices.assetmanager.rest
Methods in org.odpi.openmetadata.accessservices.assetmanager.rest that return ProcessStatus Modifier and Type Method Description ProcessStatusProcessRequestBody. getProcessStatus()Return the process status.ProcessStatusProcessStatusRequestBody. getProcessStatus()Return the status for the element.Methods in org.odpi.openmetadata.accessservices.assetmanager.rest with parameters of type ProcessStatus Modifier and Type Method Description voidProcessRequestBody. setProcessStatus(ProcessStatus processStatus)Set up the process status.voidProcessStatusRequestBody. setProcessStatus(ProcessStatus processStatus)Set up the status for the element.
-