Package com.logicaldoc.importfolder
Class ImportFolderHistory
- java.lang.Object
-
- com.logicaldoc.core.PersistentObject
-
- com.logicaldoc.core.History
-
- com.logicaldoc.importfolder.ImportFolderHistory
-
- All Implemented Interfaces:
Serializable,Comparable<com.logicaldoc.core.History>
public class ImportFolderHistory extends com.logicaldoc.core.HistoryHistory entry due to an event on an Import Folder.- Since:
- 8.7.1
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringEVENT_IMPORTFOLDER_ERRORstatic StringEVENT_IMPORTFOLDER_IMPORTEDstatic StringEVENT_IMPORTFOLDER_UPDATED
-
Constructor Summary
Constructors Constructor Description ImportFolderHistory()ImportFolderHistory(ImportFolderHistory source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetImportFolderId()voidsetImportFolderId(long importFolderId)-
Methods inherited from class com.logicaldoc.core.History
compareTo, getColor, getComment, getDate, getDevice, getDocId, getDocument, getEvent, getFile, getFilename, getFilenameOld, getFileSize, getFileVersion, getFolder, getFolderId, getGeolocation, getIp, getIsNew, 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, setNotified, setNotifyEvent, setPath, setPathOld, setReason, setSession, setSessionId, setTenant, setUser, setUserId, setUserLogin, setUsername, setVersion
-
-
-
-
Field Detail
-
EVENT_IMPORTFOLDER_IMPORTED
public static final String EVENT_IMPORTFOLDER_IMPORTED
- See Also:
- Constant Field Values
-
EVENT_IMPORTFOLDER_UPDATED
public static final String EVENT_IMPORTFOLDER_UPDATED
- See Also:
- Constant Field Values
-
EVENT_IMPORTFOLDER_ERROR
public static final String EVENT_IMPORTFOLDER_ERROR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ImportFolderHistory
public ImportFolderHistory()
-
ImportFolderHistory
public ImportFolderHistory(ImportFolderHistory source)
-
-