Class ServiceInvocationResult
java.lang.Object
com.flowable.serviceregistry.api.interceptor.ServiceInvocationResult
-
Field Summary
Modifier and TypeFieldDescriptionprotected Exception
protected ServiceInvocationResponse
protected com.fasterxml.jackson.databind.node.ArrayNode
-
Constructor Summary
ConstructorDescriptionServiceInvocationResult
(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.ArrayNode
void
setException
(Exception exception) void
setInvocationResponse
(ServiceInvocationResponse invocationResponse) void
setResultArrayNode
(com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode) void
setResultListMap
(List<Map<String, Object>> resultListMap) void
setResultMap
(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
-