Interface FileServerService
- All Superinterfaces:
TreeDBManager<AbstractFileServerNode>
- All Known Implementing Classes:
FileServerServiceImpl
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckNewName(String name, AbstractFileServerNode node) booleancheckNewParent(AbstractNode<AbstractFileServerNode> parent, AbstractFileServerNode node) createFileAtLocation(String location) Checks rights.createFileAtLocation(String location, boolean checkRights) createFileAtLocation(VFSLocation location) Checks rights.createFileAtLocation(VFSLocation location, boolean checkRights) createFolderAtLocation(String location) Checks rights.createFolderAtLocation(String location, boolean checkRights) createFolderAtLocation(VFSLocation location) Checks rights.createFolderAtLocation(VFSLocation location, boolean checkRights) getFileByKey(String key) longgetFileIdFromKey(String key) getNodeByPath(String path) getNodeByPath(String path, boolean checkRights) Methods inherited from interface net.datenwerke.treedb.service.treedb.TreeDBManager
allowsMultipleRoots, copy, forceRemove, getAllNodes, getBaseType, getChildrenWithName, getNodeById, getNodeByKey, getRoots, getVirtualRoots, isFolder, merge, move, move, persist, remove, updateFlags
-
Method Details
-
createFileAtLocation
Checks rights.- Parameters:
location-
-
createFileAtLocation
-
createFileAtLocation
Checks rights.- Parameters:
location-
-
createFileAtLocation
-
createFolderAtLocation
Checks rights.- Parameters:
location-
-
createFolderAtLocation
-
createFolderAtLocation
Checks rights.- Parameters:
location-
-
createFolderAtLocation
-
getNodeByPath
-
getNodeByPath
-
getFileFromUploadFile
-
getFileIdFromKey
-
getFileByKey
-
checkNewName
-
checkNewParent
-