Package org.activiti.bpmn.model
Class ServiceTask
- All Implemented Interfaces:
AcceptUpdates,HasExecutionListeners,HasExtensionAttributes
- Direct Known Subclasses:
AlfrescoMailTask,AlfrescoScriptTask
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CustomProperty>static final Stringprotected Stringprotected Stringprotected Stringstatic final Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.activiti.bpmn.model.TaskWithFieldExtensions
fieldExtensionsFields 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 TypeMethodDescriptionclone()getType()booleanbooleanvoidsetCustomProperties(List<CustomProperty> customProperties) voidsetExtensionId(String extensionId) voidsetImplementation(String implementation) voidsetImplementationType(String implementationType) voidsetOperationRef(String operationRef) voidsetResultVariableName(String resultVariableName) voidsetSkipExpression(String skipExpression) voidvoidsetValues(ServiceTask otherElement) Methods inherited from class org.activiti.bpmn.model.TaskWithFieldExtensions
getFieldExtensions, setFieldExtensionsMethods 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, setXmlRowNumberMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept
-
Field Details
-
DMN_TASK
- See Also:
-
MAIL_TASK
- See Also:
-
implementation
-
implementationType
-
resultVariableName
-
type
-
operationRef
-
extensionId
-
customProperties
-
skipExpression
-
-
Constructor Details
-
ServiceTask
public ServiceTask()
-
-
Method Details
-
getImplementation
-
setImplementation
-
getImplementationType
-
setImplementationType
-
getResultVariableName
-
setResultVariableName
-
getType
-
setType
-
getCustomProperties
-
setCustomProperties
-
getOperationRef
-
setOperationRef
-
getExtensionId
-
setExtensionId
-
isExtended
public boolean isExtended() -
getSkipExpression
-
setSkipExpression
-
hasBoundaryErrorEvents
public boolean hasBoundaryErrorEvents() -
clone
-
setValues
-