Class ScriptServiceInvocationResponse
java.lang.Object
com.flowable.serviceregistry.api.runtime.ServiceInvocationResponse
com.flowable.serviceregistry.api.runtime.ScriptServiceInvocationResponse
A script service invocation based response object holding the map of output parameters collected during script execution.
- Author:
- Micha Kiener
-
Field Summary
Fields inherited from class com.flowable.serviceregistry.api.runtime.ServiceInvocationResponse
isJsonValue, responseLookupId, statusMessage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNode
Methods inherited from class com.flowable.serviceregistry.api.runtime.ServiceInvocationResponse
getResponseArrayNode, getResponseListMap, getResponseLookupId, getStatusMessage, isJsonValue, setJsonValue, setResponseLookupId, setStatusMessage
-
Field Details
-
variableContainer
-
-
Constructor Details
-
ScriptServiceInvocationResponse
-
-
Method Details
-
getResponseObject
- Specified by:
getResponseObject
in classServiceInvocationResponse
-
getResponseObjectNode
public com.fasterxml.jackson.databind.node.ObjectNode getResponseObjectNode()- Specified by:
getResponseObjectNode
in classServiceInvocationResponse
-
getResponseMap
- Specified by:
getResponseMap
in classServiceInvocationResponse
-