Class AccessPointElementIOv2<T extends AccessPoint>

  • Type Parameters:
    T - - наследник AccessPoint
    All Implemented Interfaces:
    AccessPointIOv2, net.n2oapp.framework.api.metadata.aware.BaseElementClassAware<AccessPoint>, net.n2oapp.framework.api.metadata.aware.ElementClassAware<T>, net.n2oapp.framework.api.metadata.aware.ElementNameAware, net.n2oapp.framework.api.metadata.aware.NamespaceUriAware, net.n2oapp.framework.api.metadata.io.ClassedElementIO<T>, net.n2oapp.framework.api.metadata.io.ElementIO<T>, net.n2oapp.framework.api.metadata.io.NamedElementIO<T>, net.n2oapp.framework.api.metadata.io.NamespaceIO<T>, net.n2oapp.framework.api.metadata.io.TypedElementIO<T>
    Direct Known Subclasses:
    ObjectAccessPointIOv2, ObjectFiltersAccessPointIOv2, PageAccessPointIOv2, UrlAccessPointIOv2

    public abstract class AccessPointElementIOv2<T extends AccessPoint>
    extends java.lang.Object
    implements net.n2oapp.framework.api.metadata.io.NamespaceIO<T>, AccessPointIOv2
    Абстракция для IO наследников точки доступа AccessPoint v2.0
    • 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.ElementClassAware

        getElementClass, newInstance
      • Methods inherited from interface net.n2oapp.framework.api.metadata.io.ElementIO

        io
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware

        getElementName
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware

        getNamespacePrefix
    • Constructor Detail

      • AccessPointElementIOv2

        public AccessPointElementIOv2()