Class AbstractAction<P extends ActionPayload,M extends MetaSaga>
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.meta.action.AbstractAction<P,M>
-
- All Implemented Interfaces:
java.io.Serializable,PropertiesAware,Compiled,Action
- Direct Known Subclasses:
AbstractReduxAction,ClearAction,CloseAction,CopyAction,InvokeAction,LinkActionImpl,OpenDrawer,Perform,RefreshAction,SetValueAction,ShowModal
public abstract class AbstractAction<P extends ActionPayload,M extends MetaSaga> extends java.lang.Object implements Action
Абстрактная реализация клиентской модели действия- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<java.lang.String,java.lang.Object>properties
-
Constructor Summary
Constructors Constructor Description AbstractAction(P payload, M meta)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.PropertiesAware
getProperties, setProperties
-
-