Interface N2oAction
-
- All Superinterfaces:
ExtensionAttributesAware,IdAware,NamespaceUriAware,Serializable,Source,SrcAware
- All Known Implementing Classes:
N2oAbstractAction,N2oAbstractMetaAction,N2oAbstractPageAction,N2oAlertAction,N2oAnchor,N2oClearAction,N2oCloseAction,N2oConditionBranch,N2oConfirmAction,N2oCopyAction,N2oCustomAction,N2oEditListAction,N2oElseBranchAction,N2oElseIfBranchAction,N2oIfBranchAction,N2oInvokeAction,N2oMultiAction,N2oOpenDrawer,N2oOpenPage,N2oPerform,N2oPrintAction,N2oRefreshAction,N2oSetValueAction,N2oShowModal,N2oSubmitAction,N2oSwitchAction
public interface N2oAction extends Source, SrcAware, IdAware, NamespaceUriAware, ExtensionAttributesAware
Исходная модель действия
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description StringgetId()default StringgetNamespaceUri()default StringgetObjectId()Deprecated.default StringgetOperationId()Deprecated.voidsetId(String id)-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ExtensionAttributesAware
getExtAttributes, setExtAttributes
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getNamespaceUri
default String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
getOperationId
@Deprecated default String getOperationId()
Deprecated.
-
getObjectId
@Deprecated default String getObjectId()
Deprecated.
-
-