Uses of Class
de.xima.fc.security.malware.MalwareScanReport
- 
Packages that use MalwareScanReport Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.utils de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.security.malware  - 
- 
Uses of MalwareScanReport in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type MalwareScanReport Modifier and Type Method Description voidProtokollAPI. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report)Adds a system protocol entry when malware was detected in a file or some data.voidProtokollAPI. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client)Adds a client protocol entry when malware was detected in a file or some data.voidProtokollAPI. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Vorgang formRecord)Adds a processing protocol entry when malware was detected in a file or some data. - 
Uses of MalwareScanReport in de.xima.fc.dao.utils
Methods in de.xima.fc.dao.utils with parameters of type MalwareScanReport Modifier and Type Method Description voidProtokollUtils. addMalwareDetectedProtocolEntry(IEntityContext ec, Benutzer user, String scannedItem, MalwareScanReport report)Adds a system protocol entry when malware was detected in a file or some data.voidProtokollUtils. addMalwareDetectedProtocolEntry(IEntityContext ec, Benutzer user, String scannedItem, MalwareScanReport report, Mandant client)Adds a client protocol entry when malware was detected in a file or some data.voidProtokollUtils. addMalwareDetectedProtocolEntry(IEntityContext ec, Benutzer user, String scannedItem, MalwareScanReport report, Vorgang formRecord)Adds a processing protocol entry when malware was detected in a file or some data. - 
Uses of MalwareScanReport in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity with parameters of type MalwareScanReport Modifier and Type Method Description voidProtokollHandler. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report)voidProtokollHandler. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client)voidProtokollHandler. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Vorgang formRecord) - 
Uses of MalwareScanReport in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity with parameters of type MalwareScanReport Modifier and Type Method Description voidIProtokollHandler. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report)Adds a system protocol entry when malware was detected in a file or some data.voidIProtokollHandler. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Mandant client)Adds a client protocol entry when malware was detected in a file or some data.voidIProtokollHandler. addMalwareDetectedProtocolEntry(UserContext uc, String scannedItem, MalwareScanReport report, Vorgang formRecord)Adds a processing protocol entry when malware was detected in a file or some data. - 
Uses of MalwareScanReport in de.xima.fc.security.malware
Methods in de.xima.fc.security.malware that return MalwareScanReport Modifier and Type Method Description MalwareScanReportMalwareScanner. scanBase64Data(String base64EncodedData)Scans a base64 encoded string with data for malware and returns a report with the scan result.MalwareScanReportMalwareScanner. scanData(byte[] data)Scans some data for malware and returns a report with the scan result.MalwareScanReportMalwareScanner. scanFile(File file, boolean deleteOnMalware)Scans a file for malware and returns a report with the scan result.MalwareScanReportMalwareScanner. scanFile(Path file, boolean deleteOnMalware)Scans a file for malware and returns a report with the scan result.MalwareScanReportMalwareScanner. scanFileItem(org.apache.commons.fileupload.FileItem fileItem, boolean deleteOnMalware)Scans a file item for malware and returns a report with the scan result.MalwareScanReportMalwareScanner. scanStream(InputStream inputStream)Scans some data for malware and returns a report with the scan result. 
 -