Class TaskEntityImpl
java.lang.Object
org.activiti.engine.impl.persistence.entity.AbstractEntity
org.activiti.engine.impl.persistence.entity.VariableScopeImpl
org.activiti.engine.impl.persistence.entity.TaskEntityImpl
- All Implemented Interfaces:
Serializable,DelegateTask,VariableScope,BulkDeleteable,HasRevision,Entity,TaskEntity,Task,TaskInfo
public class TaskEntityImpl
extends VariableScopeImpl
implements TaskEntity, Serializable, BulkDeleteable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Stringprotected intprotected Stringprotected Stringprotected Dateprotected Dateprotected ActivitiListenerprotected DelegationStatestatic final Stringstatic final Stringprotected Stringprotected Dateprotected Stringprotected ExecutionEntityprotected Stringprotected booleanprotected Stringprotected booleanprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected intprotected Stringprotected ExecutionEntityprotected Stringprotected List<VariableInstanceEntity>protected intprotected Stringprotected List<IdentityLinkEntity>protected StringFields inherited from class org.activiti.engine.impl.persistence.entity.VariableScopeImpl
cachedElContext, transientVariabes, usedVariablesCache, variableInstancesFields inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntity
id, isInserted, isUpdated, revisionFields inherited from interface org.activiti.engine.task.Task
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCandidateGroup(String groupId) Adds the given group as candidate group to this taskvoidaddCandidateGroups(Collection<String> candidateGroups) Adds multiple groups as candidate group to this task.voidaddCandidateUser(String userId) Adds the given user as a candidate user to this task.voidaddCandidateUsers(Collection<String> candidateUsers) Adds multiple users as candidate user to this task.voidaddGroupIdentityLink(String groupId, String identityLinkType) Involves a group with group task.voidaddUserIdentityLink(String userId, String identityLinkType) Involves a user with a task.voidaddUserIdentityLink(String userId, String identityLinkType, byte[] details) Involves a user with a task.protected VariableInstanceEntitycreateVariableInstance(String variableName, Object value, ExecutionEntity sourceActivityExecution) voiddeleteCandidateGroup(String groupId) Convenience shorthand for#deleteGroupIdentityLink(String, String, String); with typeIdentityLinkType.CANDIDATEvoiddeleteCandidateUser(String userId) Convenience shorthand forDelegateTask.deleteUserIdentityLink(String, String); with typeIdentityLinkType.CANDIDATEvoiddeleteGroupIdentityLink(String groupId, String identityLinkType) Removes the association between a group and a task for the given identityLinkType.voiddeleteUserIdentityLink(String userId, String identityLinkType) Removes the association between a user and a task for the given identityLinkType.voidThe {@link User.getId() userId} of the person to which this task is delegated.Retrieves the candidate users and groups associated with the task.The category of the task.The claim time of this taskThe date/time when this task was createdThe currentDelegationStatefor this task.Free text description of the task.Due date of the task.Returns the event name which triggered the task listener to fire for this task.Returns the execution currently at the task.Reference to the path of execution or null if it is not related to a process instance.The form key for the user taskgetName()Name or title of the task.getOwner()The {@link User.getId() userId} of the person that is responsible for this task.The parent task for which this task is a subtaskprotected VariableScopeImplReturns a representation of the object, as would be stored in the database.intIndication of how important/urgent this task isReference to the process definition or null if it is not related to a process.Reference to the process instance or null if it is not related to a process instance.Returns the process variables if requested in the task queryintintprotected VariableInstanceEntitygetSpecificVariable(String variableName) protected List<VariableInstanceEntity>getSpecificVariables(Collection<String> variableNames) intThe id of the activity in the process defining this task or null if this is not related to a processReturns the local task variables if requested in the task queryThe tenant identifier of this taskprotected voidinitializeVariableInstanceBackPointer(VariableInstanceEntity variableInstance) protected booleanExecution variable updates have activity instance ids, but historic task variable updates don't.booleanbooleanbooleanIndicates whether this task is suspended or not.protected List<VariableInstanceEntity>voidsetAppVersion(Integer appVersion) voidsetAssignee(String assignee) The {@link User.getId() userId} of the person to which this task is delegated.voidsetBusinessKey(String businessKey) voidsetCanceled(boolean isCanceled) voidsetCategory(String category) Change the category of the task.voidsetClaimTime(Date claimTime) voidsetCreateTime(Date createTime) voidsetCurrentActivitiListener(ActivitiListener currentActivitiListener) voidsetDelegationState(DelegationState delegationState) The currentDelegationStatefor this task.voidsetDelegationStateString(String delegationStateString) voidsetDeleted(boolean isDeleted) voidsetDescription(String description) Change the description of the taskvoidsetDueDate(Date dueDate) Change due date of the task.voidsetEventName(String eventName) voidsetExecution(ExecutionEntity execution) voidsetExecutionId(String executionId) voidsetExecutionVariables(Map<String, Object> parameters) voidsetFormKey(String formKey) Change the form key of the taskvoidsetLocalizedDescription(String localizedDescription) Sets an optional localized description for the task.voidsetLocalizedName(String localizedName) Sets an optional localized name for the task.voidName or title of the task.voidThe {@link User.getId() userId} of the person that is responsible for this task.voidsetParentTaskId(String parentTaskId) the parent task for which this task is a subtaskvoidsetPriority(int priority) Sets the indication of how important/urgent this task isvoidsetProcessDefinitionId(String processDefinitionId) voidsetProcessInstance(ExecutionEntity processInstance) voidsetProcessInstanceId(String processInstanceId) voidsetQueryVariables(List<VariableInstanceEntity> queryVariables) voidsetRevision(int revision) voidsetSuspensionState(int suspensionState) voidsetTaskDefinitionKey(String taskDefinitionKey) voidsetTenantId(String tenantId) Change the tenantId of the tasktoString()protected voidupdateVariableInstance(VariableInstanceEntity variableInstance, Object value, ExecutionEntity sourceActivityExecution) Methods inherited from class org.activiti.engine.impl.persistence.entity.VariableScopeImpl
collectTransientVariables, collectVariableInstances, collectVariableNames, collectVariables, createVariableLocal, createVariableLocal, createVariablesLocal, deleteVariableInstanceForExplicitUserCall, ensureVariableInstancesInitialized, getCachedElContext, getSourceActivityExecution, getTransientVariable, getTransientVariableLocal, getTransientVariables, getTransientVariablesLocal, getUsedVariablesCache, getVariable, getVariable, getVariable, getVariableInstance, getVariableInstance, getVariableInstanceLocal, getVariableInstanceLocal, getVariableInstances, getVariableInstances, getVariableInstances, getVariableInstancesLocal, getVariableInstancesLocal, getVariableInstancesLocal, getVariableLocal, getVariableLocal, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariables, getVariables, getVariablesLocal, getVariablesLocal, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeTransientVariable, removeTransientVariableLocal, removeTransientVariables, removeTransientVariablesLocal, removeVariable, removeVariable, removeVariableLocal, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setCachedElContext, setTransientVariable, setTransientVariableLocal, setTransientVariables, setTransientVariablesLocal, setVariable, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariableLocal, setVariables, setVariablesLocalMethods inherited from class org.activiti.engine.impl.persistence.entity.AbstractEntity
getId, isInserted, isUpdated, setId, setInserted, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.engine.delegate.DelegateTask
getIdMethods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, isInserted, isUpdated, setId, setInserted, setUpdatedMethods inherited from interface org.activiti.engine.delegate.VariableScope
getTransientVariable, getTransientVariableLocal, getTransientVariables, getTransientVariablesLocal, getVariable, getVariable, getVariable, getVariableInstance, getVariableInstance, getVariableInstanceLocal, getVariableInstanceLocal, getVariableInstances, getVariableInstances, getVariableInstances, getVariableInstancesLocal, getVariableInstancesLocal, getVariableInstancesLocal, getVariableLocal, getVariableLocal, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariables, getVariables, getVariablesLocal, getVariablesLocal, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeTransientVariable, removeTransientVariableLocal, removeTransientVariables, removeTransientVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setTransientVariable, setTransientVariableLocal, setTransientVariables, setTransientVariablesLocal, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariables, setVariablesLocal
-
Field Details
-
DELETE_REASON_COMPLETED
- See Also:
-
DELETE_REASON_DELETED
- See Also:
-
owner
-
assigneeUpdatedCount
protected int assigneeUpdatedCount -
originalAssignee
-
assignee
-
delegationState
-
parentTaskId
-
name
-
localizedName
-
description
-
localizedDescription
-
priority
protected int priority -
createTime
-
dueDate
-
suspensionState
protected int suspensionState -
category
-
isIdentityLinksInitialized
protected boolean isIdentityLinksInitialized -
taskIdentityLinkEntities
-
executionId
-
execution
-
processInstanceId
-
processInstance
-
processDefinitionId
-
taskDefinitionKey
-
formKey
-
isDeleted
protected boolean isDeleted -
isCanceled
protected boolean isCanceled -
eventName
-
currentActivitiListener
-
tenantId
-
queryVariables
-
forcedUpdate
protected boolean forcedUpdate -
claimTime
-
appVersion
-
businessKey
-
-
Constructor Details
-
TaskEntityImpl
public TaskEntityImpl()
-
-
Method Details
-
getPersistentState
Description copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceEntity
-
getRevisionNext
public int getRevisionNext()- Specified by:
getRevisionNextin interfaceHasRevision- Overrides:
getRevisionNextin classAbstractEntity
-
forceUpdate
public void forceUpdate()- Specified by:
forceUpdatein interfaceTaskEntity
-
getParentVariableScope
- Specified by:
getParentVariableScopein classVariableScopeImpl
-
initializeVariableInstanceBackPointer
- Specified by:
initializeVariableInstanceBackPointerin classVariableScopeImpl
-
loadVariableInstances
- Specified by:
loadVariableInstancesin classVariableScopeImpl
-
createVariableInstance
protected VariableInstanceEntity createVariableInstance(String variableName, Object value, ExecutionEntity sourceActivityExecution) - Overrides:
createVariableInstancein classVariableScopeImpl
-
updateVariableInstance
protected void updateVariableInstance(VariableInstanceEntity variableInstance, Object value, ExecutionEntity sourceActivityExecution) - Overrides:
updateVariableInstancein classVariableScopeImpl
-
getExecution
Description copied from interface:DelegateTaskReturns the execution currently at the task.- Specified by:
getExecutionin interfaceDelegateTask- Specified by:
getExecutionin interfaceTaskEntity
-
addCandidateUser
Description copied from interface:DelegateTaskAdds the given user as a candidate user to this task.- Specified by:
addCandidateUserin interfaceDelegateTask
-
addCandidateUsers
Description copied from interface:DelegateTaskAdds multiple users as candidate user to this task.- Specified by:
addCandidateUsersin interfaceDelegateTask
-
addCandidateGroup
Description copied from interface:DelegateTaskAdds the given group as candidate group to this task- Specified by:
addCandidateGroupin interfaceDelegateTask
-
addCandidateGroups
Description copied from interface:DelegateTaskAdds multiple groups as candidate group to this task.- Specified by:
addCandidateGroupsin interfaceDelegateTask
-
addUserIdentityLink
Description copied from interface:DelegateTaskInvolves a user with a task. The type of identity link is defined by the given identityLinkType.- Specified by:
addUserIdentityLinkin interfaceDelegateTask- Parameters:
userId- id of the user involve, cannot be null.identityLinkType- type of identityLink, cannot be null (@seeIdentityLinkType).
-
addUserIdentityLink
Description copied from interface:DelegateTaskInvolves a user with a task. The type of identity link is defined by the given identityLinkType.- Specified by:
addUserIdentityLinkin interfaceDelegateTask- Parameters:
userId- id of the user involve, cannot be null.identityLinkType- type of identityLink, cannot be null (@seeIdentityLinkType).details- serialized details of the identity link.
-
addGroupIdentityLink
Description copied from interface:DelegateTaskInvolves a group with group task. The type of identityLink is defined by the given identityLink.- Specified by:
addGroupIdentityLinkin interfaceDelegateTask- Parameters:
groupId- id of the group to involve, cannot be null.identityLinkType- type of identity, cannot be null (@seeIdentityLinkType).
-
getCandidates
Description copied from interface:DelegateTaskRetrieves the candidate users and groups associated with the task.- Specified by:
getCandidatesin interfaceDelegateTask- Returns:
- set of
IdentityLinks of typeIdentityLinkType.CANDIDATE.
-
deleteCandidateGroup
Description copied from interface:DelegateTaskConvenience shorthand for#deleteGroupIdentityLink(String, String, String); with typeIdentityLinkType.CANDIDATE- Specified by:
deleteCandidateGroupin interfaceDelegateTask- Parameters:
groupId- id of the group to use as candidate, cannot be null.
-
deleteCandidateUser
Description copied from interface:DelegateTaskConvenience shorthand forDelegateTask.deleteUserIdentityLink(String, String); with typeIdentityLinkType.CANDIDATE- Specified by:
deleteCandidateUserin interfaceDelegateTask- Parameters:
userId- id of the user to use as candidate, cannot be null.
-
deleteGroupIdentityLink
Description copied from interface:DelegateTaskRemoves the association between a group and a task for the given identityLinkType.- Specified by:
deleteGroupIdentityLinkin interfaceDelegateTask- Parameters:
groupId- id of the group to involve, cannot be null.identityLinkType- type of identity, cannot be null (@seeIdentityLinkType).
-
deleteUserIdentityLink
Description copied from interface:DelegateTaskRemoves the association between a user and a task for the given identityLinkType.- Specified by:
deleteUserIdentityLinkin interfaceDelegateTask- Parameters:
userId- id of the user involve, cannot be null.identityLinkType- type of identityLink, cannot be null (@seeIdentityLinkType).
-
getIdentityLinks
- Specified by:
getIdentityLinksin interfaceTaskEntity
-
setExecutionVariables
- Specified by:
setExecutionVariablesin interfaceTaskEntity
-
setName
Description copied from interface:TaskName or title of the task.- Specified by:
setNamein interfaceDelegateTask- Specified by:
setNamein interfaceTask
-
setDescription
Description copied from interface:TaskChange the description of the task- Specified by:
setDescriptionin interfaceDelegateTask- Specified by:
setDescriptionin interfaceTask
-
setAssignee
Description copied from interface:TaskThe {@link User.getId() userId} of the person to which this task is delegated.- Specified by:
setAssigneein interfaceDelegateTask- Specified by:
setAssigneein interfaceTask
-
setOwner
Description copied from interface:TaskThe {@link User.getId() userId} of the person that is responsible for this task.- Specified by:
setOwnerin interfaceDelegateTask- Specified by:
setOwnerin interfaceTask
-
setDueDate
Description copied from interface:TaskChange due date of the task.- Specified by:
setDueDatein interfaceDelegateTask- Specified by:
setDueDatein interfaceTask
-
setPriority
public void setPriority(int priority) Description copied from interface:TaskSets the indication of how important/urgent this task is- Specified by:
setPriorityin interfaceDelegateTask- Specified by:
setPriorityin interfaceTask
-
setCategory
Description copied from interface:TaskChange the category of the task. This is an optional field and allows to 'tag' tasks as belonging to a certain category.- Specified by:
setCategoryin interfaceDelegateTask- Specified by:
setCategoryin interfaceTask
-
setParentTaskId
Description copied from interface:Taskthe parent task for which this task is a subtask- Specified by:
setParentTaskIdin interfaceTask
-
setBusinessKey
- Specified by:
setBusinessKeyin interfaceTaskEntity
-
getFormKey
Description copied from interface:TaskInfoThe form key for the user task- Specified by:
getFormKeyin interfaceDelegateTask- Specified by:
getFormKeyin interfaceTaskInfo
-
setFormKey
Description copied from interface:TaskChange the form key of the task- Specified by:
setFormKeyin interfaceDelegateTask- Specified by:
setFormKeyin interfaceTask
-
isActivityIdUsedForDetails
protected boolean isActivityIdUsedForDetails()Description copied from class:VariableScopeImplExecution variable updates have activity instance ids, but historic task variable updates don't.- Overrides:
isActivityIdUsedForDetailsin classVariableScopeImpl
-
getSpecificVariable
- Specified by:
getSpecificVariablein classVariableScopeImpl
-
getSpecificVariables
- Specified by:
getSpecificVariablesin classVariableScopeImpl
-
getRevision
public int getRevision()- Specified by:
getRevisionin interfaceHasRevision- Overrides:
getRevisionin classAbstractEntity
-
setRevision
public void setRevision(int revision) - Specified by:
setRevisionin interfaceHasRevision- Overrides:
setRevisionin classAbstractEntity
-
getName
Description copied from interface:TaskInfoName or title of the task.- Specified by:
getNamein interfaceDelegateTask- Specified by:
getNamein interfaceTaskInfo
-
getLocalizedName
-
setLocalizedName
Description copied from interface:TaskSets an optional localized name for the task.- Specified by:
setLocalizedNamein interfaceTask
-
getDescription
Description copied from interface:TaskInfoFree text description of the task.- Specified by:
getDescriptionin interfaceDelegateTask- Specified by:
getDescriptionin interfaceTaskInfo
-
getLocalizedDescription
-
setLocalizedDescription
Description copied from interface:TaskSets an optional localized description for the task.- Specified by:
setLocalizedDescriptionin interfaceTask
-
getDueDate
Description copied from interface:TaskInfoDue date of the task.- Specified by:
getDueDatein interfaceDelegateTask- Specified by:
getDueDatein interfaceTaskInfo
-
getPriority
public int getPriority()Description copied from interface:TaskInfoIndication of how important/urgent this task is- Specified by:
getPriorityin interfaceDelegateTask- Specified by:
getPriorityin interfaceTaskInfo
-
getCreateTime
Description copied from interface:TaskInfoThe date/time when this task was created- Specified by:
getCreateTimein interfaceDelegateTask- Specified by:
getCreateTimein interfaceTaskInfo
-
setCreateTime
- Specified by:
setCreateTimein interfaceTaskEntity
-
getExecutionId
Description copied from interface:TaskInfoReference to the path of execution or null if it is not related to a process instance.- Specified by:
getExecutionIdin interfaceDelegateTask- Specified by:
getExecutionIdin interfaceTaskInfo
-
getProcessInstanceId
Description copied from interface:TaskInfoReference to the process instance or null if it is not related to a process instance.- Specified by:
getProcessInstanceIdin interfaceDelegateTask- Specified by:
getProcessInstanceIdin interfaceTaskInfo
-
getProcessDefinitionId
Description copied from interface:TaskInfoReference to the process definition or null if it is not related to a process.- Specified by:
getProcessDefinitionIdin interfaceDelegateTask- Specified by:
getProcessDefinitionIdin interfaceTaskInfo
-
setProcessDefinitionId
- Specified by:
setProcessDefinitionIdin interfaceTaskEntity
-
getAssignee
Description copied from interface:TaskInfoThe {@link User.getId() userId} of the person to which this task is delegated.- Specified by:
getAssigneein interfaceDelegateTask- Specified by:
getAssigneein interfaceTaskInfo
-
getOriginalAssignee
-
getTaskDefinitionKey
Description copied from interface:TaskInfoThe id of the activity in the process defining this task or null if this is not related to a process- Specified by:
getTaskDefinitionKeyin interfaceDelegateTask- Specified by:
getTaskDefinitionKeyin interfaceTaskInfo
-
setTaskDefinitionKey
- Specified by:
setTaskDefinitionKeyin interfaceTaskEntity
-
getEventName
Description copied from interface:DelegateTaskReturns the event name which triggered the task listener to fire for this task.- Specified by:
getEventNamein interfaceDelegateTask
-
setEventName
- Specified by:
setEventNamein interfaceTaskEntity
-
getCurrentActivitiListener
- Specified by:
getCurrentActivitiListenerin interfaceDelegateTask
-
setCurrentActivitiListener
- Specified by:
setCurrentActivitiListenerin interfaceTaskEntity
-
setExecutionId
- Specified by:
setExecutionIdin interfaceTaskEntity
-
getProcessInstance
- Specified by:
getProcessInstancein interfaceTaskEntity
-
setProcessInstance
-
setExecution
- Specified by:
setExecutionin interfaceTaskEntity
-
setProcessInstanceId
- Specified by:
setProcessInstanceIdin interfaceTaskEntity
-
getOwner
Description copied from interface:TaskInfoThe {@link User.getId() userId} of the person that is responsible for this task.- Specified by:
getOwnerin interfaceDelegateTask- Specified by:
getOwnerin interfaceTaskInfo
-
getDelegationState
Description copied from interface:TaskThe currentDelegationStatefor this task.- Specified by:
getDelegationStatein interfaceDelegateTask- Specified by:
getDelegationStatein interfaceTask
-
setDelegationState
Description copied from interface:TaskThe currentDelegationStatefor this task.- Specified by:
setDelegationStatein interfaceTask
-
getDelegationStateString
-
setDelegationStateString
-
isDeleted
public boolean isDeleted()- Specified by:
isDeletedin interfaceEntity- Specified by:
isDeletedin interfaceTaskEntity- Overrides:
isDeletedin classAbstractEntity
-
setDeleted
public void setDeleted(boolean isDeleted) - Specified by:
setDeletedin interfaceEntity- Specified by:
setDeletedin interfaceTaskEntity- Overrides:
setDeletedin classAbstractEntity
-
isCanceled
public boolean isCanceled()- Specified by:
isCanceledin interfaceTaskEntity
-
setCanceled
public void setCanceled(boolean isCanceled) - Specified by:
setCanceledin interfaceTaskEntity
-
getParentTaskId
Description copied from interface:TaskInfoThe parent task for which this task is a subtask- Specified by:
getParentTaskIdin interfaceTaskInfo
-
getBusinessKey
- Specified by:
getBusinessKeyin interfaceTaskInfo
-
getVariableInstanceEntities
- Specified by:
getVariableInstanceEntitiesin interfaceTaskEntity- Overrides:
getVariableInstanceEntitiesin classVariableScopeImpl
-
getSuspensionState
public int getSuspensionState()- Specified by:
getSuspensionStatein interfaceTaskEntity
-
setSuspensionState
public void setSuspensionState(int suspensionState) - Specified by:
setSuspensionStatein interfaceTaskEntity
-
getCategory
Description copied from interface:TaskInfoThe category of the task. This is an optional field and allows to 'tag' tasks as belonging to a certain category.- Specified by:
getCategoryin interfaceDelegateTask- Specified by:
getCategoryin interfaceTaskInfo
-
isSuspended
public boolean isSuspended()Description copied from interface:TaskIndicates whether this task is suspended or not.- Specified by:
isSuspendedin interfaceDelegateTask- Specified by:
isSuspendedin interfaceTask
-
getTaskLocalVariables
Description copied from interface:TaskInfoReturns the local task variables if requested in the task query- Specified by:
getTaskLocalVariablesin interfaceTaskInfo
-
getProcessVariables
Description copied from interface:TaskInfoReturns the process variables if requested in the task query- Specified by:
getProcessVariablesin interfaceTaskInfo
-
getTenantId
Description copied from interface:TaskInfoThe tenant identifier of this task- Specified by:
getTenantIdin interfaceDelegateTask- Specified by:
getTenantIdin interfaceTaskInfo
-
setTenantId
Description copied from interface:TaskChange the tenantId of the task- Specified by:
setTenantIdin interfaceTask
-
getQueryVariables
-
setQueryVariables
-
getClaimTime
Description copied from interface:TaskInfoThe claim time of this task- Specified by:
getClaimTimein interfaceTaskEntity- Specified by:
getClaimTimein interfaceTaskInfo
-
setClaimTime
- Specified by:
setClaimTimein interfaceTaskEntity
-
getAppVersion
- Specified by:
getAppVersionin interfaceTask
-
setAppVersion
- Specified by:
setAppVersionin interfaceTask
-
toString
-