Uses of Class
net.n2oapp.framework.access.metadata.accesspoint.model.N2oObjectAccessPoint
-
-
Uses of N2oObjectAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.io
Methods in net.n2oapp.framework.access.metadata.accesspoint.io that return types with arguments of type N2oObjectAccessPoint Modifier and Type Method Description java.lang.Class<N2oObjectAccessPoint>ObjectAccessPointIOv2. getElementClass()Methods in net.n2oapp.framework.access.metadata.accesspoint.io with parameters of type N2oObjectAccessPoint Modifier and Type Method Description voidObjectAccessPointIOv2. io(org.jdom.Element e, N2oObjectAccessPoint t, net.n2oapp.framework.api.metadata.io.IOProcessor p) -
Uses of N2oObjectAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.persister
Methods in net.n2oapp.framework.access.metadata.accesspoint.persister that return types with arguments of type N2oObjectAccessPoint Modifier and Type Method Description java.lang.Class<N2oObjectAccessPoint>N2oObjectAccessPointPersister. getElementClass()Methods in net.n2oapp.framework.access.metadata.accesspoint.persister with parameters of type N2oObjectAccessPoint Modifier and Type Method Description org.jdom.ElementN2oObjectAccessPointPersister. persist(N2oObjectAccessPoint accessPoint, org.jdom.Namespace namespaceElement) -
Uses of N2oObjectAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.reader
Methods in net.n2oapp.framework.access.metadata.accesspoint.reader that return N2oObjectAccessPoint Modifier and Type Method Description N2oObjectAccessPointN2oObjectAccessPointReader. read(org.jdom.Element element)Methods in net.n2oapp.framework.access.metadata.accesspoint.reader that return types with arguments of type N2oObjectAccessPoint Modifier and Type Method Description java.lang.Class<N2oObjectAccessPoint>N2oObjectAccessPointReader. getElementClass() -
Uses of N2oObjectAccessPoint in net.n2oapp.framework.access.metadata.schema.simple
Methods in net.n2oapp.framework.access.metadata.schema.simple with parameters of type N2oObjectAccessPoint Modifier and Type Method Description static voidReproducerAccessPoint. reproduceAccessPoint(N2oObjectAccessPoint accessPoint, java.util.List<AccessPoint> pointList, net.n2oapp.framework.api.metadata.compile.CompileProcessor p) -
Uses of N2oObjectAccessPoint in net.n2oapp.framework.access.simple
Fields in net.n2oapp.framework.access.simple with type parameters of type N2oObjectAccessPoint Modifier and Type Field Description static java.util.function.BiFunction<java.lang.String,java.lang.String,java.util.function.Predicate<N2oObjectAccessPoint>>PermissionAndRoleCollector. OBJECT_ACCESS
-