Package | Description |
---|---|
com.docdoku.core.document | |
com.docdoku.core.services |
Modifier and Type | Field and Description |
---|---|
private Folder |
DocumentMaster.location |
private Folder |
Folder.parentFolder |
Modifier and Type | Method and Description |
---|---|
static Folder |
Folder.createHomeFolder(String pWorkspaceId,
String pLogin) |
static Folder |
Folder.createRootFolder(String pWorkspaceId) |
Folder |
Folder.createSubFolder(String pShortName) |
Folder[] |
Folder.getAllFolders() |
Folder |
DocumentMaster.getLocation() |
Folder |
Folder.getParentFolder() |
Modifier and Type | Method and Description |
---|---|
int |
Folder.compareTo(Folder pFolder) |
void |
DocumentMaster.setLocation(Folder pLocation) |
void |
Folder.setParentFolder(Folder parentFolder) |
Modifier and Type | Field and Description |
---|---|
private Folder |
FolderAlreadyExistsException.mFolder |
Modifier and Type | Method and Description |
---|---|
Folder |
IDocumentManagerLocal.createFolder(String pParentFolder,
String pFolder) |
Folder |
IDocumentManagerWS.createFolder(String parentFolder,
String folder) |
Constructor and Description |
---|
FolderAlreadyExistsException(Locale pLocale,
Folder pFolder) |
FolderAlreadyExistsException(Locale pLocale,
Folder pFolder,
Throwable pCause) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.