Uses of Class
net.n2oapp.framework.access.metadata.accesspoint.model.N2oPageAccessPoint
-
-
Uses of N2oPageAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.io
Methods in net.n2oapp.framework.access.metadata.accesspoint.io that return types with arguments of type N2oPageAccessPoint Modifier and Type Method Description Class<N2oPageAccessPoint>PageAccessPointIOv2. getElementClass()Methods in net.n2oapp.framework.access.metadata.accesspoint.io with parameters of type N2oPageAccessPoint Modifier and Type Method Description voidPageAccessPointIOv2. io(org.jdom2.Element e, N2oPageAccessPoint m, net.n2oapp.framework.api.metadata.io.IOProcessor p) -
Uses of N2oPageAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.persister
Methods in net.n2oapp.framework.access.metadata.accesspoint.persister that return types with arguments of type N2oPageAccessPoint Modifier and Type Method Description Class<N2oPageAccessPoint>N2oPageAccessPointPersister. getElementClass()Methods in net.n2oapp.framework.access.metadata.accesspoint.persister with parameters of type N2oPageAccessPoint Modifier and Type Method Description org.jdom2.ElementN2oPageAccessPointPersister. persist(N2oPageAccessPoint page, org.jdom2.Namespace namespaceElement) -
Uses of N2oPageAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.reader
Methods in net.n2oapp.framework.access.metadata.accesspoint.reader that return N2oPageAccessPoint Modifier and Type Method Description N2oPageAccessPointN2oPageAccessPointReader. read(org.jdom2.Element element)Methods in net.n2oapp.framework.access.metadata.accesspoint.reader that return types with arguments of type N2oPageAccessPoint Modifier and Type Method Description Class<N2oPageAccessPoint>N2oPageAccessPointReader. getElementClass() -
Uses of N2oPageAccessPoint in net.n2oapp.framework.access.metadata.schema.simple
Methods in net.n2oapp.framework.access.metadata.schema.simple with parameters of type N2oPageAccessPoint Modifier and Type Method Description static voidReproducerAccessPoint. reproduceAccessPoint(N2oPageAccessPoint accessPoint, List<AccessPoint> pointList) -
Uses of N2oPageAccessPoint in net.n2oapp.framework.access.simple
Fields in net.n2oapp.framework.access.simple with type parameters of type N2oPageAccessPoint Modifier and Type Field Description static Function<String,Predicate<N2oPageAccessPoint>>PermissionAndRoleCollector. PAGE_ACCESS
-