Class TaskEntityImpl

    • Field Detail

      • DELETE_REASON_COMPLETED

        public static final java.lang.String DELETE_REASON_COMPLETED
        See Also:
        Constant Field Values
      • DELETE_REASON_DELETED

        public static final java.lang.String DELETE_REASON_DELETED
        See Also:
        Constant Field Values
      • owner

        protected java.lang.String owner
      • assigneeUpdatedCount

        protected int assigneeUpdatedCount
      • originalAssignee

        protected java.lang.String originalAssignee
      • assignee

        protected java.lang.String assignee
      • parentTaskId

        protected java.lang.String parentTaskId
      • name

        protected java.lang.String name
      • localizedName

        protected java.lang.String localizedName
      • description

        protected java.lang.String description
      • localizedDescription

        protected java.lang.String localizedDescription
      • priority

        protected int priority
      • createTime

        protected java.util.Date createTime
      • dueDate

        protected java.util.Date dueDate
      • suspensionState

        protected int suspensionState
      • category

        protected java.lang.String category
      • isIdentityLinksInitialized

        protected boolean isIdentityLinksInitialized
      • taskIdentityLinkEntities

        protected java.util.List<IdentityLinkEntity> taskIdentityLinkEntities
      • executionId

        protected java.lang.String executionId
      • processInstanceId

        protected java.lang.String processInstanceId
      • processDefinitionId

        protected java.lang.String processDefinitionId
      • taskDefinitionKey

        protected java.lang.String taskDefinitionKey
      • formKey

        protected java.lang.String formKey
      • isDeleted

        protected boolean isDeleted
      • isCanceled

        protected boolean isCanceled
      • eventName

        protected java.lang.String eventName
      • currentActivitiListener

        protected org.activiti.bpmn.model.ActivitiListener currentActivitiListener
      • tenantId

        protected java.lang.String tenantId
      • forcedUpdate

        protected boolean forcedUpdate
      • claimTime

        protected java.util.Date claimTime
      • appVersion

        protected java.lang.Integer appVersion
      • businessKey

        protected java.lang.String businessKey
    • Constructor Detail

      • TaskEntityImpl

        public TaskEntityImpl()