|
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
public abstract class FilterAction
Filter action.
Constructor Summary | |
---|---|
FilterAction(java.lang.String key)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
abstract void |
execute(Message message,
FilterContext context)
Executes action. |
java.lang.String |
getKey()
Gets action idetification key. |
void |
register(FilterContext context)
Registers filter variables and so on. |
void |
unregister(FilterContext context)
Unregisters filter variables and so on. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterAction(java.lang.String key)
Method Detail |
---|
public java.lang.String getKey()
public abstract void execute(Message message, FilterContext context)
message
- Message is used by actions to initialize filter variables.context
- Filter context where variables are stored.public void register(FilterContext context)
context
- filter context.public void unregister(FilterContext context)
context
- filter context.public java.lang.Object clone()
clone
in class java.lang.Object
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |