@Deprecated public class FileService extends AbstractRPCService
File
.util
Constructor and Description |
---|
FileService()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
download(String ID,
int fileId)
Deprecated.
Download the file contents.
|
FileInfo |
getById(String ID,
int itemId)
Deprecated.
Get information about a file that you know the ID of.
|
attachFile, getRemoteId, getSessionControl
public FileInfo getById(String ID, int itemId)
ID
- Id to identify the session.itemId
- The ID of the filepublic org.apache.axiom.om.OMElement download(String ID, int fileId)
ID
- Used to identify an active session with.fileId
- Id of the file to download