Class N2oPerform
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.event.action.N2oAbstractAction
-
- net.n2oapp.framework.api.metadata.event.action.N2oPerform
-
- All Implemented Interfaces:
java.io.Serializable,ExtensionAttributesAware,IdAware,NamespaceUriAware,SrcAware,N2oAction,Source
public class N2oPerform extends N2oAbstractAction implements N2oAction, ExtensionAttributesAware
Исходная модель действия Perform- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Map<N2oNamespace,java.util.Map<java.lang.String,java.lang.String>>extAttributes
-
Constructor Summary
Constructors Constructor Description N2oPerform()
-
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.event.action.N2oAction
getId, getNamespaceUri, getObjectId, getOperationId, setId
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-
-
-
Field Detail
-
extAttributes
protected java.util.Map<N2oNamespace,java.util.Map<java.lang.String,java.lang.String>> extAttributes
-
-