Uses of Class
net.n2oapp.framework.access.metadata.accesspoint.model.N2oFilterAccessPoint
-
-
Uses of N2oFilterAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.persister
Methods in net.n2oapp.framework.access.metadata.accesspoint.persister that return types with arguments of type N2oFilterAccessPoint Modifier and Type Method Description java.lang.Class<N2oFilterAccessPoint>N2oFilterAccessPointPersister. getElementClass()Methods in net.n2oapp.framework.access.metadata.accesspoint.persister with parameters of type N2oFilterAccessPoint Modifier and Type Method Description org.jdom.ElementN2oFilterAccessPointPersister. persist(N2oFilterAccessPoint entity, org.jdom.Namespace namespaceElement) -
Uses of N2oFilterAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.reader
Methods in net.n2oapp.framework.access.metadata.accesspoint.reader that return N2oFilterAccessPoint Modifier and Type Method Description N2oFilterAccessPointN2oFilterAccessPointReader. read(org.jdom.Element element)Methods in net.n2oapp.framework.access.metadata.accesspoint.reader that return types with arguments of type N2oFilterAccessPoint Modifier and Type Method Description java.lang.Class<N2oFilterAccessPoint>N2oFilterAccessPointReader. getElementClass() -
Uses of N2oFilterAccessPoint in net.n2oapp.framework.access.metadata.schema.simple
Methods in net.n2oapp.framework.access.metadata.schema.simple with parameters of type N2oFilterAccessPoint Modifier and Type Method Description static voidReproducerAccessPoint. reproduceAccessPoint(N2oFilterAccessPoint accessPoint, java.util.List<AccessPoint> pointList) -
Uses of N2oFilterAccessPoint in net.n2oapp.framework.access.simple
Fields in net.n2oapp.framework.access.simple with type parameters of type N2oFilterAccessPoint Modifier and Type Field Description static java.util.function.BiFunction<java.lang.String,java.lang.String,java.util.function.Predicate<N2oFilterAccessPoint>>PermissionAndRoleCollector. FILTER_ACCESS
-