Class HumanTaskImpl
java.lang.Object
org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
- All Implemented Interfaces:
CmmnElement,CmmnModelElementInstance,HumanTask,PlanItemDefinition,Task,org.camunda.bpm.model.xml.instance.ModelElementInstance
- Author:
- Roman Smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>camunda extensionsprotected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String>protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Role>protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable>protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanningTable>Deprecated.Fields inherited from class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
inputParameterCollection, inputsCollection, isBlockingAttribute, outputParameterCollection, outputsCollectionFields inherited from class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
defaultControlChild, nameAttributeFields inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
descriptionAttribute, documentationCollection, extensionElementsChild, idAttributeFields inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
modelInstance -
Constructor Summary
ConstructorsConstructorDescriptionHumanTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext) -
Method Summary
Modifier and TypeMethodDescriptioncamunda extensionsstatic voidregisterType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder) voidsetCamundaAssignee(String camundaAssignee) voidsetCamundaCandidateGroups(String camundaCandidateGroups) voidsetCamundaCandidateGroupsList(List<String> camundaCandidateGroupsList) voidsetCamundaCandidateUsers(String camundaCandidateUsers) voidsetCamundaCandidateUsersList(List<String> camundaCandidateUsersList) voidsetCamundaDueDate(String camundaDueDate) voidsetCamundaFollowUpDate(String camundaFollowUpDate) voidsetCamundaFormKey(String camundaFormKey) voidsetCamundaPriority(String camundaPriority) voidsetPerformer(Role performer) voidsetPlanningTable(PlanningTable planningTable) Methods inherited from class org.camunda.bpm.model.cmmn.impl.instance.TaskImpl
getInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlockingMethods inherited from class org.camunda.bpm.model.cmmn.impl.instance.PlanItemDefinitionImpl
getDefaultControl, getName, setDefaultControl, setNameMethods inherited from class org.camunda.bpm.model.cmmn.impl.instance.CmmnElementImpl
getDescription, getDocumentations, getExtensionElements, getId, isCmmn11, setDescription, setExtensionElements, setIdMethods inherited from class org.camunda.bpm.model.xml.impl.instance.ModelElementInstanceImpl
addChildElement, 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, updateAfterReplacementMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.model.cmmn.instance.CmmnElement
getDescription, getDocumentations, getExtensionElements, getId, setDescription, setExtensionElements, setIdMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, 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, updateAfterReplacementMethods inherited from interface org.camunda.bpm.model.cmmn.instance.PlanItemDefinition
getDefaultControl, getName, setDefaultControl, setNameMethods inherited from interface org.camunda.bpm.model.cmmn.instance.Task
getInputParameters, getInputs, getOutputParameters, getOutputs, isBlocking, setIsBlocking
-
Field Details
-
performerRefAttribute
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Role> performerRefAttribute -
planningTableCollection
@Deprecated protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<PlanningTable> planningTableCollectionDeprecated. -
planningTableChild
protected static org.camunda.bpm.model.xml.type.child.ChildElement<PlanningTable> planningTableChild -
camundaAssigneeAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaAssigneeAttributecamunda extensions -
camundaCandidateGroupsAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCandidateGroupsAttribute -
camundaCandidateUsersAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaCandidateUsersAttribute -
camundaDueDateAttribute
-
camundaFollowUpDateAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaFollowUpDateAttribute -
camundaFormKeyAttribute
-
camundaPriorityAttribute
protected static org.camunda.bpm.model.xml.type.attribute.Attribute<String> camundaPriorityAttribute
-
-
Constructor Details
-
HumanTaskImpl
public HumanTaskImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
-
-
Method Details
-
getPerformer
- Specified by:
getPerformerin interfaceHumanTask
-
setPerformer
- Specified by:
setPerformerin interfaceHumanTask
-
getPlanningTables
- Specified by:
getPlanningTablesin interfaceHumanTask
-
getPlanningTable
- Specified by:
getPlanningTablein interfaceHumanTask
-
setPlanningTable
- Specified by:
setPlanningTablein interfaceHumanTask
-
getCamundaAssignee
camunda extensions- Specified by:
getCamundaAssigneein interfaceHumanTask
-
setCamundaAssignee
- Specified by:
setCamundaAssigneein interfaceHumanTask
-
getCamundaCandidateGroups
- Specified by:
getCamundaCandidateGroupsin interfaceHumanTask
-
setCamundaCandidateGroups
- Specified by:
setCamundaCandidateGroupsin interfaceHumanTask
-
getCamundaCandidateGroupsList
- Specified by:
getCamundaCandidateGroupsListin interfaceHumanTask
-
setCamundaCandidateGroupsList
- Specified by:
setCamundaCandidateGroupsListin interfaceHumanTask
-
getCamundaCandidateUsers
- Specified by:
getCamundaCandidateUsersin interfaceHumanTask
-
setCamundaCandidateUsers
- Specified by:
setCamundaCandidateUsersin interfaceHumanTask
-
getCamundaCandidateUsersList
- Specified by:
getCamundaCandidateUsersListin interfaceHumanTask
-
setCamundaCandidateUsersList
- Specified by:
setCamundaCandidateUsersListin interfaceHumanTask
-
getCamundaDueDate
- Specified by:
getCamundaDueDatein interfaceHumanTask
-
setCamundaDueDate
- Specified by:
setCamundaDueDatein interfaceHumanTask
-
getCamundaFollowUpDate
- Specified by:
getCamundaFollowUpDatein interfaceHumanTask
-
setCamundaFollowUpDate
- Specified by:
setCamundaFollowUpDatein interfaceHumanTask
-
getCamundaFormKey
- Specified by:
getCamundaFormKeyin interfaceHumanTask
-
setCamundaFormKey
- Specified by:
setCamundaFormKeyin interfaceHumanTask
-
getCamundaPriority
- Specified by:
getCamundaPriorityin interfaceHumanTask
-
setCamundaPriority
- Specified by:
setCamundaPriorityin interfaceHumanTask
-
registerType
public static void registerType(org.camunda.bpm.model.xml.ModelBuilder modelBuilder)
-