Package | Description |
---|---|
com.docdoku.core.document |
Classes for managing documents.
|
com.docdoku.core.exceptions |
Provides exceptions returned by the business layer.
|
com.docdoku.core.meta |
Provides classes for managing entity metadata.
|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
Folder |
DocumentRevision.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentRevision.setLocation(Folder pLocation) |
Constructor and Description |
---|
FolderAlreadyExistsException(Locale pLocale,
Folder pFolder) |
FolderAlreadyExistsException(Locale pLocale,
Folder pFolder,
Throwable pCause) |
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 |
Folder.getParentFolder() |
Modifier and Type | Method and Description |
---|---|
int |
Folder.compareTo(Folder pFolder) |
Modifier and Type | Method and Description |
---|---|
Folder |
IDocumentManagerLocal.createFolder(String pParentFolder,
String pFolder) |
Copyright © 2017 DocDoku. All rights reserved.