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 SFile
ShareFileClient. getItemById(String id)
Gets a single Item by Id.SFile
ShareFileClient. 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>
ShareFileClient. getRoot()
Get the root level Item for the provided user.List<SFile>
ShareFileClient. list(String folderId)
Get a folder using some of the common query parameters that are available.List<SFile>
ShareFileClient. listFilesInTree(String folderId)
-