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.HistoryHistory entry due to an event on a workflow.- Since:
- 5.1
- Author:
- Matteo Caruso - LogicalDOC
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringEVENT_WORKFLOW_DOCAPPENDEDstatic StringEVENT_WORKFLOW_DOCREMOVEDstatic StringEVENT_WORKFLOW_ENDstatic StringEVENT_WORKFLOW_STARTstatic StringEVENT_WORKFLOW_TASK_ASSIGNEDstatic StringEVENT_WORKFLOW_TASK_ENDstatic StringEVENT_WORKFLOW_TASK_NOTEstatic StringEVENT_WORKFLOW_TASK_REASSIGNEDstatic StringEVENT_WORKFLOW_TASK_START
-
Constructor Summary
Constructors Constructor Description WorkflowHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()StringgetEventMessage(String lang)StringgetInstanceId()StringgetTaskDisplay()StringgetTaskId()StringgetTaskName()longgetTemplateId()intgetTemplateVersion()StringgetTransition()voidsetInstanceId(String instanceId)voidsetTaskDisplay(String taskDisplay)voidsetTaskId(String taskId)voidsetTaskName(String taskName)voidsetTemplateId(long templateId)voidsetTemplateVersion(int templateVersion)voidsetTransition(String transition)-
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_WORKFLOW_START
public static final String EVENT_WORKFLOW_START
- See Also:
- Constant Field Values
-
EVENT_WORKFLOW_END
public static final String EVENT_WORKFLOW_END
- See Also:
- Constant Field Values
-
EVENT_WORKFLOW_TASK_START
public static final String EVENT_WORKFLOW_TASK_START
- See Also:
- Constant Field Values
-
EVENT_WORKFLOW_TASK_END
public static final String EVENT_WORKFLOW_TASK_END
- See Also:
- Constant Field Values
-
EVENT_WORKFLOW_TASK_ASSIGNED
public static final String EVENT_WORKFLOW_TASK_ASSIGNED
- See Also:
- Constant Field Values
-
EVENT_WORKFLOW_DOCAPPENDED
public static final String EVENT_WORKFLOW_DOCAPPENDED
- See Also:
- Constant Field Values
-
EVENT_WORKFLOW_DOCREMOVED
public static final String EVENT_WORKFLOW_DOCREMOVED
- See Also:
- Constant Field Values
-
EVENT_WORKFLOW_TASK_REASSIGNED
public static final String EVENT_WORKFLOW_TASK_REASSIGNED
- See Also:
- Constant Field Values
-
EVENT_WORKFLOW_TASK_NOTE
public static final String EVENT_WORKFLOW_TASK_NOTE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTemplateId
public long getTemplateId()
-
setTemplateId
public void setTemplateId(long templateId)
-
getInstanceId
public String getInstanceId()
-
setInstanceId
public void setInstanceId(String instanceId)
-
getTaskId
public String getTaskId()
-
setTaskId
public void setTaskId(String taskId)
-
getTaskName
public String getTaskName()
-
setTaskName
public void setTaskName(String taskName)
-
getTransition
public String getTransition()
-
setTransition
public void setTransition(String transition)
-
getTemplateVersion
public int getTemplateVersion()
-
setTemplateVersion
public void setTemplateVersion(int templateVersion)
-
getTaskDisplay
public String getTaskDisplay()
-
setTaskDisplay
public void setTaskDisplay(String taskDisplay)
-
clone
public Object clone() throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
-
-