Package com.logicaldoc.importfolder
Class ImportFolderHistory
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.history.History
com.logicaldoc.importfolder.ImportFolderHistory
- All Implemented Interfaces:
Serializable,Comparable<com.logicaldoc.core.history.History>
public class ImportFolderHistory
extends com.logicaldoc.core.history.History
History entry due to an event on an Import Folder.
- Since:
- 8.7.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.logicaldoc.core.history.History
ASPECTFields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlonginthashCode()voidsetImportFolderId(long importFolderId) Methods inherited from class com.logicaldoc.core.history.History
compareTo, eventTables, getColor, getComment, getDate, getDevice, getDocId, getDocument, getEvent, getFile, getFilename, getFilenameOld, getFileSize, getFileVersion, getFolder, getFolderId, getGeolocation, getIp, getIsNew, getKeyLabel, getNotified, getPath, getPathOld, getReason, getSessionId, getTenant, getUser, getUserId, getUserLogin, getUsername, getVersion, isNotifyEvent, setClient, setColor, setComment, setDate, setDevice, setDocId, setDocument, setEvent, setFile, setFilename, setFilenameOld, setFileSize, setFileVersion, setFolder, setFolderId, setGeolocation, setIp, setIsNew, setKeyLabel, setNotified, setNotifyEvent, setPath, setPathOld, setReason, setSession, setSessionId, setTenant, setUser, setUserId, setUserLogin, setUsername, setVersion, toStringMethods inherited from class com.logicaldoc.core.PersistentObject
getCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId
-
Field Details
-
EVENT_IMPORTFOLDER_IMPORTED
- See Also:
-
EVENT_IMPORTFOLDER_UPDATED
- See Also:
-
EVENT_IMPORTFOLDER_ERROR
- See Also:
-
EVENT_IMPORTFOLDER_FILE_NOT_DELETED
- See Also:
-
-
Constructor Details
-
ImportFolderHistory
public ImportFolderHistory() -
ImportFolderHistory
-
-
Method Details
-
getImportFolderId
public long getImportFolderId() -
setImportFolderId
public void setImportFolderId(long importFolderId) -
hashCode
public int hashCode()- Overrides:
hashCodein classcom.logicaldoc.core.history.History
-
equals
- Overrides:
equalsin classcom.logicaldoc.core.history.History
-