Class SecureTreeQueryImpl
java.lang.Object
ch.tocco.nice2.persist.security.impl.SecureTreeQueryImpl
- All Implemented Interfaces:
SecureTreeQuery
-
Constructor Summary
ConstructorDescriptionSecureTreeQueryImpl
(SecurityManager securityManager, TypeManager typeManager) -
Method Summary
Modifier and TypeMethodDescriptionbuilder
(SecurityContext securityContext, EntityManager manager, @Nullable String field) Create a new builder.
-
Constructor Details
-
SecureTreeQueryImpl
-
-
Method Details
-
builder
public SecureTreeQuery.Builder builder(SecurityContext securityContext, EntityManager manager, @Nullable @Nullable String field) Description copied from interface:SecureTreeQuery
Create a new builder.- Specified by:
builder
in interfaceSecureTreeQuery
- Parameters:
securityContext
- The security context.manager
- The entity manager of the query's target entity.- Returns:
- A builder to combine conditional trees with ACL conditions.
-