public class ServiceTask extends Task
Modifier and Type | Field and Description |
---|---|
protected List<CustomProperty> |
customProperties |
protected String |
extensionId |
protected List<FieldExtension> |
fieldExtensions |
protected String |
implementation |
protected String |
implementationType |
static String |
MAIL_TASK |
protected String |
operationRef |
protected String |
resultVariableName |
protected String |
skipExpression |
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 |
---|
ServiceTask() |
Modifier and Type | Method and Description |
---|---|
ServiceTask |
clone() |
List<CustomProperty> |
getCustomProperties() |
String |
getExtensionId() |
List<FieldExtension> |
getFieldExtensions() |
String |
getImplementation() |
String |
getImplementationType() |
String |
getOperationRef() |
String |
getResultVariableName() |
String |
getSkipExpression() |
String |
getType() |
boolean |
isExtended() |
void |
setCustomProperties(List<CustomProperty> customProperties) |
void |
setExtensionId(String extensionId) |
void |
setFieldExtensions(List<FieldExtension> fieldExtensions) |
void |
setImplementation(String implementation) |
void |
setImplementationType(String implementationType) |
void |
setOperationRef(String operationRef) |
void |
setResultVariableName(String resultVariableName) |
void |
setSkipExpression(String skipExpression) |
void |
setType(String type) |
void |
setValues(ServiceTask 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
public static final String MAIL_TASK
protected String implementation
protected String implementationType
protected String resultVariableName
protected String type
protected String operationRef
protected String extensionId
protected List<FieldExtension> fieldExtensions
protected List<CustomProperty> customProperties
protected String skipExpression
public String getImplementation()
public void setImplementation(String implementation)
public String getImplementationType()
public void setImplementationType(String implementationType)
public String getResultVariableName()
public void setResultVariableName(String resultVariableName)
public String getType()
public void setType(String type)
public List<FieldExtension> getFieldExtensions()
public void setFieldExtensions(List<FieldExtension> fieldExtensions)
public List<CustomProperty> getCustomProperties()
public void setCustomProperties(List<CustomProperty> customProperties)
public String getOperationRef()
public void setOperationRef(String operationRef)
public String getExtensionId()
public void setExtensionId(String extensionId)
public boolean isExtended()
public String getSkipExpression()
public void setSkipExpression(String skipExpression)
public ServiceTask clone()
clone
in class FlowElement
public void setValues(ServiceTask otherElement)
Copyright © 2016 Alfresco. All rights reserved.