Uses of Class
com.redhat.parodos.sdk.model.WorkFlowContextResponseDTO
Packages that use WorkFlowContextResponseDTO
-
Uses of WorkFlowContextResponseDTO in com.redhat.parodos.sdk.api
Methods in com.redhat.parodos.sdk.api that return WorkFlowContextResponseDTOModifier and TypeMethodDescriptionWorkflowApi.getWorkflowParameters(UUID workFlowExecutionId, List<String> param) Returns workflow context parametersMethods in com.redhat.parodos.sdk.api that return types with arguments of type WorkFlowContextResponseDTOModifier and TypeMethodDescriptionWorkflowApi.getWorkflowParametersWithHttpInfo(UUID workFlowExecutionId, List<String> param) Returns workflow context parametersMethod parameters in com.redhat.parodos.sdk.api with type arguments of type WorkFlowContextResponseDTOModifier and TypeMethodDescriptionokhttp3.CallWorkflowApi.getWorkflowParametersAsync(UUID workFlowExecutionId, List<String> param, ApiCallback<WorkFlowContextResponseDTO> _callback) Returns workflow context parameters (asynchronously) -
Uses of WorkFlowContextResponseDTO in com.redhat.parodos.sdk.model
Methods in com.redhat.parodos.sdk.model that return WorkFlowContextResponseDTOModifier and TypeMethodDescriptionstatic WorkFlowContextResponseDTOCreate an instance of WorkFlowContextResponseDTO given an JSON stringWorkFlowContextResponseDTO.workFlowExecutionId(UUID workFlowExecutionId) WorkFlowContextResponseDTO.workFlowOptions(WorkFlowOptionsResponseDTO workFlowOptions)