Package org.activiti.bpmn.model
Class ServiceTask
-
- All Implemented Interfaces:
AcceptUpdates,HasExecutionListeners,HasExtensionAttributes
- Direct Known Subclasses:
AlfrescoMailTask,AlfrescoScriptTask
public class ServiceTask extends TaskWithFieldExtensions
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CustomProperty>customPropertiesstatic StringDMN_TASKprotected StringextensionIdprotected Stringimplementationprotected StringimplementationTypestatic StringMAIL_TASKprotected StringoperationRefprotected StringresultVariableNameprotected StringskipExpressionprotected Stringtype-
Fields inherited from class org.activiti.bpmn.model.TaskWithFieldExtensions
fieldExtensions
-
Fields inherited from class org.activiti.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptions
-
Fields inherited from class org.activiti.bpmn.model.FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlows
-
Fields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainer
-
Fields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description ServiceTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceTaskclone()List<CustomProperty>getCustomProperties()StringgetExtensionId()StringgetImplementation()StringgetImplementationType()StringgetOperationRef()StringgetResultVariableName()StringgetSkipExpression()StringgetType()booleanisExtended()voidsetCustomProperties(List<CustomProperty> customProperties)voidsetExtensionId(String extensionId)voidsetImplementation(String implementation)voidsetImplementationType(String implementationType)voidsetOperationRef(String operationRef)voidsetResultVariableName(String resultVariableName)voidsetSkipExpression(String skipExpression)voidsetType(String type)voidsetValues(ServiceTask otherElement)-
Methods inherited from class org.activiti.bpmn.model.TaskWithFieldExtensions
getFieldExtensions, setFieldExtensions
-
Methods 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, setValues
-
Methods inherited from class org.activiti.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
-
Methods inherited from class org.activiti.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValues
-
Methods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept
-
-
-
-
Field Detail
-
DMN_TASK
public static final String DMN_TASK
- See Also:
- Constant Field Values
-
MAIL_TASK
public static final String MAIL_TASK
- See Also:
- Constant Field Values
-
implementation
protected String implementation
-
implementationType
protected String implementationType
-
resultVariableName
protected String resultVariableName
-
type
protected String type
-
operationRef
protected String operationRef
-
extensionId
protected String extensionId
-
customProperties
protected List<CustomProperty> customProperties
-
skipExpression
protected String skipExpression
-
-
Method Detail
-
getImplementation
public String getImplementation()
-
setImplementation
public void setImplementation(String implementation)
-
getImplementationType
public String getImplementationType()
-
setImplementationType
public void setImplementationType(String implementationType)
-
getResultVariableName
public String getResultVariableName()
-
setResultVariableName
public void setResultVariableName(String resultVariableName)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getCustomProperties
public List<CustomProperty> getCustomProperties()
-
setCustomProperties
public void setCustomProperties(List<CustomProperty> customProperties)
-
getOperationRef
public String getOperationRef()
-
setOperationRef
public void setOperationRef(String operationRef)
-
getExtensionId
public String getExtensionId()
-
setExtensionId
public void setExtensionId(String extensionId)
-
isExtended
public boolean isExtended()
-
getSkipExpression
public String getSkipExpression()
-
setSkipExpression
public void setSkipExpression(String skipExpression)
-
clone
public ServiceTask clone()
-
setValues
public void setValues(ServiceTask otherElement)
-
-