public interface DetermineAclContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
AccessControlList |
getDefaultAcl()
Gets the default acl.
|
AccessControlList |
getDeterminedAcl()
Gets the determined acl.
|
LibraryObjectDefinition |
getLibraryObjectDefinition()
Gets the loDef.
|
LibrarySession |
getLibrarySession()
Gets the session.
|
String |
getName()
Gets the name of the object.
|
Folder |
getParentFolder()
Gets the parent folder.
|
void |
setDefaultAcl(AccessControlList defaultAcl)
Sets the default acl.
|
void |
setDeterminedAcl(AccessControlList acl)
Sets the determined acl.
|
void |
setLibraryObjectDefinition(LibraryObjectDefinition loDef)
Sets the loDef.
|
void |
setLibrarySession(LibrarySession session)
Sets the session.
|
void |
setName(String name)
Sets the name of the object.
|
void |
setParentFolder(Folder parent)
Sets the parent folder.
|
clearLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionAccessControlList getDefaultAcl() throws IfsException
IfsExceptionvoid setDefaultAcl(AccessControlList defaultAcl) throws IfsException
IfsExceptionFolder getParentFolder() throws IfsException
IfsExceptionvoid setParentFolder(Folder parent) throws IfsException
IfsExceptionLibraryObjectDefinition getLibraryObjectDefinition() throws IfsException
IfsExceptionvoid setLibraryObjectDefinition(LibraryObjectDefinition loDef) throws IfsException
IfsExceptionString getName() throws IfsException
IfsExceptionvoid setName(String name) throws IfsException
IfsExceptionAccessControlList getDeterminedAcl() throws IfsException
IfsExceptionvoid setDeterminedAcl(AccessControlList acl) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.