Package org.flowable.bpmn.model.alfresco
Class AlfrescoUserTask
java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.FlowElement
org.flowable.bpmn.model.FlowNode
org.flowable.bpmn.model.Activity
org.flowable.bpmn.model.Task
org.flowable.bpmn.model.UserTask
org.flowable.bpmn.model.alfresco.AlfrescoUserTask
- All Implemented Interfaces:
HasExecutionListeners
,HasExtensionAttributes
-
Field Summary
FieldsFields inherited from class org.flowable.bpmn.model.UserTask
assignee, businessCalendarName, candidateGroups, candidateUsers, category, customGroupIdentityLinks, customProperties, customUserIdentityLinks, dueDate, extensionId, formKey, formProperties, owner, priority, sameDeployment, skipExpression, taskCompleterVariableName, taskIdVariableName, taskListeners, validateFormFields
Fields inherited from class org.flowable.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptions
Fields inherited from class org.flowable.bpmn.model.FlowNode
asynchronous, asynchronousLeave, asynchronousLeaveNotExclusive, behavior, incomingFlows, notExclusive, outgoingFlows
Fields inherited from class org.flowable.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainer
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
getRunAs()
void
void
setScriptProcessor
(String scriptProcessor) void
setValues
(AlfrescoUserTask otherElement) Methods inherited from class org.flowable.bpmn.model.UserTask
addCustomGroupIdentityLink, addCustomUserIdentityLink, getAssignee, getBusinessCalendarName, getCandidateGroups, getCandidateUsers, getCategory, getCustomGroupIdentityLinks, getCustomProperties, getCustomUserIdentityLinks, getDueDate, getExtensionId, getFormKey, getFormProperties, getOwner, getPriority, getSkipExpression, getTaskCompleterVariableName, getTaskIdVariableName, getTaskListeners, getValidateFormFields, isExtended, isSameDeployment, setAssignee, setBusinessCalendarName, setCandidateGroups, setCandidateUsers, setCategory, setCustomGroupIdentityLinks, setCustomProperties, setCustomUserIdentityLinks, setDueDate, setExtensionId, setFormKey, setFormProperties, setOwner, setPriority, setSameDeployment, setSkipExpression, setTaskCompleterVariableName, setTaskIdVariableName, setTaskListeners, setValidateFormFields, setValues
Methods inherited from class org.flowable.bpmn.model.Activity
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValues
Methods inherited from class org.flowable.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isAsynchronousLeave, isAsynchronousLeaveExclusive, isAsynchronousLeaveNotExclusive, isExclusive, isNotExclusive, setAsynchronous, setAsynchronousLeave, setAsynchronousLeaveExclusive, setAsynchronousLeaveNotExclusive, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
Methods inherited from class org.flowable.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValues
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
ALFRESCO_SCRIPT_TASK_LISTENER
- See Also:
-
runAs
-
scriptProcessor
-
-
Constructor Details
-
AlfrescoUserTask
public AlfrescoUserTask()
-
-
Method Details