public class IfsDetermineAclContext extends IfsCommandContext implements DetermineAclContext
| Constructor and Description |
|---|
IfsDetermineAclContext()
Deafult Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context.
|
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.
|
public IfsDetermineAclContext()
throws IfsException
IfsExceptionpublic void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface DetermineAclContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface DetermineAclContextIfsExceptionpublic AccessControlList getDefaultAcl() throws IfsException
getDefaultAcl in interface DetermineAclContextIfsExceptionpublic void setDefaultAcl(AccessControlList defaultAcl) throws IfsException
setDefaultAcl in interface DetermineAclContextIfsExceptionpublic Folder getParentFolder() throws IfsException
getParentFolder in interface DetermineAclContextIfsExceptionpublic void setParentFolder(Folder parent) throws IfsException
setParentFolder in interface DetermineAclContextIfsExceptionpublic LibraryObjectDefinition getLibraryObjectDefinition() throws IfsException
getLibraryObjectDefinition in interface DetermineAclContextIfsExceptionpublic void setLibraryObjectDefinition(LibraryObjectDefinition loDef) throws IfsException
setLibraryObjectDefinition in interface DetermineAclContextIfsExceptionpublic String getName() throws IfsException
getName in interface DetermineAclContextIfsExceptionpublic void setName(String name) throws IfsException
setName in interface DetermineAclContextIfsExceptionpublic AccessControlList getDeterminedAcl() throws IfsException
getDeterminedAcl in interface DetermineAclContextIfsExceptionpublic void setDeterminedAcl(AccessControlList acl) throws IfsException
setDeterminedAcl in interface DetermineAclContextIfsExceptionCopyright © 2025. All rights reserved.