public interface FileServerService extends TreeDBManager<AbstractFileServerNode>
Modifier and Type | Method and Description |
---|---|
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) |
AbstractFileServerNode |
getNodeByPath(java.lang.String path) |
AbstractFileServerNode |
getNodeByPath(java.lang.String path,
boolean checkRights) |
allowsMultipleRoots, copy, forceRemove, getAllNodes, getBaseType, getChildrenWithName, getNodeById, getRoots, getVirtualRoots, isFolder, merge, move, move, persist, remove, updateFlags
FileServerFile createFileAtLocation(java.lang.String location)
location
- FileServerFile createFileAtLocation(java.lang.String location, boolean checkRights)
FileServerFile createFileAtLocation(VFSLocation location)
location
- FileServerFile createFileAtLocation(VFSLocation location, boolean checkRights)
FileServerFolder createFolderAtLocation(java.lang.String location)
location
- FileServerFolder createFolderAtLocation(java.lang.String location, boolean checkRights)
FileServerFolder createFolderAtLocation(VFSLocation location)
location
- FileServerFolder createFolderAtLocation(VFSLocation location, boolean checkRights)
AbstractFileServerNode getNodeByPath(java.lang.String path)
AbstractFileServerNode getNodeByPath(java.lang.String path, boolean checkRights)