Class ServiceInvocationResultResponseResponse
- java.lang.Object
-
- com.flowable.platform.service.form.invocation.ServiceInvocationResultResponseResponse
-
public class ServiceInvocationResultResponseResponse extends Object
- Author:
- Christopher Welsch
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.JsonNoderesultprotected ResultTyperesultTypeprotected IntegerstatusCode
-
Constructor Summary
Constructors Constructor Description ServiceInvocationResultResponseResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceInvocationResultResponseResponsecreate(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ServiceInvocationResultResponse invocationResult)protected static com.fasterxml.jackson.databind.JsonNodeextractInvocationResult(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Object invocationResult)com.fasterxml.jackson.databind.JsonNodegetResult()ResultTypegetResultType()IntegergetStatusCode()protected static voidpopulateMapToObjectNode(Map<String,Object> map, com.fasterxml.jackson.databind.node.ObjectNode objectNode, com.fasterxml.jackson.databind.ObjectMapper objectMapper)voidsetResult(com.fasterxml.jackson.databind.JsonNode result)voidsetResultType(ResultType resultType)voidsetStatusCode(Integer statusCode)
-
-
-
Field Detail
-
result
protected com.fasterxml.jackson.databind.JsonNode result
-
resultType
protected ResultType resultType
-
statusCode
protected Integer statusCode
-
-
Method Detail
-
create
public static ServiceInvocationResultResponseResponse create(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ServiceInvocationResultResponse invocationResult)
-
extractInvocationResult
protected static com.fasterxml.jackson.databind.JsonNode extractInvocationResult(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Object invocationResult)
-
populateMapToObjectNode
protected static void populateMapToObjectNode(Map<String,Object> map, com.fasterxml.jackson.databind.node.ObjectNode objectNode, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
setResult
public void setResult(com.fasterxml.jackson.databind.JsonNode result)
-
getResult
public com.fasterxml.jackson.databind.JsonNode getResult()
-
getResultType
public ResultType getResultType()
-
setResultType
public void setResultType(ResultType resultType)
-
getStatusCode
public Integer getStatusCode()
-
setStatusCode
public void setStatusCode(Integer statusCode)
-
-