|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface class VirusManager
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 |
---|
void scan(long[] items) throws FdkException
VirusManager
items
- the IDs of the items to scan.FdkException
- if the operation fails or if a virus is found.void repair(long[] items) throws FdkException
VirusManager
items
- the IDs of the items to repair.FdkException
- if the repair fails unexpectedly, not if a repair is unsuccessful.Item[] getVirusReport(long item, AttributeRequest[] attrs, NamedValue[] options) throws FdkException
VirusManager
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 Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |