Uses of Class
org.kie.kogito.trusty.service.common.responses.ExecutionHeaderResponse
-
-
Uses of ExecutionHeaderResponse in org.kie.kogito.trusty.service.common.responses
Classes in org.kie.kogito.trusty.service.common.responses with type parameters of type ExecutionHeaderResponse Modifier and Type Class Description classOutcomesResponse<T extends ExecutionHeaderResponse,E extends Outcome>Base abstract class for OutcomesResponseMethods in org.kie.kogito.trusty.service.common.responses that return types with arguments of type ExecutionHeaderResponse Modifier and Type Method Description Collection<ExecutionHeaderResponse>ExecutionsResponse. getHeaders()Gets the execution headers.Constructor parameters in org.kie.kogito.trusty.service.common.responses with type arguments of type ExecutionHeaderResponse Constructor Description ExecutionsResponse(int total, int returnedRecords, int offset, Collection<ExecutionHeaderResponse> headers) -
Uses of ExecutionHeaderResponse in org.kie.kogito.trusty.service.common.responses.decision
Subclasses of ExecutionHeaderResponse in org.kie.kogito.trusty.service.common.responses.decision Modifier and Type Class Description classDecisionHeaderResponseThe Decision implementation ofExecutionHeaderResponse. -
Uses of ExecutionHeaderResponse in org.kie.kogito.trusty.service.common.responses.process
Subclasses of ExecutionHeaderResponse in org.kie.kogito.trusty.service.common.responses.process Modifier and Type Class Description classProcessHeaderResponseThe Process implementation ofExecutionHeaderResponse.
-