Uses of Class
com.flower.docs.domain.acl.AccessControlEntry
-
Packages that use AccessControlEntry Package Description com.flower.docs.domain.acl -
-
Uses of AccessControlEntry in com.flower.docs.domain.acl
Fields in com.flower.docs.domain.acl with type parameters of type AccessControlEntry Modifier and Type Field Description protected java.util.List<AccessControlEntry>AccessControlList. entriesMethods in com.flower.docs.domain.acl that return AccessControlEntry Modifier and Type Method Description AccessControlEntryObjectFactory. createAccessControlEntry()Create an instance ofAccessControlEntryMethods in com.flower.docs.domain.acl that return types with arguments of type AccessControlEntry Modifier and Type Method Description java.util.List<AccessControlEntry>AccessControlList. getEntries()Gets the value of the entries property.Method parameters in com.flower.docs.domain.acl with type arguments of type AccessControlEntry Modifier and Type Method Description voidAccessControlList. setEntries(java.util.List<AccessControlEntry> value)Constructor parameters in com.flower.docs.domain.acl with type arguments of type AccessControlEntry Constructor Description AccessControlList(Id id, java.lang.String name, java.util.List<AccessControlEntry> entries)Fully-initialising value constructor
-