public class CasePageTask extends Task
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignee |
protected List<String> |
candidateGroups |
protected List<String> |
candidateUsers |
protected String |
formKey |
protected String |
icon |
protected String |
label |
protected String |
owner |
protected boolean |
sameDeployment |
protected String |
type |
static String |
TYPE |
async, blocking, blockingExpression, exclusivedefaultControl, lifecycleListeners, planItemRefname, parentdocumentation, documentationTextFormatattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
CasePageTask() |
| Modifier and Type | Method and Description |
|---|---|
CasePageTask |
clone() |
String |
getAssignee() |
List<String> |
getCandidateGroups() |
List<String> |
getCandidateUsers() |
String |
getFormKey() |
String |
getIcon() |
String |
getLabel() |
String |
getOwner() |
String |
getType() |
boolean |
isSameDeployment() |
void |
setAssignee(String assignee) |
void |
setCandidateGroups(List<String> candidateGroups) |
void |
setCandidateUsers(List<String> candidateUsers) |
void |
setFormKey(String formKey) |
void |
setIcon(String icon) |
void |
setLabel(String label) |
void |
setOwner(String owner) |
void |
setSameDeployment(boolean sameDeployment) |
void |
setType(String type) |
void |
setValues(CasePageTask otherElement) |
getBlockingExpression, isAsync, isBlocking, isExclusive, setAsync, setBlocking, setBlockingExpression, setExclusive, setValuesgetDefaultControl, getLifecycleListeners, getPlanItemRef, setDefaultControl, setLifecycleListeners, setPlanItemRef, setValues, toStringgetName, getParent, getParentStage, setName, setParentgetDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberpublic static final String TYPE
protected String type
protected String formKey
protected boolean sameDeployment
protected String label
protected String icon
protected String assignee
protected String owner
public String getType()
public void setType(String type)
public String getLabel()
public void setLabel(String label)
public String getIcon()
public void setIcon(String icon)
public String getFormKey()
public void setFormKey(String formKey)
public boolean isSameDeployment()
public void setSameDeployment(boolean sameDeployment)
public String getAssignee()
public void setAssignee(String assignee)
public String getOwner()
public void setOwner(String owner)
public CasePageTask clone()
public void setValues(CasePageTask otherElement)
Copyright © 2021 Flowable. All rights reserved.