Package com.logicaldoc.importfolder
Class ImportFolderHistory
- java.lang.Object
-
- com.logicaldoc.core.PersistentObject
-
- com.logicaldoc.core.History
-
- com.logicaldoc.importfolder.ImportFolderHistory
-
- All Implemented Interfaces:
Comparable<com.logicaldoc.core.History>
public class ImportFolderHistory extends com.logicaldoc.core.History
History entry due to an event on an Import Folder.- Since:
- 8.7.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Field Summary
Fields Modifier and Type Field Description static String
EVENT_IMPORTFOLDER_ERROR
static String
EVENT_IMPORTFOLDER_IMPORTED
static String
EVENT_IMPORTFOLDER_UPDATED
-
Constructor Summary
Constructors Constructor Description ImportFolderHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
long
getImportFolderId()
void
setImportFolderId(long importFolderId)
-
Methods inherited from class com.logicaldoc.core.History
compareTo, getColor, getComment, getDate, getDevice, getDocId, getDocument, getEvent, getFile, getFilename, getFilenameOld, getFileSize, 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, 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
-
-
Method Detail
-
getImportFolderId
public long getImportFolderId()
-
setImportFolderId
public void setImportFolderId(long importFolderId)
-
clone
public Object clone() throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
-
-