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