Modifier and Type |
Method and Description |
boolean |
checkNewName(java.lang.String name,
AbstractFileServerNode node) |
boolean |
checkNewParent(AbstractNode<AbstractFileServerNode> parent,
AbstractFileServerNode node) |
FileServerFile |
createFileAtLocation(java.lang.String location)
Checks rights.
|
FileServerFile |
createFileAtLocation(java.lang.String location,
boolean checkRights) |
FileServerFile |
createFileAtLocation(VFSLocation location)
Checks rights.
|
FileServerFile |
createFileAtLocation(VFSLocation location,
boolean checkRights) |
FileServerFolder |
createFolderAtLocation(java.lang.String location)
Checks rights.
|
FileServerFolder |
createFolderAtLocation(java.lang.String location,
boolean checkRights) |
FileServerFolder |
createFolderAtLocation(VFSLocation location)
Checks rights.
|
FileServerFolder |
createFolderAtLocation(VFSLocation location,
boolean checkRights) |
FileServerFile |
getFileByKey(java.lang.String key) |
FileServerFile |
getFileFromUploadFile(FileToUpload uFile) |
long |
getFileIdFromKey(java.lang.String key) |
AbstractFileServerNode |
getNodeByPath(java.lang.String path) |
AbstractFileServerNode |
getNodeByPath(java.lang.String path,
boolean checkRights) |