|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
The antivirus management Facade interface.
| Method Summary | |
Item[] |
getVirusReport(long item, AttributeRequest[] attrs, NamedValue[] options)Retrieves virus reports associated with content that has been sent for repair. |
void |
repair(long[] items)Repairs items. |
void |
scan(long[] items)Scans items. |
| Method Detail |
public Item[] getVirusReport(long item,
AttributeRequest[] attrs,
NamedValue[] options)
throws FdkException
item - ID of document to get potential virus reports on.FdkException - if retrieval of virus report information fails in any fashion.
public void repair(long[] items)
throws FdkException
Folders will be ignored.
items - the item IDs to be repaired.FdkException - if the repair fails unexpectedly, not if a repair is unsuccessful.
public void scan(long[] items)
throws FdkException
Folders will be ignored.
items - the item IDs to be scanned.FdkException - if the operation fails or if a virus is found.
|
Oracle® Content Services Web Services Java API Reference 10g Release 1 (10.1.1) B19047-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||