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.
|
clear
LibrarySession getLibrarySession() throws IfsException
IfsException
void setLibrarySession(LibrarySession session) throws IfsException
IfsException
String getFolderPathName() throws IfsException
IfsException
void setFolderPathName(String name) throws IfsException
IfsException
Folder getParentFolder() throws IfsException
IfsException
void setParentFolder(Folder parent) throws IfsException
IfsException
AccessControlList getAcl() throws IfsException
IfsException
void setAcl(AccessControlList acl) throws IfsException
IfsException
boolean getAclFromParent() throws IfsException
IfsException
void setAclFromParent(boolean aclFromParent) throws IfsException
IfsException
Folder getFolder() throws IfsException
IfsException
void setFolder(Folder f) throws IfsException
IfsException
Copyright © 2023. All rights reserved.