public class ServiceTask extends TaskWithFieldExtensions
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomProperty> |
customProperties |
static String |
DMN_TASK |
protected String |
extensionId |
static String |
HTTP_TASK |
protected String |
implementation |
protected String |
implementationType |
static String |
MAIL_TASK |
protected String |
operationRef |
protected String |
resultVariableName |
static String |
SHELL_TASK |
protected String |
skipExpression |
protected boolean |
triggerable |
protected String |
type |
protected boolean |
useLocalScopeForResultVariable |
fieldExtensionsboundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsasynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsdocumentation, executionListeners, name, parentContainerattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
ServiceTask() |
| Modifier and Type | Method and Description |
|---|---|
ServiceTask |
clone() |
List<CustomProperty> |
getCustomProperties() |
String |
getExtensionId() |
String |
getImplementation() |
String |
getImplementationType() |
String |
getOperationRef() |
String |
getResultVariableName() |
String |
getSkipExpression() |
String |
getType() |
boolean |
isExtended() |
boolean |
isTriggerable() |
boolean |
isUseLocalScopeForResultVariable() |
void |
setCustomProperties(List<CustomProperty> customProperties) |
void |
setExtensionId(String extensionId) |
void |
setImplementation(String implementation) |
void |
setImplementationType(String implementationType) |
void |
setOperationRef(String operationRef) |
void |
setResultVariableName(String resultVariableName) |
void |
setSkipExpression(String skipExpression) |
void |
setTriggerable(boolean triggerable) |
void |
setType(String type) |
void |
setUseLocalScopeForResultVariable(boolean useLocalScopeForResultVariable) |
void |
setValues(ServiceTask otherElement) |
getFieldExtensions, setFieldExtensionsgetBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesgetBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesgetDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberpublic static final String DMN_TASK
public static final String MAIL_TASK
public static final String HTTP_TASK
public static final String SHELL_TASK
protected String implementation
protected String implementationType
protected String resultVariableName
protected String type
protected String operationRef
protected String extensionId
protected List<CustomProperty> customProperties
protected String skipExpression
protected boolean useLocalScopeForResultVariable
protected boolean triggerable
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<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 boolean isUseLocalScopeForResultVariable()
public void setUseLocalScopeForResultVariable(boolean useLocalScopeForResultVariable)
public boolean isTriggerable()
public void setTriggerable(boolean triggerable)
public ServiceTask clone()
clone in class FlowElementpublic void setValues(ServiceTask otherElement)
Copyright © 2018 Flowable. All rights reserved.