Class SecureTreeQueryImpl
java.lang.Object
ch.tocco.nice2.persist.security.impl.SecureTreeQueryImpl
- All Implemented Interfaces:
SecureTreeQuery
-
Constructor Summary
ConstructorsConstructorDescriptionSecureTreeQueryImpl(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:SecureTreeQueryCreate a new builder.- Specified by:
builderin 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.
-