Class ServiceInvocationResultFactory
java.lang.Object
com.flowable.serviceregistry.engine.impl.invoker.result.ServiceInvocationResultFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BaseServiceInvocationResult
static ServiceInvocationResult
createWithArrayNode
(com.fasterxml.jackson.databind.node.ArrayNode arrayNode) static ServiceInvocationResult
createWithList
(List<ServiceInvocationResult> serviceInvocationResults) static ServiceInvocationResult
createWithListOfMaps
(List<Map<String, Object>> mapList) static ServiceInvocationResult
createWithMap
(Map<String, Object> result) static ServiceInvocationResult
createWithMapCollection
(Collection<Map<String, Object>> results) static ServiceInvocationResult
createWithObjectNode
(com.fasterxml.jackson.databind.node.ObjectNode objectNode) static ServiceInvocationResult
createWithVariableContainer
(VariableContainer variableContainer)
-
Constructor Details
-
ServiceInvocationResultFactory
public ServiceInvocationResultFactory()
-
-
Method Details
-
create
-
createWithMapCollection
public static ServiceInvocationResult createWithMapCollection(Collection<Map<String, Object>> results) -
createWithListOfMaps
-
createWithMap
-
createWithArrayNode
public static ServiceInvocationResult createWithArrayNode(com.fasterxml.jackson.databind.node.ArrayNode arrayNode) -
createWithObjectNode
public static ServiceInvocationResult createWithObjectNode(com.fasterxml.jackson.databind.node.ObjectNode objectNode) -
createWithVariableContainer
public static ServiceInvocationResult createWithVariableContainer(VariableContainer variableContainer) -
createWithList
public static ServiceInvocationResult createWithList(List<ServiceInvocationResult> serviceInvocationResults)
-