Uses of Class
org.bremersee.acl.spring.data.mongodb.app.ExampleEntity
Packages that use ExampleEntity
-
Uses of ExampleEntity in org.bremersee.acl.spring.data.mongodb.app
Methods in org.bremersee.acl.spring.data.mongodb.app that return types with arguments of type ExampleEntityModifier and TypeMethodDescriptionExampleEntityRepositoryCustom.changeOwnerByOtherContent(String otherContent, AclUserContext userContext, String newOwner) Change owner by other content optional.ExampleEntityRepositoryImpl.changeOwnerByOtherContent(String otherContent, AclUserContext userContext, String newOwner) ExampleEntityRepositoryCustom.findByOtherContent(String otherContent, AclUserContext userContext, AccessEvaluation accessEvaluation, Collection<String> permissions) Find by other content optional.ExampleEntityRepositoryImpl.findByOtherContent(String otherContent, AclUserContext userContext, AccessEvaluation accessEvaluation, Collection<String> permissions) ExampleEntityRepositoryCustom.modifyAclByOtherContent(String otherContent, AclUserContext userContext, AccessControlListModifications modifications) Modify acl by other content optional.ExampleEntityRepositoryImpl.modifyAclByOtherContent(String otherContent, AclUserContext userContext, AccessControlListModifications modifications) ExampleEntityRepositoryCustom.replaceAclByOtherContent(String otherContent, Acl newAcl) Replace acl by other content optional.ExampleEntityRepositoryImpl.replaceAclByOtherContent(String otherContent, Acl newAcl)