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, validateFormFieldsFields inherited from class org.flowable.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsFields inherited from class org.flowable.bpmn.model.FlowNode
asynchronous, asynchronousLeave, asynchronousLeaveNotExclusive, behavior, incomingFlows, notExclusive, outgoingFlowsFields inherited from class org.flowable.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()getRunAs()voidvoidsetScriptProcessor(String scriptProcessor) voidsetValues(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, setValuesMethods 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, setValuesMethods 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, setValuesMethods inherited from class org.flowable.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods 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