public class HumanTask extends Task
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignee |
protected List<String> |
candidateGroups |
protected List<String> |
candidateUsers |
protected String |
category |
protected String |
dueDate |
protected String |
formKey |
protected String |
owner |
protected String |
priority |
blocking, blockingExpressiondefaultControl, planItemRefname, parentdocumentation, documentationTextFormatattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
HumanTask() |
| Modifier and Type | Method and Description |
|---|---|
HumanTask |
clone() |
String |
getAssignee() |
List<String> |
getCandidateGroups() |
List<String> |
getCandidateUsers() |
String |
getCategory() |
String |
getDueDate() |
String |
getFormKey() |
String |
getOwner() |
String |
getPriority() |
void |
setAssignee(String assignee) |
void |
setCandidateGroups(List<String> candidateGroups) |
void |
setCandidateUsers(List<String> candidateUsers) |
void |
setCategory(String category) |
void |
setDueDate(String dueDate) |
void |
setFormKey(String formKey) |
void |
setOwner(String owner) |
void |
setPriority(String priority) |
void |
setValues(HumanTask otherElement) |
getBlockingExpression, isBlocking, setBlocking, setBlockingExpression, setValuesgetDefaultControl, getPlanItemRef, setDefaultControl, setPlanItemRef, setValues, toStringgetName, getParent, getParentStage, setName, setParentgetDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String assignee
protected String owner
protected String priority
protected String formKey
protected String dueDate
protected String category
public String getAssignee()
public void setAssignee(String assignee)
public String getOwner()
public void setOwner(String owner)
public String getPriority()
public void setPriority(String priority)
public String getFormKey()
public void setFormKey(String formKey)
public String getDueDate()
public void setDueDate(String dueDate)
public String getCategory()
public void setCategory(String category)
public void setValues(HumanTask otherElement)
Copyright © 2017 Flowable. All rights reserved.