public class IfsCreateFolderContext extends IfsCommandContext implements CreateFolderContext
| Constructor and Description |
|---|
IfsCreateFolderContext()
The Constructor.
|
IfsCreateFolderContext(LibrarySession session,
String pathname,
Folder parentFolder,
AccessControlList acl,
boolean aclFromParent,
boolean createParents)
Other Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the CommandState. does not throw.
|
AccessControlList |
getAcl()
Gets the ACL.
|
boolean |
getAclFromParent()
Gets the ACL from parent folder.
|
Folder |
getFolder()
Gets the returning folder.
|
String |
getFolderPathName()
Gets the folder's absolute path name.
|
LibrarySession |
getLibrarySession()
Gets the LibrarySession.
|
Folder |
getParentFolder()
Gets the parent folder.
|
void |
setAcl(AccessControlList acl)
Sets the ACL.
|
void |
setAclFromParent(boolean aclFromParent)
Sets the ACL from parent folder.
|
void |
setFolder(Folder f)
Sets the returning folder.
|
void |
setFolderPathName(String name)
Sets the folder's absolute path name.
|
void |
setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
void |
setParentFolder(Folder parent)
Sets the parent folder.
|
public IfsCreateFolderContext()
throws IfsException
IfsExceptionpublic IfsCreateFolderContext(LibrarySession session, String pathname, Folder parentFolder, AccessControlList acl, boolean aclFromParent, boolean createParents) throws IfsException
IfsExceptionpublic void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic LibrarySession getLibrarySession() throws IfsException
getLibrarySession in interface CreateFolderContextIfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession in interface CreateFolderContextIfsExceptionpublic String getFolderPathName() throws IfsException
getFolderPathName in interface CreateFolderContextIfsExceptionpublic void setFolderPathName(String name) throws IfsException
setFolderPathName in interface CreateFolderContextIfsExceptionpublic Folder getParentFolder() throws IfsException
getParentFolder in interface CreateFolderContextIfsExceptionpublic void setParentFolder(Folder parent) throws IfsException
setParentFolder in interface CreateFolderContextIfsExceptionpublic AccessControlList getAcl() throws IfsException
getAcl in interface CreateFolderContextIfsExceptionpublic void setAcl(AccessControlList acl) throws IfsException
setAcl in interface CreateFolderContextIfsExceptionpublic boolean getAclFromParent()
throws IfsException
getAclFromParent in interface CreateFolderContextIfsExceptionpublic void setAclFromParent(boolean aclFromParent)
throws IfsException
setAclFromParent in interface CreateFolderContextIfsExceptionpublic Folder getFolder() throws IfsException
getFolder in interface CreateFolderContextIfsExceptionpublic void setFolder(Folder f) throws IfsException
setFolder in interface CreateFolderContextIfsExceptionCopyright © 2025. All rights reserved.