public class SendTask extends Task
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldExtension> |
fieldExtensions |
protected String |
implementationType |
protected String |
operationRef |
protected String |
type |
asynchronous, boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, forCompensation, ioSpecification, loopCharacteristics, notExclusiveincomingFlows, outgoingFlowsdocumentation, executionListeners, nameattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
SendTask() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldExtension> |
getFieldExtensions() |
String |
getImplementationType() |
String |
getOperationRef() |
String |
getType() |
void |
setFieldExtensions(List<FieldExtension> fieldExtensions) |
void |
setImplementationType(String implementationType) |
void |
setOperationRef(String operationRef) |
void |
setType(String type) |
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getIoSpecification, getLoopCharacteristics, isAsynchronous, isForCompensation, isNotExclusive, setAsynchronous, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setForCompensation, setIoSpecification, setLoopCharacteristics, setNotExclusivegetIncomingFlows, getOutgoingFlows, setIncomingFlows, setOutgoingFlowsgetDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setNameaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setXmlColumnNumber, setXmlRowNumberprotected String type
protected String implementationType
protected String operationRef
protected List<FieldExtension> fieldExtensions
public String getType()
public void setType(String type)
public String getImplementationType()
public void setImplementationType(String implementationType)
public String getOperationRef()
public void setOperationRef(String operationRef)
public List<FieldExtension> getFieldExtensions()
public void setFieldExtensions(List<FieldExtension> fieldExtensions)
Copyright © 2013 Alfresco. All rights reserved.