Package de.valtech.avs.api.history
Interface HistoryEntry
-
@ProviderType public interface HistoryEntry
Represents an entry in the AVS history.- Author:
- Roland Gruber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOutput()
Returns the scan output.java.lang.String
getPath()
Returns the scanned node path if available.java.lang.String
getRepositoryPath()
Path in repository.java.util.Date
getTime()
Returns the scan time.java.lang.String
getUserId()
Returns the user name.boolean
isClean()
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
-
-