Hi!

can someone explain how BasePermission.CREATE is suposed to be used please? As far as I understand, this permission's purpose is to determine who (users or roles) can create new objects of a given class right?

I understand how things work for other BasePermissions since we can create ACL entries for a given "object identity" when it is persisted for the first time but how can we specify BasePermissions.CREATE for a given class of objects?

Maybe I am missing something obvious but I could not find a single example of the "BasePermissions.CREATE" usage.

Any hint is welcome.

thanks