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
IfsException
public IfsCreateFolderContext(LibrarySession session, String pathname, Folder parentFolder, AccessControlList acl, boolean aclFromParent, boolean createParents) throws IfsException
IfsException
public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public LibrarySession getLibrarySession() throws IfsException
getLibrarySession
in interface CreateFolderContext
IfsException
public void setLibrarySession(LibrarySession session) throws IfsException
setLibrarySession
in interface CreateFolderContext
IfsException
public String getFolderPathName() throws IfsException
getFolderPathName
in interface CreateFolderContext
IfsException
public void setFolderPathName(String name) throws IfsException
setFolderPathName
in interface CreateFolderContext
IfsException
public Folder getParentFolder() throws IfsException
getParentFolder
in interface CreateFolderContext
IfsException
public void setParentFolder(Folder parent) throws IfsException
setParentFolder
in interface CreateFolderContext
IfsException
public AccessControlList getAcl() throws IfsException
getAcl
in interface CreateFolderContext
IfsException
public void setAcl(AccessControlList acl) throws IfsException
setAcl
in interface CreateFolderContext
IfsException
public boolean getAclFromParent() throws IfsException
getAclFromParent
in interface CreateFolderContext
IfsException
public void setAclFromParent(boolean aclFromParent) throws IfsException
setAclFromParent
in interface CreateFolderContext
IfsException
public Folder getFolder() throws IfsException
getFolder
in interface CreateFolderContext
IfsException
public void setFolder(Folder f) throws IfsException
setFolder
in interface CreateFolderContext
IfsException
Copyright © 2023. All rights reserved.