Class AgentInvocationArrayNodeResultImpl
java.lang.Object
com.flowable.agent.engine.impl.runtime.AgentInvocationArrayNodeResultImpl
- All Implemented Interfaces:
AgentInvocationResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowable.agent.api.runtime.AgentInvocationResult
AgentInvocationResult.AgentInvocationResultType -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAgentInvocationArrayNodeResultImpl(com.fasterxml.jackson.databind.node.ArrayNode response) -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeasJsonNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper) asPlainText(com.fasterxml.jackson.databind.ObjectMapper objectMapper) getType()getValue(int index) booleanintsize()
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER -
arrayNode
protected com.fasterxml.jackson.databind.node.ArrayNode arrayNode
-
-
Constructor Details
-
AgentInvocationArrayNodeResultImpl
public AgentInvocationArrayNodeResultImpl(com.fasterxml.jackson.databind.node.ArrayNode response)
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceAgentInvocationResult
-
getValue
- Specified by:
getValuein interfaceAgentInvocationResult
-
hasValue
- Specified by:
hasValuein interfaceAgentInvocationResult
-
getValue
- Specified by:
getValuein interfaceAgentInvocationResult
-
size
public int size()- Specified by:
sizein interfaceAgentInvocationResult
-
asJsonNode
public com.fasterxml.jackson.databind.JsonNode asJsonNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper) - Specified by:
asJsonNodein interfaceAgentInvocationResult
-
asPlainText
- Specified by:
asPlainTextin interfaceAgentInvocationResult
-