public interface CreateFolderContext extends CommandContext
| Modifier and Type | Method and Description |
|---|---|
AccessControlList |
getAcl()
Gets the new folder's Acl.
|
boolean |
getAclFromParent()
Gets the new folder's Acl from parent flag.
|
Folder |
getFolder()
Gets the returning folder.
|
String |
getFolderPathName()
Gets the absolute path name of a folder to be created.
|
LibrarySession |
getLibrarySession()
Gets the LibrarySession.
|
Folder |
getParentFolder()
Gets the parent folder.
|
void |
setAcl(AccessControlList acl)
Sets the new folder's Acl.
|
void |
setAclFromParent(boolean aclFromParent)
sets the new folder's Acl from parent flag.
|
void |
setFolder(Folder f)
Sets the returning folder.
|
void |
setFolderPathName(String name)
Sets the absolute path name of a folder to be created.
|
void |
setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
setParentFolder(Folder parent)
Sets the parent folder.
|
clearLibrarySession getLibrarySession() throws IfsException
IfsExceptionvoid setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionString getFolderPathName() throws IfsException
IfsExceptionvoid setFolderPathName(String name) throws IfsException
IfsExceptionFolder getParentFolder() throws IfsException
IfsExceptionvoid setParentFolder(Folder parent) throws IfsException
IfsExceptionAccessControlList getAcl() throws IfsException
IfsExceptionvoid setAcl(AccessControlList acl) throws IfsException
IfsExceptionboolean getAclFromParent()
throws IfsException
IfsExceptionvoid setAclFromParent(boolean aclFromParent)
throws IfsException
IfsExceptionFolder getFolder() throws IfsException
IfsExceptionvoid setFolder(Folder f) throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.