|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidCurrentFolderException | |
|---|---|
| net.fckeditor.connector | Central interfaces and classes for the connector life cycle. |
| net.fckeditor.connector.impl | Default implementations for the connector interface. |
| Uses of InvalidCurrentFolderException in net.fckeditor.connector |
|---|
| Methods in net.fckeditor.connector that throw InvalidCurrentFolderException | |
|---|---|
void |
Connector.createFolder(ResourceType type,
String currentFolder,
String newFolder)
Creates a new folder on the backend. |
String |
Connector.fileUpload(ResourceType type,
String currentFolder,
String fileName,
InputStream inputStream)
Uploads a new file on to the backend. |
List<Map<String,Object>> |
Connector.getFiles(ResourceType type,
String currentFolder)
Returns a list of file attributes from the backend. |
List<String> |
Connector.getFolders(ResourceType type,
String currentFolder)
Returns a list of folders from the backend. |
| Uses of InvalidCurrentFolderException in net.fckeditor.connector.impl |
|---|
| Methods in net.fckeditor.connector.impl that throw InvalidCurrentFolderException | |
|---|---|
void |
AbstractLocalFileSystemConnector.createFolder(ResourceType type,
String currentFolder,
String newFolder)
|
String |
AbstractLocalFileSystemConnector.fileUpload(ResourceType type,
String currentFolder,
String fileName,
InputStream inputStream)
|
List<Map<String,Object>> |
AbstractLocalFileSystemConnector.getFiles(ResourceType type,
String currentFolder)
|
List<String> |
AbstractLocalFileSystemConnector.getFolders(ResourceType type,
String currentFolder)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||