|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.persistence.entity.HistoricScopeInstanceEntity
org.activiti.engine.impl.persistence.entity.HistoricTaskInstanceEntity
public class HistoricTaskInstanceEntity
字段摘要 | |
---|---|
protected String |
assignee
|
protected Date |
claimTime
|
protected String |
description
|
protected Date |
dueDate
|
protected String |
executionId
|
protected String |
formKey
|
protected String |
name
|
protected String |
owner
|
protected String |
parentTaskId
|
protected int |
priority
|
protected List<HistoricVariableInstanceEntity> |
queryVariables
|
protected String |
taskDefinitionKey
|
从类 org.activiti.engine.impl.persistence.entity.HistoricScopeInstanceEntity 继承的字段 |
---|
deleteReason, durationInMillis, endTime, id, processDefinitionId, processInstanceId, startTime |
构造方法摘要 | |
---|---|
HistoricTaskInstanceEntity()
|
|
HistoricTaskInstanceEntity(TaskEntity task,
ExecutionEntity execution)
|
方法摘要 | |
---|---|
String |
getAssignee()
The latest assignee given to this task. |
Date |
getClaimTime()
Time when the task was claimed. |
String |
getDescription()
The latest description given to this task. |
Date |
getDueDate()
Task due date |
String |
getExecutionId()
Execution reference. |
String |
getFormKey()
Task form key. |
String |
getName()
The latest name given to this task. |
String |
getOwner()
Task owner |
String |
getParentTaskId()
The parent task of this task, in case this task was a subtask |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database. |
int |
getPriority()
Task priority |
Map<String,Object> |
getProcessVariables()
Returns the process variables if requested in the task query |
List<HistoricVariableInstanceEntity> |
getQueryVariables()
|
String |
getTaskDefinitionKey()
Task definition key. |
Map<String,Object> |
getTaskLocalVariables()
Returns the local task variables if requested in the task query |
Long |
getWorkTimeInMillis()
Difference between HistoricTaskInstance.getEndTime() and HistoricTaskInstance.getClaimTime() in milliseconds. |
void |
setAssignee(String assignee)
|
void |
setClaimTime(Date claimTime)
|
void |
setDescription(String description)
|
void |
setDueDate(Date dueDate)
|
void |
setExecutionId(String executionId)
|
void |
setFormKey(String formKey)
|
void |
setName(String name)
|
void |
setOwner(String owner)
|
void |
setParentTaskId(String parentTaskId)
|
void |
setPriority(int priority)
|
void |
setQueryVariables(List<HistoricVariableInstanceEntity> queryVariables)
|
void |
setTaskDefinitionKey(String taskDefinitionKey)
|
从类 org.activiti.engine.impl.persistence.entity.HistoricScopeInstanceEntity 继承的方法 |
---|
getDeleteReason, getDurationInMillis, getEndTime, getId, getProcessDefinitionId, getProcessInstanceId, getStartTime, markEnded, setDeleteReason, setDurationInMillis, setEndTime, setId, setProcessDefinitionId, setProcessInstanceId, setStartTime |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
从接口 org.activiti.engine.history.HistoricTaskInstance 继承的方法 |
---|
getDeleteReason, getDurationInMillis, getEndTime, getId, getProcessDefinitionId, getProcessInstanceId, getStartTime |
从接口 org.activiti.engine.impl.db.PersistentObject 继承的方法 |
---|
getId, setId |
字段详细信息 |
---|
protected String executionId
protected String name
protected String parentTaskId
protected String description
protected String owner
protected String assignee
protected String taskDefinitionKey
protected String formKey
protected int priority
protected Date dueDate
protected Date claimTime
protected List<HistoricVariableInstanceEntity> queryVariables
构造方法详细信息 |
---|
public HistoricTaskInstanceEntity()
public HistoricTaskInstanceEntity(TaskEntity task, ExecutionEntity execution)
方法详细信息 |
---|
public Object getPersistentState()
PersistentObject
复制的描述
PersistentObject
中的 getPersistentState
public String getExecutionId()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getExecutionId
public void setExecutionId(String executionId)
public String getName()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getName
public void setName(String name)
public String getDescription()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getDescription
public void setDescription(String description)
public String getAssignee()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getAssignee
public void setAssignee(String assignee)
public String getTaskDefinitionKey()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getTaskDefinitionKey
public void setTaskDefinitionKey(String taskDefinitionKey)
public String getFormKey()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getFormKey
public void setFormKey(String formKey)
public int getPriority()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getPriority
public void setPriority(int priority)
public Date getDueDate()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getDueDate
public void setDueDate(Date dueDate)
public String getOwner()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getOwner
public void setOwner(String owner)
public String getParentTaskId()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getParentTaskId
public void setParentTaskId(String parentTaskId)
public Date getClaimTime()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getClaimTime
public void setClaimTime(Date claimTime)
public Long getWorkTimeInMillis()
HistoricTaskInstance
复制的描述HistoricTaskInstance.getEndTime()
and HistoricTaskInstance.getClaimTime()
in milliseconds.
HistoricTaskInstance
中的 getWorkTimeInMillis
public Map<String,Object> getTaskLocalVariables()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getTaskLocalVariables
public Map<String,Object> getProcessVariables()
HistoricTaskInstance
复制的描述
HistoricTaskInstance
中的 getProcessVariables
public List<HistoricVariableInstanceEntity> getQueryVariables()
public void setQueryVariables(List<HistoricVariableInstanceEntity> queryVariables)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |