Uses of Class
com.logicaldoc.sharefile.SFile
-
Packages that use SFile Package Description com.logicaldoc.sharefile -
-
Uses of SFile in com.logicaldoc.sharefile
Methods in com.logicaldoc.sharefile that return SFile Modifier and Type Method Description SFileShareFile. getItemById(String id)Gets a single Item by Id.SFileShareFile. getItemByPath(String parentId, String path)Retrieves an item from its path.Methods in com.logicaldoc.sharefile that return types with arguments of type SFile Modifier and Type Method Description List<SFile>ShareFile. getRoot()Get the root level Item for the provided user.List<SFile>ShareFile. list(String folderId)Get a folder using some of the common query parameters that are available.List<SFile>ShareFile. listFilesInTree(String folderId)
-