Uses of Class
net.n2oapp.framework.access.metadata.accesspoint.model.N2oReferenceAccessPoint
-
-
Uses of N2oReferenceAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.persister
Methods in net.n2oapp.framework.access.metadata.accesspoint.persister that return types with arguments of type N2oReferenceAccessPoint Modifier and Type Method Description java.lang.Class<N2oReferenceAccessPoint>N2oReferenceAccessPointPersister. getElementClass()Methods in net.n2oapp.framework.access.metadata.accesspoint.persister with parameters of type N2oReferenceAccessPoint Modifier and Type Method Description org.jdom.ElementN2oReferenceAccessPointPersister. persist(N2oReferenceAccessPoint reference, org.jdom.Namespace namespaceElement) -
Uses of N2oReferenceAccessPoint in net.n2oapp.framework.access.metadata.accesspoint.reader
Methods in net.n2oapp.framework.access.metadata.accesspoint.reader that return N2oReferenceAccessPoint Modifier and Type Method Description N2oReferenceAccessPointN2oReferenceAccessPointReader. read(org.jdom.Element element)Methods in net.n2oapp.framework.access.metadata.accesspoint.reader that return types with arguments of type N2oReferenceAccessPoint Modifier and Type Method Description java.lang.Class<N2oReferenceAccessPoint>N2oReferenceAccessPointReader. getElementClass() -
Uses of N2oReferenceAccessPoint in net.n2oapp.framework.access.simple
Fields in net.n2oapp.framework.access.simple with type parameters of type N2oReferenceAccessPoint Modifier and Type Field Description static java.util.function.Function<java.lang.String,java.util.function.Predicate<N2oReferenceAccessPoint>>PermissionAndRoleCollector. REFERENCE_ACCESS
-