Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.TaskEntity

Packages that use TaskEntity
org.camunda.bpm.engine.impl.cfg   
org.camunda.bpm.engine.impl.cfg.auth   
org.camunda.bpm.engine.impl.cfg.multitenancy   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn.behavior   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
org.camunda.bpm.engine.impl.context   
org.camunda.bpm.engine.impl.form.handler   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.migration.instance   
org.camunda.bpm.engine.impl.migration.instance.parser   
org.camunda.bpm.engine.impl.oplog   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.task   
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.cfg
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type TaskEntity
 void CommandChecker.checkCreateTask(TaskEntity task)
          Check if it is allowed to create a task
 void CommandChecker.checkDeleteTask(TaskEntity task)
          Check if it is allowed to delete a task
 void CommandChecker.checkReadTask(TaskEntity task)
          Check if it is allowed to read a task.
 void CommandChecker.checkTaskAssign(TaskEntity task)
          Check if it is allowed to assign a task
 void CommandChecker.checkTaskWork(TaskEntity task)
          Check if it is allowed to work on a task
 void CommandChecker.checkUpdateTask(TaskEntity task)
          Check if it is allowed to update a task
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.cfg.auth
 

Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type TaskEntity
 void AuthorizationCommandChecker.checkCreateTask(TaskEntity entity)
           
 void AuthorizationCommandChecker.checkDeleteTask(TaskEntity task)
           
 void AuthorizationCommandChecker.checkReadTask(TaskEntity task)
           
 void AuthorizationCommandChecker.checkTaskAssign(TaskEntity task)
           
 void AuthorizationCommandChecker.checkTaskWork(TaskEntity task)
           
 void AuthorizationCommandChecker.checkUpdateTask(TaskEntity task)
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
 

Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type TaskEntity
 void TenantCommandChecker.checkCreateTask(TaskEntity task)
           
 void TenantCommandChecker.checkDeleteTask(TaskEntity task)
           
 void TenantCommandChecker.checkReadTask(TaskEntity task)
           
 void TenantCommandChecker.checkTaskAssign(TaskEntity task)
           
 void TenantCommandChecker.checkTaskWork(TaskEntity task)
           
 void TenantCommandChecker.checkUpdateTask(TaskEntity task)
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.cmd
 

Fields in org.camunda.bpm.engine.impl.cmd declared as TaskEntity
protected  TaskEntity DeleteIdentityLinkCmd.task
           
protected  TaskEntity AddIdentityLinkCmd.task
           
protected  TaskEntity SaveTaskCmd.task
           
 

Methods in org.camunda.bpm.engine.impl.cmd that return TaskEntity
protected  TaskEntity RemoveTaskVariablesCmd.getEntity()
           
protected  TaskEntity SetTaskVariablesCmd.getEntity()
           
 

Methods in org.camunda.bpm.engine.impl.cmd with parameters of type TaskEntity
protected  void AddIdentityLinkCmd.checkAddIdentityLink(TaskEntity task, CommandContext commandContext)
           
protected  void ClaimTaskCmd.checkClaimTask(TaskEntity task, CommandContext commandContext)
           
protected  void CompleteTaskCmd.checkCompleteTask(TaskEntity task, CommandContext commandContext)
           
protected  void SaveTaskCmd.checkCreateTask(TaskEntity task, CommandContext commandContext)
           
protected  void DelegateTaskCmd.checkDelegateTask(TaskEntity task, CommandContext commandContext)
           
protected  void DeleteIdentityLinkCmd.checkDeleteIdentityLink(TaskEntity task, CommandContext commandContext)
           
protected  void DeleteTaskCmd.checkDeleteTask(TaskEntity task, CommandContext commandContext)
           
protected  void GetIdentityLinksForTaskCmd.checkGetIdentityLink(TaskEntity task, CommandContext commandContext)
           
protected  void GetTaskFormVariablesCmd.checkGetTaskFormVariables(TaskEntity task, CommandContext commandContext)
           
protected  void GetTaskVariableCmd.checkGetTaskVariable(TaskEntity task, CommandContext commandContext)
           
protected  void GetTaskVariablesCmd.checkGetTaskVariables(TaskEntity task, CommandContext commandContext)
           
protected  void GetTaskVariableCmdTyped.checkGetTaskVariableTyped(TaskEntity task, CommandContext commandContext)
           
protected  void RemoveTaskVariablesCmd.checkRemoveTaskVariables(TaskEntity task)
           
protected  void SetTaskVariablesCmd.checkSetTaskVariables(TaskEntity task)
           
protected  void SaveTaskCmd.checkTaskAssign(TaskEntity task, CommandContext commandContext)
           
protected  void SetTaskPriorityCmd.checkTaskPriority(TaskEntity task, CommandContext commandContext)
           
protected  void ResolveTaskCmd.completeTask(TaskEntity task)
           
protected  void CompleteTaskCmd.completeTask(TaskEntity task)
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.cmmn.behavior
 

Methods in org.camunda.bpm.engine.impl.cmmn.behavior that return TaskEntity
protected  TaskEntity HumanTaskActivityBehavior.getTask(CmmnActivityExecution execution)
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.cmmn.entity.runtime
 

Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return TaskEntity
 TaskEntity CaseExecutionEntity.createTask(TaskDecorator taskDecorator)
           
 TaskEntity CaseExecutionEntity.getTask()
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.cmmn.execution
 

Fields in org.camunda.bpm.engine.impl.cmmn.execution declared as TaskEntity
protected  TaskEntity CmmnExecution.task
           
 

Methods in org.camunda.bpm.engine.impl.cmmn.execution that return TaskEntity
 TaskEntity CmmnExecution.createTask(TaskDecorator taskDecorator)
           
 TaskEntity CmmnExecution.getTask()
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.context
 

Methods in org.camunda.bpm.engine.impl.context with parameters of type TaskEntity
static ProcessApplicationReference ProcessApplicationContextUtil.getTargetProcessApplication(TaskEntity task)
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.form.handler
 

Fields in org.camunda.bpm.engine.impl.form.handler declared as TaskEntity
protected  TaskEntity CreateTaskFormInvocation.task
           
 

Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type TaskEntity
 TaskFormData DefaultTaskFormHandler.createTaskForm(TaskEntity task)
           
 TaskFormData DelegateTaskFormHandler.createTaskForm(TaskEntity task)
           
 TaskFormData TaskFormHandler.createTaskForm(TaskEntity task)
           
 

Constructors in org.camunda.bpm.engine.impl.form.handler with parameters of type TaskEntity
CreateTaskFormInvocation(TaskFormHandler taskFormHandler, TaskEntity task)
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.history.producer
 

Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type TaskEntity
protected  void DefaultHistoryEventProducer.initTaskInstanceEvent(HistoricTaskInstanceEventEntity evt, TaskEntity taskEntity, HistoryEventType eventType)
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.migration.instance
 

Fields in org.camunda.bpm.engine.impl.migration.instance declared as TaskEntity
protected  TaskEntity MigratingUserTaskInstance.userTask
           
 

Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type TaskEntity
MigratingUserTaskInstance(TaskEntity userTask, MigratingActivityInstance migratingActivityInstance)
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.migration.instance.parser
 

Fields in org.camunda.bpm.engine.impl.migration.instance.parser with type parameters of type TaskEntity
protected  Collection<TaskEntity> MigratingInstanceParseContext.tasks
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance.parser that return types with arguments of type TaskEntity
protected  List<TaskEntity> MigratingInstanceParser.fetchTasks(CommandContext commandContext, String processInstanceId)
           
 

Methods in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type TaskEntity
 void MigratingInstanceParseContext.consume(TaskEntity task)
           
 

Method parameters in org.camunda.bpm.engine.impl.migration.instance.parser with type arguments of type TaskEntity
 MigratingInstanceParseContext MigratingInstanceParseContext.tasks(Collection<TaskEntity> tasks)
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.oplog
 

Methods in org.camunda.bpm.engine.impl.oplog with parameters of type TaskEntity
 UserOperationLogContextEntryBuilder UserOperationLogContextEntryBuilder.inContextOf(TaskEntity task, List<PropertyChange> propertyChanges)
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.persistence.entity
 

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as TaskEntity
protected  TaskEntity IdentityLinkEntity.task
           
protected  TaskEntity TaskEntityReferencer.task
           
 

Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type TaskEntity
protected  List<TaskEntity> ExecutionEntity.tasks
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return TaskEntity
static TaskEntity TaskEntity.create()
          new task.
static TaskEntity TaskEntity.createAndInsert(VariableScope execution)
          creates and initializes a new persistent task.
 TaskEntity TaskManager.findTaskByCaseExecutionId(String caseExecutionId)
           
 TaskEntity TaskManager.findTaskById(String id)
           
 TaskEntity IdentityLinkEntity.getTask()
           
protected  TaskEntity VariableInstanceEntity.getTask()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type TaskEntity
 List<TaskEntity> TaskManager.findTasksByExecutionId(String executionId)
           
 List<TaskEntity> TaskManager.findTasksByProcessInstanceId(String processInstanceId)
           
 List<TaskEntity> ExecutionEntity.getTasks()
           
protected  List<TaskEntity> ExecutionEntity.getTasksInternal()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TaskEntity
 void ExecutionEntity.addTask(TaskEntity taskEntity)
           
protected  void TaskManager.createDefaultAuthorizations(TaskEntity task)
           
 void HistoricTaskInstanceManager.createHistoricTask(TaskEntity task)
           
 void TaskManager.deleteTask(TaskEntity task, String deleteReason, boolean cascade, boolean skipCustomListeners)
           
 void VariableInstanceManager.deleteVariableInstanceByTask(TaskEntity task)
           
 void TaskManager.insertTask(TaskEntity task)
           
 void UserOperationLogManager.logAttachmentOperation(String operation, TaskEntity task, PropertyChange propertyChange)
           
 void UserOperationLogManager.logLinkOperation(String operation, TaskEntity task, PropertyChange propertyChange)
           
 void UserOperationLogManager.logTaskOperations(String operation, TaskEntity task, List<PropertyChange> propertyChanges)
           
 void ExecutionEntity.removeTask(TaskEntity task)
           
 void IdentityLinkEntity.setTask(TaskEntity task)
           
 void VariableInstanceEntity.setTask(TaskEntity task)
           
protected  boolean TaskEntity.tenantIdIsSame(TaskEntity otherTask)
           
 void HistoricTaskInstanceManager.updateHistoricTaskInstance(TaskEntity taskEntity)
           
 

Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type TaskEntity
 void ExecutionEntity.restoreProcessInstance(Collection<ExecutionEntity> executions, Collection<EventSubscriptionEntity> eventSubscriptions, Collection<VariableInstanceEntity> variables, Collection<TaskEntity> tasks, Collection<JobEntity> jobs, Collection<IncidentEntity> incidents, Collection<ExternalTaskEntity> externalTasks)
          Restores a complete process instance tree including referenced entities.
 

Constructors in org.camunda.bpm.engine.impl.persistence.entity with parameters of type TaskEntity
TaskEntityReferencer(TaskEntity task)
           
 

Uses of TaskEntity in org.camunda.bpm.engine.impl.task
 

Methods in org.camunda.bpm.engine.impl.task with parameters of type TaskEntity
 void TaskDecorator.decorate(TaskEntity task, VariableScope variableScope)
           
protected  void TaskDecorator.initializeTaskAssignee(TaskEntity task, VariableScope variableScope)
           
protected  void TaskDecorator.initializeTaskAssignments(TaskEntity task, VariableScope variableScope)
           
protected  void TaskDecorator.initializeTaskCandidateGroups(TaskEntity task, VariableScope variableScope)
           
protected  void TaskDecorator.initializeTaskCandidateUsers(TaskEntity task, VariableScope variableScope)
           
protected  void TaskDecorator.initializeTaskDescription(TaskEntity task, VariableScope variableScope)
           
protected  void TaskDecorator.initializeTaskDueDate(TaskEntity task, VariableScope variableScope)
           
protected  void TaskDecorator.initializeTaskFollowUpDate(TaskEntity task, VariableScope variableScope)
           
protected  void TaskDecorator.initializeTaskName(TaskEntity task, VariableScope variableScope)
           
protected  void TaskDecorator.initializeTaskPriority(TaskEntity task, VariableScope variableScope)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.