Uses of Class
com.flowable.serviceregistry.engine.impl.cmd.InvokeServiceCmd.ValueWrapper
Packages that use InvokeServiceCmd.ValueWrapper
-
Uses of InvokeServiceCmd.ValueWrapper in com.flowable.serviceregistry.engine.impl.cmd
Fields in com.flowable.serviceregistry.engine.impl.cmd declared as InvokeServiceCmd.ValueWrapperModifier and TypeFieldDescriptionprotected static final InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.ValueWrapper.MISSING
protected static final InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.ValueWrapper.NULL
Methods in com.flowable.serviceregistry.engine.impl.cmd that return InvokeServiceCmd.ValueWrapperModifier and TypeMethodDescriptionprotected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.extractValue
(com.fasterxml.jackson.databind.node.ObjectNode objectNode, ServiceOutputParameter outputParameter) protected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.extractValue
(Object responseDataObject, ServiceOutputParameter outputParameter, ServiceInvocationResponse response, com.fasterxml.jackson.databind.ObjectMapper objectMapper) protected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.extractValue
(Map<String, Object> responseMap, ServiceOutputParameter outputParameter) protected InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.extractValue
(VariableContainer container, ServiceOutputParameter outputParameter) protected static InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.ValueWrapper.missing()
protected static InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.ValueWrapper.ofListValue
(Object value) protected static InvokeServiceCmd.ValueWrapper
InvokeServiceCmd.ValueWrapper.ofNullable
(Object value)