![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04 |
Name | Type | Required | Description |
---|---|---|---|
auxilliaryVirusScanResultData |
![]() |
Return any other auxilliary data that's available for the virus found. | |
repairAttempts |
![]() |
Return the number of attempts made to repair this entity. | |
repaired |
![]() |
Return status indicating if the infected entity was successfully repaired. | |
scanDate |
![]() |
Return the date when the entity was last scanned. | |
scannedComponentName |
![]() |
Return the name of the scanned file or the name of the nested component within the scanned file that contains the infection. Each component name is seperated by a forward slash mark (/). | |
scannedEntityCollabId |
![]() |
Return the CollabdId of the scanned entity. | |
scannedEntityEid |
![]() |
Returns the Eid of the scanned entity. | |
scannedEntityHandle |
![]() |
Returns the IdentifiableHandle of the scanned entity. | |
scannedEntityType |
![]() |
Returns the BomTypeId of the scanned entity. | |
virusId |
![]() |
Return the identifier, supplied by the virus scan software provider, to identify the virus found. | |
virusName |
![]() |
Return the name, supplied by the virus scan software provider, to identify the virus found. |
<xs:complexType name="virusScanResult"> <xs:sequence> <xs:element minOccurs="0" name="auxilliaryVirusScanResultData" type="xs:string"/> <xs:element name="repairAttempts" type="xs:int"/> <xs:element name="repaired" type="xs:boolean"/> <xs:element minOccurs="0" name="scanDate" type="xs:dateTime"/> <xs:element minOccurs="0" name="scannedComponentName" type="xs:string"/> <xs:element minOccurs="0" name="scannedEntityCollabId" type="tns:beeId"/> <xs:element minOccurs="0" name="scannedEntityEid" type="xs:string"/> <xs:element minOccurs="0" name="scannedEntityHandle" type="tns:beeId"/> <xs:element minOccurs="0" name="scannedEntityType" type="xs:string"/> <xs:element minOccurs="0" name="virusId" type="xs:string"/> <xs:element minOccurs="0" name="virusName" type="xs:string"/> </xs:sequence> </xs:complexType>
Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
Legal Notices