|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.apptemplate.filtering.impl.FilterAction
com.genesyslab.platform.apptemplate.filtering.impl.actions.FilterDelAction
public class FilterDelAction
Removes filter variable from the FilterContext
.
Constructor Summary | |
---|---|
FilterDelAction(java.lang.String key,
java.lang.String varId,
FilterOperand op)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
void |
execute(Message message,
FilterContext context)
Executes action. |
java.lang.String |
getVarId()
Returns variable unique name. |
void |
register(FilterContext context)
Registers filter variables and so on. |
void |
unregister(FilterContext context)
Unregisters filter variables and so on. |
Methods inherited from class com.genesyslab.platform.apptemplate.filtering.impl.FilterAction |
---|
getKey |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterDelAction(java.lang.String key, java.lang.String varId, FilterOperand op)
Method Detail |
---|
public java.lang.String getVarId()
public void execute(Message message, FilterContext context)
FilterAction
execute
in class FilterAction
message
- Message is used by actions to initialize filter variables.context
- Filter context where variables are stored.public void register(FilterContext context)
FilterAction
register
in class FilterAction
context
- filter context.public void unregister(FilterContext context)
FilterAction
unregister
in class FilterAction
context
- filter context.public java.lang.Object clone()
clone
in class FilterAction
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |