Class ServiceInvocationResult
java.lang.Object
com.flowable.serviceregistry.api.interceptor.ServiceInvocationResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Exceptionprotected ServiceInvocationResponseprotected com.fasterxml.jackson.databind.node.ArrayNode -
Constructor Summary
ConstructorsConstructorDescriptionServiceInvocationResult(ServiceInvocationResponse invocationResponse) ServiceInvocationResult(ServiceInvocationResponse invocationResponse, com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode) ServiceInvocationResult(ServiceInvocationResponse invocationResponse, List<Map<String, Object>> resultListMap) ServiceInvocationResult(ServiceInvocationResponse invocationResponse, Map<String, Object> resultMap) ServiceInvocationResult(Exception exception) -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ArrayNodevoidsetException(Exception exception) voidsetInvocationResponse(ServiceInvocationResponse invocationResponse) voidsetResultArrayNode(com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode) voidsetResultListMap(List<Map<String, Object>> resultListMap) voidsetResultMap(Map<String, Object> resultMap)
-
Field Details
-
invocationResponse
-
resultMap
-
resultListMap
-
resultArrayNode
protected com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode -
exception
-
-
Constructor Details
-
ServiceInvocationResult
-
ServiceInvocationResult
public ServiceInvocationResult(ServiceInvocationResponse invocationResponse, Map<String, Object> resultMap) -
ServiceInvocationResult
public ServiceInvocationResult(ServiceInvocationResponse invocationResponse, List<Map<String, Object>> resultListMap) -
ServiceInvocationResult
public ServiceInvocationResult(ServiceInvocationResponse invocationResponse, com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode) -
ServiceInvocationResult
-
-
Method Details
-
getInvocationResponse
-
setInvocationResponse
-
getResultMap
-
setResultMap
-
getResultListMap
-
setResultListMap
-
getResultArrayNode
public com.fasterxml.jackson.databind.node.ArrayNode getResultArrayNode() -
setResultArrayNode
public void setResultArrayNode(com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode) -
getException
-
setException
-