Interface N2oAction
-
- All Superinterfaces:
IdAware,NamespaceUriAware,Serializable,Source,SrcAware
- All Known Subinterfaces:
PageIdAwareCompileAction
- All Known Implementing Classes:
AbstractShowModal,N2oAbstractAction,N2oAbstractPageAction,N2oActionAndClose,N2oAnchor,N2oClearAction,N2oCloseAction,N2oCopyAction,N2oCustomAction,N2oInvokeAction,N2oOpenPage,N2oRefresh,N2oShowModal,N2oShowModalForm,N2OValidateAction,OnClick,SetValueExpressionAction,ShowModalPageFromClassifier,SystemAnchor,SystemOpenPage,SystemShowModal
public interface N2oAction extends Source, SrcAware, IdAware, NamespaceUriAware
Сурс модель эвента
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description StringgetId()default StringgetNamespaceUri()default StringgetObjectId()default StringgetOperationId()Deprecated.voidsetId(String id)-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
getNamespaceUri
default String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Returns:
- URI схемы
-
getOperationId
@Deprecated default String getOperationId()
Deprecated.
-
getObjectId
default String getObjectId()
-
-