Uses of Class
net.n2oapp.framework.access.metadata.accesspoint.AccessPoint
Packages that use AccessPoint
Package
Description
-
Uses of AccessPoint in net.n2oapp.framework.access.metadata.accesspoint.io
Classes in net.n2oapp.framework.access.metadata.accesspoint.io with type parameters of type AccessPointModifier and TypeClassDescriptionclassAccessPointElementIOv2<T extends AccessPoint>Абстракция для IO наследников точки доступа AccessPoint v2.0Methods in net.n2oapp.framework.access.metadata.accesspoint.io that return types with arguments of type AccessPointModifier and TypeMethodDescriptiondefault Class<AccessPoint>AccessPointIOv2.getBaseElementClass() -
Uses of AccessPoint in net.n2oapp.framework.access.metadata.accesspoint.model
Subclasses of AccessPoint in net.n2oapp.framework.access.metadata.accesspoint.modelModifier and TypeClassDescriptionclassclassclassclassclassclassТочка доступа к объектуclassСписок фильтров для объектаclassТочка доступа к страницеclassclassТочка доступа к URL -
Uses of AccessPoint in net.n2oapp.framework.access.metadata.schema.simple
Method parameters in net.n2oapp.framework.access.metadata.schema.simple with type arguments of type AccessPointModifier and TypeMethodDescriptionstatic voidReproducerAccessPoint.reproduceAccessPoint(N2oColumnAccessPoint accessPoint, List<AccessPoint> pointList) static voidReproducerAccessPoint.reproduceAccessPoint(N2oContainerAccessPoint accessPoint, List<AccessPoint> pointList) static voidReproducerAccessPoint.reproduceAccessPoint(N2oFilterAccessPoint accessPoint, List<AccessPoint> pointList) static voidReproducerAccessPoint.reproduceAccessPoint(N2oMenuItemAccessPoint accessPoint, List<AccessPoint> pointList) static voidReproducerAccessPoint.reproduceAccessPoint(N2oModuleAccessPoint accessPoint, List<AccessPoint> pointList) static voidReproducerAccessPoint.reproduceAccessPoint(N2oObjectAccessPoint accessPoint, List<AccessPoint> pointList, net.n2oapp.framework.api.metadata.compile.CompileProcessor p) static voidReproducerAccessPoint.reproduceAccessPoint(N2oPageAccessPoint accessPoint, List<AccessPoint> pointList) -
Uses of AccessPoint in net.n2oapp.framework.access.simple
Methods in net.n2oapp.framework.access.simple with type parameters of type AccessPointModifier and TypeMethodDescriptionstatic <T,A extends AccessPoint>
List<T>PermissionAndRoleCollector.collect(Supplier<List<T>> supplier, Function<T, AccessPoint[]> getter, Class<A> type, Predicate<A> predicate) static <A extends AccessPoint>
List<N2oPermission>PermissionAndRoleCollector.collectPermission(Class<A> type, Predicate<A> predicate, SimpleCompiledAccessSchema schema) Собирает все элементы доступа типа permissionstatic <A extends AccessPoint>
List<N2oRole>PermissionAndRoleCollector.collectRoles(Class<A> type, Predicate<A> predicate, SimpleCompiledAccessSchema schema) Собирает все элементы доступа типа rolestatic <A extends AccessPoint>
List<N2oUserAccess>PermissionAndRoleCollector.collectUsers(Class<A> type, Predicate<A> predicate, SimpleCompiledAccessSchema schema) Собирает все элементы доступа типа user