Class N2oInvokeAction
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.action.N2oAbstractAction
-
- net.n2oapp.framework.api.metadata.action.N2oAbstractMetaAction
-
- net.n2oapp.framework.api.metadata.action.N2oInvokeAction
-
- All Implemented Interfaces:
Serializable,N2oAction,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,Source
public class N2oInvokeAction extends N2oAbstractMetaAction
Действие вызова операции- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oInvokeAction()N2oInvokeAction(String actionId)
-
Method Summary
-
Methods inherited from class net.n2oapp.framework.api.metadata.action.N2oAbstractMetaAction
getRefreshWidgetId, setRefreshWidgetId
-
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
-
-
-
-
Constructor Detail
-
N2oInvokeAction
public N2oInvokeAction()
-
N2oInvokeAction
public N2oInvokeAction(String actionId)
-
-