Package de.valtech.avs.api.history
Interface HistoryEntry
-
@ProviderType public interface HistoryEntryRepresents an entry in the AVS history.- Author:
- Roland Gruber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOutput()Returns the scan output.java.lang.StringgetPath()Returns the scanned node path if available.java.lang.StringgetRepositoryPath()Path in repository.java.util.DategetTime()Returns the scan time.java.lang.StringgetUserId()Returns the user name.booleanisClean()Returns if the file was clean.
-
-
-
Method Detail
-
getTime
java.util.Date getTime()
Returns the scan time.- Returns:
- time
-
getOutput
java.lang.String getOutput()
Returns the scan output.- Returns:
- output
-
isClean
boolean isClean()
Returns if the file was clean.- Returns:
- clean
-
getPath
java.lang.String getPath()
Returns the scanned node path if available.- Returns:
- path
-
getRepositoryPath
java.lang.String getRepositoryPath()
Path in repository.- Returns:
- path
-
getUserId
java.lang.String getUserId()
Returns the user name.- Returns:
- user name
-
-