public class SendTask extends Task
Modifier and Type | Field and Description |
---|---|
protected List<FieldExtension> |
fieldExtensions |
protected String |
implementationType |
protected String |
operationRef |
protected String |
type |
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptions
asynchronous, incomingFlows, notExclusive, outgoingFlows
documentation, executionListeners, name
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
SendTask() |
Modifier and Type | Method and Description |
---|---|
SendTask |
clone() |
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) |
void |
setValues(SendTask otherElement) |
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValues
getIncomingFlows, getOutgoingFlows, isAsynchronous, isNotExclusive, setAsynchronous, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
getDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setName, setValues
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
protected 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)
public SendTask clone()
clone
in class FlowElement
public void setValues(SendTask otherElement)
Copyright © 2016 Alfresco. All rights reserved.