Class CreateHumanTaskBeforeContext
java.lang.Object
org.flowable.cmmn.engine.interceptor.CreateHumanTaskBeforeContext
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreateHumanTaskBeforeContext(org.flowable.cmmn.model.HumanTask humanTask, PlanItemInstanceEntity planItemInstanceEntity, String name, String description, String dueDate, String priority, String category, String formKey, String assignee, String owner, List<String> candidateUsers, List<String> candidateGroups) -
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.cmmn.model.HumanTaskgetName()getOwner()voidsetAssignee(String assignee) voidsetCandidateGroups(List<String> candidateGroups) voidsetCandidateUsers(List<String> candidateUsers) voidsetCategory(String category) voidsetDescription(String description) voidsetDueDate(String dueDate) voidsetFormKey(String formKey) voidsetHumanTask(org.flowable.cmmn.model.HumanTask humanTask) voidvoidvoidsetPlanItemInstanceEntity(PlanItemInstanceEntity planItemInstanceEntity) voidsetPriority(String priority)
-
Field Details
-
humanTask
protected org.flowable.cmmn.model.HumanTask humanTask -
planItemInstanceEntity
-
name
-
description
-
dueDate
-
priority
-
category
-
formKey
-
assignee
-
owner
-
candidateUsers
-
candidateGroups
-
-
Constructor Details
-
CreateHumanTaskBeforeContext
public CreateHumanTaskBeforeContext() -
CreateHumanTaskBeforeContext
public CreateHumanTaskBeforeContext(org.flowable.cmmn.model.HumanTask humanTask, PlanItemInstanceEntity planItemInstanceEntity, String name, String description, String dueDate, String priority, String category, String formKey, String assignee, String owner, List<String> candidateUsers, List<String> candidateGroups)
-
-
Method Details
-
getHumanTask
public org.flowable.cmmn.model.HumanTask getHumanTask() -
setHumanTask
public void setHumanTask(org.flowable.cmmn.model.HumanTask humanTask) -
getPlanItemInstanceEntity
-
setPlanItemInstanceEntity
-
getName
-
setName
-
getDescription
-
setDescription
-
getDueDate
-
setDueDate
-
getPriority
-
setPriority
-
getCategory
-
setCategory
-
getFormKey
-
setFormKey
-
getAssignee
-
setAssignee
-
getOwner
-
setOwner
-
getCandidateUsers
-
setCandidateUsers
-
getCandidateGroups
-
setCandidateGroups
-