Uses of Interface
net.anotheria.asg.data.LockableObject
-
Packages that use LockableObject Package Description net.anotheria.asg.data net.anotheria.asg.util.locking.helper -
-
Uses of LockableObject in net.anotheria.asg.data
Classes in net.anotheria.asg.data that implement LockableObject Modifier and Type Class Description classAbstractASGDocumentRoot object for all generated classes of type Document (instead of ano-doc Document used previously). -
Uses of LockableObject in net.anotheria.asg.util.locking.helper
Methods in net.anotheria.asg.util.locking.helper with parameters of type LockableObject Modifier and Type Method Description voidDocumentLockingHelper. checkExecutionPermission(LockableObject document, boolean userInAdminRole, java.lang.String currentUser)Allows additional permissions check.
-