public class BeanAct extends Act<de.tsl2.nano.bean.def.BeanDefinition<?>>
ConditionOperator to check for activation. On activation, the EJB-QL will be
executed to get a result of CollectionBeanCollector.condition, expression, parameter| Constructor and Description |
|---|
BeanAct()
constructor
|
BeanAct(String name,
String condition,
String expression,
ComparableMap<CharSequence,Object> stateValues,
String... parNames)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
de.tsl2.nano.bean.def.BeanDefinition<?> |
action() |
protected Object[] |
getArguments()
evaluates the arguments, given by
parNames from Operator.getValues(). |
protected Object |
getParameter(String name) |
canActivatecompareTo, getPath, handleEvent, initactivate, getCondition, getName, setName, toStringactivate, equals, getActionMode, getArgumentTypes, getEnabler, getId, getImagePath, getKeyStroke, getLastResult, getLongDescription, getParameter, getParameter, getReceiverIDs, getShortDescription, hashCode, isDebugMode, isDefault, isEnabled, isRunning, isSynchron, parameters, resetCursor, run, setDefault, setEnabled, setEnabler, setImagePath, setParameter, setWaitCursorpublic BeanAct()
public BeanAct(String name, String condition, String expression, ComparableMap<CharSequence,Object> stateValues, String... parNames)
name - activity namecondition - pre condition to be checked if activation can be done.expression - ejb-ql expression to be executed on activationstateValues - state properties.parNames - parameter names for EBJ-QL.Copyright © 2012–2020. All rights reserved.