Overview

VirusScanResult.

This class encapsulates the results returned regarding any infection found in the scanned entity. This includes the service provider specified virus identifier, virus name, and location within the entity of the sub-component that is infected. Other information regarding the date of scan, number of repair attempts, Beehive identifiers for the scanned entity are also included.

Members

Name Type Required Description

auxilliaryVirusScanResultData

string

Return any other auxilliary data that's available for the virus found.

repairAttempts

int

Return the number of attempts made to repair this entity.

repaired

boolean

Return status indicating if the infected entity was successfully repaired.

scanDate

dateTime

Return the date when the entity was last scanned.

scannedComponentName

string

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

beeId

Return the CollabdId of the scanned entity.

scannedEntityEid

string

Returns the Eid of the scanned entity.

scannedEntityHandle

beeId

Returns the IdentifiableHandle of the scanned entity.

scannedEntityType

string

Returns the BomTypeId of the scanned entity.

virusId

string

Return the identifier, supplied by the virus scan software provider, to identify the virus found.

virusName

string

Return the name, supplied by the virus scan software provider, to identify the virus found.

Hierarchy

Examples

Below are examples in XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:virusScanResult xsi:type="obh:virusScanResult" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <auxilliaryVirusScanResultData>your_string_0</auxilliaryVirusScanResultData>
        <repairAttempts>your_int_0</repairAttempts>
        <repaired>your_boolean_0</repaired>
        <scanDate>your_dateTime_0</scanDate>
        <scannedComponentName>your_string_0</scannedComponentName>
        <scannedEntityCollabId>your_beeId_0</scannedEntityCollabId>
        <scannedEntityEid>your_string_0</scannedEntityEid>
        <scannedEntityHandle>your_beeId_0</scannedEntityHandle>
        <scannedEntityType>your_string_0</scannedEntityType>
        <virusId>your_string_0</virusId>
        <virusName>your_string_0</virusName>
</obh:virusScanResult>

Referenced By Representaions