public class UserTaskImpl extends TaskImpl implements UserTask
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
camundaAssigneeAttribute
camunda extensions
|
protected static Attribute<String> |
camundaCandidateGroupsAttribute |
protected static Attribute<String> |
camundaCandidateUsersAttribute |
protected static Attribute<String> |
camundaDueDateAttribute |
protected static Attribute<String> |
camundaFollowUpDateAttribute |
protected static Attribute<String> |
camundaFormHandlerClassAttribute |
protected static Attribute<String> |
camundaFormKeyAttribute |
protected static Attribute<String> |
camundaPriorityAttribute |
protected static Attribute<String> |
implementationAttribute |
protected static ChildElementCollection<Rendering> |
renderingCollection |
camundaAsyncAttribute, camundaExclusiveAttribute
completionQuantityAttribute, dataInputAssociationCollection, dataOutputAssociationCollection, defaultAttribute, ioSpecificationChild, isForCompensationAttribute, loopCharacteristicsChild, propertyCollection, resourceRoleCollection, startQuantityAttribute
incomingCollection, outgoingCollection
auditingChild, categoryValueRefCollection, monitoringChild, nameAttribute
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
UserTaskImpl(ModelTypeInstanceContext context) |
getDiagramElement, isCamundaAsync, isCamundaExclusive, setCamundaAsync, setCamundaExclusive
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, updateAfterReplacement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
getScope, isScope
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDiagramElement, isCamundaAsync, isCamundaExclusive, setCamundaAsync, setCamundaExclusive
getCompletionQuantity, getDataInputAssociations, getDataOutputAssociations, getDefault, getIoSpecification, getLoopCharacteristics, getProperties, getResourceRoles, getStartQuantity, isForCompensation, setCompletionQuantity, setDefault, setForCompensation, setIoSpecification, setLoopCharacteristics, setStartQuantity
getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, setExtensionElements, setId
getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
getId, setId
protected static ChildElementCollection<Rendering> renderingCollection
protected static Attribute<String> camundaAssigneeAttribute
protected static Attribute<String> camundaFormHandlerClassAttribute
public UserTaskImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public UserTaskBuilder builder()
BpmnModelElementInstance
public String getImplementation()
getImplementation
in interface UserTask
public void setImplementation(String implementation)
setImplementation
in interface UserTask
public Collection<Rendering> getRenderings()
getRenderings
in interface UserTask
public String getCamundaAssignee()
getCamundaAssignee
in interface UserTask
public void setCamundaAssignee(String camundaAssignee)
setCamundaAssignee
in interface UserTask
public String getCamundaCandidateGroups()
getCamundaCandidateGroups
in interface UserTask
public void setCamundaCandidateGroups(String camundaCandidateGroups)
setCamundaCandidateGroups
in interface UserTask
public List<String> getCamundaCandidateGroupsList()
getCamundaCandidateGroupsList
in interface UserTask
public void setCamundaCandidateGroupsList(List<String> camundaCandidateGroupsList)
setCamundaCandidateGroupsList
in interface UserTask
public String getCamundaCandidateUsers()
getCamundaCandidateUsers
in interface UserTask
public void setCamundaCandidateUsers(String camundaCandidateUsers)
setCamundaCandidateUsers
in interface UserTask
public List<String> getCamundaCandidateUsersList()
getCamundaCandidateUsersList
in interface UserTask
public void setCamundaCandidateUsersList(List<String> camundaCandidateUsersList)
setCamundaCandidateUsersList
in interface UserTask
public String getCamundaDueDate()
getCamundaDueDate
in interface UserTask
public void setCamundaDueDate(String camundaDueDate)
setCamundaDueDate
in interface UserTask
public String getCamundaFollowUpDate()
getCamundaFollowUpDate
in interface UserTask
public void setCamundaFollowUpDate(String camundaFollowUpDate)
setCamundaFollowUpDate
in interface UserTask
public String getCamundaFormHandlerClass()
getCamundaFormHandlerClass
in interface UserTask
public void setCamundaFormHandlerClass(String camundaFormHandlerClass)
setCamundaFormHandlerClass
in interface UserTask
public String getCamundaFormKey()
getCamundaFormKey
in interface UserTask
public void setCamundaFormKey(String camundaFormKey)
setCamundaFormKey
in interface UserTask
public String getCamundaPriority()
getCamundaPriority
in interface UserTask
public void setCamundaPriority(String camundaPriority)
setCamundaPriority
in interface UserTask
Copyright © 2015. All rights reserved.