public class MethodPollingViewableMeta
extends java.lang.Object
Constructor and Description |
---|
MethodPollingViewableMeta(java.lang.Class methodProviderClass,
boolean isStaticMethod,
java.util.Map<java.lang.String,java.lang.Object> optionalMapType,
java.util.LinkedHashMap<java.lang.String,java.lang.Object> optionalOaType,
java.lang.Object invocationTarget,
MethodPollingExecStrategyEnum strategy,
boolean isCollection,
boolean isIterator,
VariableReader variableReader,
java.lang.String variableName,
EventType eventTypeEventBeanArray,
ExprNodeScript scriptExpression) |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventTypeEventBeanArray() |
java.lang.Object |
getInvocationTarget() |
java.lang.Class |
getMethodProviderClass() |
java.util.Map<java.lang.String,java.lang.Object> |
getOptionalMapType() |
java.util.LinkedHashMap<java.lang.String,java.lang.Object> |
getOptionalOaType() |
ExprNodeScript |
getScriptExpression() |
MethodPollingExecStrategyEnum |
getStrategy() |
java.lang.String |
getVariableName() |
VariableReader |
getVariableReader() |
boolean |
isCollection() |
boolean |
isIterator() |
boolean |
isStaticMethod() |
public MethodPollingViewableMeta(java.lang.Class methodProviderClass, boolean isStaticMethod, java.util.Map<java.lang.String,java.lang.Object> optionalMapType, java.util.LinkedHashMap<java.lang.String,java.lang.Object> optionalOaType, java.lang.Object invocationTarget, MethodPollingExecStrategyEnum strategy, boolean isCollection, boolean isIterator, VariableReader variableReader, java.lang.String variableName, EventType eventTypeEventBeanArray, ExprNodeScript scriptExpression)
public java.util.Map<java.lang.String,java.lang.Object> getOptionalMapType()
public java.util.LinkedHashMap<java.lang.String,java.lang.Object> getOptionalOaType()
public java.lang.Object getInvocationTarget()
public MethodPollingExecStrategyEnum getStrategy()
public boolean isCollection()
public boolean isIterator()
public VariableReader getVariableReader()
public java.lang.String getVariableName()
public EventType getEventTypeEventBeanArray()
public ExprNodeScript getScriptExpression()
public java.lang.Class getMethodProviderClass()
public boolean isStaticMethod()