Package com.logicaldoc.workflow.history
Class WorkflowHistory
java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.History
com.logicaldoc.workflow.history.WorkflowHistory
- All Implemented Interfaces:
Serializable,Comparable<com.logicaldoc.core.History>
public class WorkflowHistory
extends com.logicaldoc.core.History
History entry due to an event on a workflow.
- Since:
- 5.1
- Author:
- Matteo Caruso - LogicalDOC
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class com.logicaldoc.core.History
ASPECTFields inherited from class com.logicaldoc.core.PersistentObject
DELETED_CODE_DEFAULT, DELETED_CODE_STRONG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEventMessage(String lang) longintvoidsetInstanceId(String instanceId) voidsetTaskDisplay(String taskDisplay) voidvoidsetTaskName(String taskName) voidsetTemplateId(long templateId) voidsetTemplateVersion(int templateVersion) voidsetTransition(String transition) voidsetWorkflowDisplay(String workflowDisplay) Methods inherited from class com.logicaldoc.core.History
compareTo, equals, 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, hashCode, 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, toStringMethods inherited from class com.logicaldoc.core.PersistentObject
getCreation, getDeleted, getId, getLastModified, getRecordVersion, getTenantId, setCreation, setDeleted, setId, setLastModified, setRecordVersion, setTenantId
-
Field Details
-
EVENT_WORKFLOW_START
- See Also:
-
EVENT_WORKFLOW_END
- See Also:
-
EVENT_WORKFLOW_DELETED
- See Also:
-
EVENT_WORKFLOW_TASK_START
- See Also:
-
EVENT_WORKFLOW_TASK_END
- See Also:
-
EVENT_WORKFLOW_TASK_INVALID
- See Also:
-
EVENT_WORKFLOW_TASK_ASSIGNED
- See Also:
-
EVENT_WORKFLOW_DOCAPPENDED
- See Also:
-
EVENT_WORKFLOW_DOCREMOVED
- See Also:
-
EVENT_WORKFLOW_TASK_REASSIGNED
- See Also:
-
EVENT_WORKFLOW_TASK_NOTE
- See Also:
-
EVENT_WORKFLOW_TASK_OVERDUE
- See Also:
-
-
Constructor Details
-
WorkflowHistory
public WorkflowHistory() -
WorkflowHistory
-
-
Method Details
-
getTemplateId
public long getTemplateId() -
setTemplateId
public void setTemplateId(long templateId) -
getInstanceId
-
setInstanceId
-
getEventMessage
-
getTaskId
-
setTaskId
-
getTaskName
-
setTaskName
-
getTransition
-
setTransition
-
getTemplateVersion
public int getTemplateVersion() -
setTemplateVersion
public void setTemplateVersion(int templateVersion) -
getTaskDisplay
-
setTaskDisplay
-
getWorkflowDisplay
-
setWorkflowDisplay
-