Class InvokeActionElementIOV1
- java.lang.Object
-
- net.n2oapp.framework.config.io.action.AbstractActionElementIOV1<N2oInvokeAction>
-
- net.n2oapp.framework.config.io.action.InvokeActionElementIOV1
-
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<N2oInvokeAction>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oInvokeAction>,ElementIO<N2oInvokeAction>,NamedElementIO<N2oInvokeAction>,NamespaceIO<N2oInvokeAction>,TypedElementIO<N2oInvokeAction>,ActionIOv1
@Component public class InvokeActionElementIOV1 extends AbstractActionElementIOV1<N2oInvokeAction>
Чтение/запись выполнения действия объекта
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.action.ActionIOv1
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description InvokeActionElementIOV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oInvokeAction>getElementClass()StringgetElementName()voidio(org.jdom.Element e, N2oInvokeAction ia, IOProcessor p)-
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.config.io.action.ActionIOv1
getBaseElementClass, getNamespace, getNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
io
public void io(org.jdom.Element e, N2oInvokeAction ia, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oInvokeAction>- Overrides:
ioin classAbstractActionElementIOV1<N2oInvokeAction>
-
getElementName
public String getElementName()
-
getElementClass
public Class<N2oInvokeAction> getElementClass()
-
-