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
FieldsFields inherited from class com.flowable.serviceregistry.api.runtime.ServiceInvocationResponse
isJsonValue, responseLookupId, statusMessage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeMethods 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:
getResponseObjectin classServiceInvocationResponse
-
getResponseObjectNode
public com.fasterxml.jackson.databind.node.ObjectNode getResponseObjectNode()- Specified by:
getResponseObjectNodein classServiceInvocationResponse
-
getResponseMap
- Specified by:
getResponseMapin classServiceInvocationResponse
-