Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.properties.ProcessStatus
-
Packages that use ProcessStatus Package Description org.odpi.openmetadata.accessservices.governanceengine.api org.odpi.openmetadata.accessservices.governanceengine.properties org.odpi.openmetadata.accessservices.governanceengine.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ProcessStatus in org.odpi.openmetadata.accessservices.governanceengine.api
Methods in org.odpi.openmetadata.accessservices.governanceengine.api with parameters of type ProcessStatus Modifier and Type Method Description StringGovernanceActionProcessInterface. createGovernanceActionProcess(String userId, GovernanceActionProcessProperties processProperties, ProcessStatus initialStatus)Create a new metadata element to represent a governance action process.voidGovernanceActionProcessInterface. updateGovernanceActionProcess(String userId, String processGUID, boolean isMergeUpdate, ProcessStatus processStatus, GovernanceActionProcessProperties processProperties)Update the metadata element representing a governance action process. -
Uses of ProcessStatus in org.odpi.openmetadata.accessservices.governanceengine.properties
Methods in org.odpi.openmetadata.accessservices.governanceengine.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.governanceengine.rest
Methods in org.odpi.openmetadata.accessservices.governanceengine.rest that return ProcessStatus Modifier and Type Method Description ProcessStatusNewGovernanceActionProcessRequestBody. getProcessStatus()Return the initial status of the governance action status.Methods in org.odpi.openmetadata.accessservices.governanceengine.rest with parameters of type ProcessStatus Modifier and Type Method Description voidNewGovernanceActionProcessRequestBody. setProcessStatus(ProcessStatus processStatus)Set up the initial status of the governance action status.
-