Package org.activiti.bpmn.model
Class UserTask
- All Implemented Interfaces:
AcceptUpdates,HasExecutionListeners,HasExtensionAttributes
- Direct Known Subclasses:
AlfrescoUserTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected List<CustomProperty>protected Stringprotected Stringprotected Stringprotected List<FormProperty>protected Stringprotected Stringprotected Stringprotected List<ActivitiListener>Fields inherited from class org.activiti.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsFields inherited from class org.activiti.bpmn.model.FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsFields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ReferenceOverrider referenceOverrider) voidaddCustomGroupIdentityLink(String groupId, String type) voidaddCustomUserIdentityLink(String userId, String type) clone()getOwner()booleanvoidsetAssignee(String assignee) voidsetBusinessCalendarName(String businessCalendarName) voidsetCandidateGroups(List<String> candidateGroups) voidsetCandidateUsers(List<String> candidateUsers) voidsetCategory(String category) voidsetCustomGroupIdentityLinks(Map<String, Set<String>> customGroupIdentityLinks) voidsetCustomProperties(List<CustomProperty> customProperties) voidsetCustomUserIdentityLinks(Map<String, Set<String>> customUserIdentityLinks) voidsetDueDate(String dueDate) voidsetExtensionId(String extensionId) voidsetFormKey(String formKey) voidsetFormProperties(List<FormProperty> formProperties) voidvoidsetPriority(String priority) voidsetSkipExpression(String skipExpression) voidsetTaskListeners(List<ActivitiListener> taskListeners) voidMethods inherited from class org.activiti.bpmn.model.Activity
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesMethods inherited from class org.activiti.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesMethods inherited from class org.activiti.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
assignee
-
owner
-
priority
-
formKey
-
dueDate
-
businessCalendarName
-
category
-
extensionId
-
candidateUsers
-
candidateGroups
-
formProperties
-
taskListeners
-
skipExpression
-
customUserIdentityLinks
-
customGroupIdentityLinks
-
customProperties
-
-
Constructor Details
-
UserTask
public UserTask()
-
-
Method Details
-
getAssignee
-
setAssignee
-
getOwner
-
setOwner
-
getPriority
-
setPriority
-
getFormKey
-
setFormKey
-
getDueDate
-
setDueDate
-
getBusinessCalendarName
-
setBusinessCalendarName
-
getCategory
-
setCategory
-
getExtensionId
-
setExtensionId
-
isExtended
public boolean isExtended() -
getCandidateUsers
-
setCandidateUsers
-
getCandidateGroups
-
setCandidateGroups
-
getFormProperties
-
setFormProperties
-
getTaskListeners
-
setTaskListeners
-
addCustomUserIdentityLink
-
addCustomGroupIdentityLink
-
getCustomUserIdentityLinks
-
setCustomUserIdentityLinks
-
getCustomGroupIdentityLinks
-
setCustomGroupIdentityLinks
-
getCustomProperties
-
setCustomProperties
-
getSkipExpression
-
setSkipExpression
-
clone
-
setValues
-
accept
-