Maslosoft Framework Logo Maslosoft Framework Documentation
Flexible Application Foundation


Allow Save Model - Created by myself

Allow saving model if user created document.

To save model it must have createdUser field properly set. It will not allow inserting completely new record. To allow inserting new records, add AllowCreateRegistered ACL rule.

Usage:

@AclRule(AllowSaveMy)

Usage together with "allow create" rule:

@AclRule(AllowSaveMy)
@AclRule(AllowCreateRegistered)