public class HumanTaskImpl extends TaskImpl implements HumanTask
| Modifier and Type | Field and Description |
|---|---|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaAssigneeAttribute
camunda extensions
|
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaCandidateGroupsAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaCandidateUsersAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaDueDateAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaFollowUpDateAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaFormKeyAttribute |
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> |
camundaPriorityAttribute |
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Role> |
performerRefAttribute |
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable> |
planningTableChild |
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanningTable> |
planningTableCollection
Deprecated.
|
inputParameterCollection, inputsCollection, isBlockingAttribute, outputParameterCollection, outputsCollectiondefaultControlChild, nameAttributedescriptionAttribute, documentationCollection, extensionElementsChild, idAttribute| Constructor and Description |
|---|
HumanTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) |
getInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlockinggetDefaultControl, getName, setDefaultControl, setNamegetDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setIdaddChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlockinggetDefaultControl, getName, setDefaultControl, setNamegetDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Role> performerRefAttribute
@Deprecated protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanningTable> planningTableCollection
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable> planningTableChild
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaAssigneeAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCandidateGroupsAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCandidateUsersAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaDueDateAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaFollowUpDateAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaFormKeyAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaPriorityAttribute
public HumanTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
public Role getPerformer()
getPerformer in interface HumanTaskpublic void setPerformer(Role performer)
setPerformer in interface HumanTaskpublic Collection<PlanningTable> getPlanningTables()
getPlanningTables in interface HumanTaskpublic PlanningTable getPlanningTable()
getPlanningTable in interface HumanTaskpublic void setPlanningTable(PlanningTable planningTable)
setPlanningTable in interface HumanTaskpublic String getCamundaAssignee()
getCamundaAssignee in interface HumanTaskpublic void setCamundaAssignee(String camundaAssignee)
setCamundaAssignee in interface HumanTaskpublic String getCamundaCandidateGroups()
getCamundaCandidateGroups in interface HumanTaskpublic void setCamundaCandidateGroups(String camundaCandidateGroups)
setCamundaCandidateGroups in interface HumanTaskpublic List<String> getCamundaCandidateGroupsList()
getCamundaCandidateGroupsList in interface HumanTaskpublic void setCamundaCandidateGroupsList(List<String> camundaCandidateGroupsList)
setCamundaCandidateGroupsList in interface HumanTaskpublic String getCamundaCandidateUsers()
getCamundaCandidateUsers in interface HumanTaskpublic void setCamundaCandidateUsers(String camundaCandidateUsers)
setCamundaCandidateUsers in interface HumanTaskpublic List<String> getCamundaCandidateUsersList()
getCamundaCandidateUsersList in interface HumanTaskpublic void setCamundaCandidateUsersList(List<String> camundaCandidateUsersList)
setCamundaCandidateUsersList in interface HumanTaskpublic String getCamundaDueDate()
getCamundaDueDate in interface HumanTaskpublic void setCamundaDueDate(String camundaDueDate)
setCamundaDueDate in interface HumanTaskpublic String getCamundaFollowUpDate()
getCamundaFollowUpDate in interface HumanTaskpublic void setCamundaFollowUpDate(String camundaFollowUpDate)
setCamundaFollowUpDate in interface HumanTaskpublic String getCamundaFormKey()
getCamundaFormKey in interface HumanTaskpublic void setCamundaFormKey(String camundaFormKey)
setCamundaFormKey in interface HumanTaskpublic String getCamundaPriority()
getCamundaPriority in interface HumanTaskpublic void setCamundaPriority(String camundaPriority)
setCamundaPriority in interface HumanTaskpublic static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
Copyright © 2018 camunda services GmbH. All rights reserved.