Package org.activiti.bpmn.model
Class ServiceTask
- java.lang.Object
-
- 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 java.util.List<CustomProperty>customPropertiesstatic java.lang.StringDMN_TASKprotected java.lang.StringextensionIdprotected java.lang.Stringimplementationprotected java.lang.StringimplementationTypestatic java.lang.StringMAIL_TASKprotected java.lang.StringoperationRefprotected java.lang.StringresultVariableNameprotected java.lang.StringskipExpressionprotected java.lang.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()java.util.List<CustomProperty>getCustomProperties()java.lang.StringgetExtensionId()java.lang.StringgetImplementation()java.lang.StringgetImplementationType()java.lang.StringgetOperationRef()java.lang.StringgetResultVariableName()java.lang.StringgetSkipExpression()java.lang.StringgetType()booleanisExtended()voidsetCustomProperties(java.util.List<CustomProperty> customProperties)voidsetExtensionId(java.lang.String extensionId)voidsetImplementation(java.lang.String implementation)voidsetImplementationType(java.lang.String implementationType)voidsetOperationRef(java.lang.String operationRef)voidsetResultVariableName(java.lang.String resultVariableName)voidsetSkipExpression(java.lang.String skipExpression)voidsetType(java.lang.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 java.lang.String DMN_TASK
- See Also:
- Constant Field Values
-
MAIL_TASK
public static final java.lang.String MAIL_TASK
- See Also:
- Constant Field Values
-
implementation
protected java.lang.String implementation
-
implementationType
protected java.lang.String implementationType
-
resultVariableName
protected java.lang.String resultVariableName
-
type
protected java.lang.String type
-
operationRef
protected java.lang.String operationRef
-
extensionId
protected java.lang.String extensionId
-
customProperties
protected java.util.List<CustomProperty> customProperties
-
skipExpression
protected java.lang.String skipExpression
-
-
Method Detail
-
getImplementation
public java.lang.String getImplementation()
-
setImplementation
public void setImplementation(java.lang.String implementation)
-
getImplementationType
public java.lang.String getImplementationType()
-
setImplementationType
public void setImplementationType(java.lang.String implementationType)
-
getResultVariableName
public java.lang.String getResultVariableName()
-
setResultVariableName
public void setResultVariableName(java.lang.String resultVariableName)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getCustomProperties
public java.util.List<CustomProperty> getCustomProperties()
-
setCustomProperties
public void setCustomProperties(java.util.List<CustomProperty> customProperties)
-
getOperationRef
public java.lang.String getOperationRef()
-
setOperationRef
public void setOperationRef(java.lang.String operationRef)
-
getExtensionId
public java.lang.String getExtensionId()
-
setExtensionId
public void setExtensionId(java.lang.String extensionId)
-
isExtended
public boolean isExtended()
-
getSkipExpression
public java.lang.String getSkipExpression()
-
setSkipExpression
public void setSkipExpression(java.lang.String skipExpression)
-
clone
public ServiceTask clone()
- Specified by:
clonein classFlowElement
-
setValues
public void setValues(ServiceTask otherElement)
-
-