Package org.activiti.bpmn.model
Class SendTask
- java.lang.Object
-
- All Implemented Interfaces:
AcceptUpdates,HasExecutionListeners,HasExtensionAttributes
public class SendTask extends TaskWithFieldExtensions
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringimplementationTypeprotected java.lang.StringoperationRefprotected 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 SendTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendTaskclone()java.lang.StringgetImplementationType()java.lang.StringgetOperationRef()java.lang.StringgetType()voidsetImplementationType(java.lang.String implementationType)voidsetOperationRef(java.lang.String operationRef)voidsetType(java.lang.String type)voidsetValues(SendTask 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
-
-
-
-
Method Detail
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
getImplementationType
public java.lang.String getImplementationType()
-
setImplementationType
public void setImplementationType(java.lang.String implementationType)
-
getOperationRef
public java.lang.String getOperationRef()
-
setOperationRef
public void setOperationRef(java.lang.String operationRef)
-
clone
public SendTask clone()
- Specified by:
clonein classFlowElement
-
setValues
public void setValues(SendTask otherElement)
-
-