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.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
AccessControlList getDefaultAcl() throws IfsException
IfsException
void setDefaultAcl(AccessControlList defaultAcl) throws IfsException
IfsException
Folder getParentFolder() throws IfsException
IfsException
void setParentFolder(Folder parent) throws IfsException
IfsException
LibraryObjectDefinition getLibraryObjectDefinition() throws IfsException
IfsException
void setLibraryObjectDefinition(LibraryObjectDefinition loDef) throws IfsException
IfsException
String getName() throws IfsException
IfsException
void setName(String name) throws IfsException
IfsException
AccessControlList getDeterminedAcl() throws IfsException
IfsException
void setDeterminedAcl(AccessControlList acl) throws IfsException
IfsException
Copyright © 2023. All rights reserved.