Interface FilesServiceLocal
public interface FilesServiceLocal
Local interface for the Files service from the Planner API
-
Method Summary
-
Method Details
-
getFile
Returns the file at the specified ID- Parameters:
id- file ID- Returns:
- the file
- Throws:
PubServerExceptionNumberFormatException- See Also:
-
getFiles
Returns files fulfilling the search criteria- Parameters:
filter- search criteria in the FilesFilter object- Returns:
- the list of files
- Throws:
PubServerException- See Also:
-