Class N2oAbstractAction
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.action.N2oAbstractAction
-
- All Implemented Interfaces:
Serializable,N2oAction,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,Source
- Direct Known Subclasses:
N2oAbstractMetaAction,N2oAbstractPageAction,N2oAlertAction,N2oAnchor,N2oClearAction,N2oCloseAction,N2oConditionBranch,N2oConfirmAction,N2oCopyAction,N2oEditListAction,N2oMultiAction,N2oPerform,N2oPrintAction,N2oRefreshAction,N2oSetValueAction,N2oSubmitAction,N2oSwitchAction
public abstract class N2oAbstractAction extends Object implements N2oAction
Абстрактное действие- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oAbstractAction()
-
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.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.action.N2oAction
getId, getNamespaceUri, getObjectId, getOperationId, setId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespacePrefix, setNamespaceUri
-
-