Class ServiceInvocationResult
java.lang.Object
com.flowable.serviceregistry.api.interceptor.ServiceInvocationResult
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected Exceptionprotected ServiceInvocationResponseprotected com.fasterxml.jackson.databind.node.ArrayNode
- 
Constructor SummaryConstructorsConstructorDescriptionServiceInvocationResult(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 SummaryModifier 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
- 
resultArrayNodeprotected com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode
- 
exception
 
- 
- 
Constructor Details- 
ServiceInvocationResult
- 
ServiceInvocationResultpublic ServiceInvocationResult(ServiceInvocationResponse invocationResponse, Map<String, Object> resultMap) 
- 
ServiceInvocationResultpublic ServiceInvocationResult(ServiceInvocationResponse invocationResponse, List<Map<String, Object>> resultListMap) 
- 
ServiceInvocationResultpublic ServiceInvocationResult(ServiceInvocationResponse invocationResponse, com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode) 
- 
ServiceInvocationResult
 
- 
- 
Method Details- 
getInvocationResponse
- 
setInvocationResponse
- 
getResultMap
- 
setResultMap
- 
getResultListMap
- 
setResultListMap
- 
getResultArrayNodepublic com.fasterxml.jackson.databind.node.ArrayNode getResultArrayNode()
- 
setResultArrayNodepublic void setResultArrayNode(com.fasterxml.jackson.databind.node.ArrayNode resultArrayNode) 
- 
getException
- 
setException
 
-