|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The antivirus management interface.
| Method Summary | |
Item[] |
getVirusReport(long item, AttributeRequest[] attrs, NamedValue[] options)Retrieves virus reports associated with an item that has been sent for repair. |
void |
repair(long[] items)Repairs items (Folders are ignored). |
void |
scan(long[] items)Scans items (Folders are ignored). |
| Method Detail |
public void scan(long[] items)
throws FdkException
items - the IDs of the items to scan.FdkException - if the operation fails or if a virus is found.
public void repair(long[] items)
throws FdkException
items - the IDs of the items to repair.FdkException - if the repair fails unexpectedly, not if a repair is unsuccessful.
public Item[] getVirusReport(long item,
AttributeRequest[] attrs,
NamedValue[] options)
throws FdkException
item - ID of item to get potential virus reports on.attrs - requested attributes for each item, or null.options - The sort options. Valid options are:
FdkException - if retrieval of virus report information fails.
|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||