|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.clients.folder.FolderTaskLogic
wt.clients.folder.CreateFolderTaskLogic
public class CreateFolderTaskLogic
Class CreateFolderTaskLogic contains static methods to create
Folders.
Supported API:true| Method Summary | |
|---|---|
static Folder |
createFolder(String folder_name,
Folder parent_folder)
Creates a new folder with the given name in the given folder location. |
static Folder |
createFolder(String folder_name,
String folder_location)
Creates a new Folder with the given name in the given folder location. |
| Methods inherited from class wt.clients.folder.FolderTaskLogic |
|---|
changeFolders, getAllCabinets, getAllCabinets, getCabinetsByPermission, getCabinetsByPermission, getCabinetsByPermission, getContainingCabinet, getCreatorName, getFolder, getFolder, getFolderContents, getFolderContents, getFolderContents, getFolderSeparator, getObjectId, getParentFolder, getPersonalCabinet, getRootPath, getSubFolders, getSubFolders, getSubFolders, getSubFoldersByPermission, getSubFoldersByPermission, inPersonalCabinet, inPersonalCabinet, inPersonalCabinet, inPersonalCabinet, isEqual, isPersonalCabinet, setFolder, setFolder |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Folder createFolder(String folder_name,
Folder parent_folder)
throws FolderException,
WTPropertyVetoException,
WTException
folder_name - the String name of the folder to be createdfolder_location - the Folder in which the new folder will be
created.
FolderException
WTPropertyVetoException
WTException
public static Folder createFolder(String folder_name,
String folder_location)
throws FolderException,
WTPropertyVetoException,
WTException
folder_name - the String name of the folder to be createdfolder_location - the String location in which to create the new
folder. The given String must be a valid path to an existing
cabinet or folder.
FolderException
WTPropertyVetoException
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||