Package | Description |
---|---|
com.ibm.tivoli.maximo.antivirus.impl.icap.result | |
com.ibm.tivoli.maximo.antivirus.interfaces |
Modifier and Type | Method and Description |
---|---|
Infection |
ICAPResult.getInfectionFound() |
java.util.List<Violation> |
ICAPResult.getViolationsFound() |
void |
ICAPViolation.setFileName(java.lang.String fileName)
Stores the File name as returned from the scanner
|
void |
ICAPInfection.setResolution(int resolution)
This function takes care of the mapping from an integer to an actual enumeration
for the "resolution" type...
|
void |
ICAPViolation.setResolutionID(int resolutionID)
This function takes care of the mapping from an integer to an actual enumeration
for the "resolution_id" type...
|
void |
ICAPInfection.setThreat(java.lang.String threat)
This function stores the name of the threat, typically a virus name...
|
void |
ICAPInfection.setType(int type)
This function takes care of mapping from an integer to an actual enumeration for
the infection type...
|
void |
ICAPViolation.setViolationType(java.lang.String violationType)
The type of violation in human readable form from the scanner
|
Constructor and Description |
---|
ICAPResult(GenericClientResponse response) |
Modifier and Type | Method and Description |
---|---|
Infection |
AVScannerResult.getInfectionFound()
Returns back the infection information if there was any.
|
java.util.List<Violation> |
AVScannerResult.getViolationsFound()
A list of violations, there possibly can be more than one violation returned from
the virus scanner, such as "infected, and policy violation" for example.
|