Uses of Class
org.odpi.openmetadata.accessservices.dataengine.model.ProcessingState
-
Packages that use ProcessingState Package Description org.odpi.openmetadata.accessservices.dataengine.event org.odpi.openmetadata.accessservices.dataengine.rest -
-
Uses of ProcessingState in org.odpi.openmetadata.accessservices.dataengine.event
Methods in org.odpi.openmetadata.accessservices.dataengine.event that return ProcessingState Modifier and Type Method Description ProcessingStateProcessingStateEvent. getProcessingState()Return the processing stateMethods in org.odpi.openmetadata.accessservices.dataengine.event with parameters of type ProcessingState Modifier and Type Method Description voidProcessingStateEvent. setProcessingState(ProcessingState processingState)Set up the processing state -
Uses of ProcessingState in org.odpi.openmetadata.accessservices.dataengine.rest
Methods in org.odpi.openmetadata.accessservices.dataengine.rest that return ProcessingState Modifier and Type Method Description ProcessingStateProcessingStateRequestBody. getProcessingState()Return the sync state beanMethods in org.odpi.openmetadata.accessservices.dataengine.rest with parameters of type ProcessingState Modifier and Type Method Description voidProcessingStateRequestBody. setProcessingState(ProcessingState processingState)Set up the sync state beanConstructors in org.odpi.openmetadata.accessservices.dataengine.rest with parameters of type ProcessingState Constructor Description ProcessingStateRequestBody(ProcessingState processingState)
-