public class ServiceTask extends TaskWithFieldExtensions
| Modifier and Type | Field and Description |
|---|---|
protected String |
implementation |
protected String |
implementationType |
static String |
JAVA_TASK |
static String |
MAIL_TASK |
protected String |
resultVariableName |
protected boolean |
storeResultVariableAsTransient |
protected String |
type |
fieldExtensionsasync, blocking, blockingExpression, exclusivedefaultControl, lifecycleListeners, planItemRefname, parentdocumentation, documentationTextFormatattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
ServiceTask() |
| Modifier and Type | Method and Description |
|---|---|
ServiceTask |
clone() |
String |
getImplementation() |
String |
getImplementationType() |
String |
getResultVariableName() |
String |
getType() |
boolean |
isStoreResultVariableAsTransient() |
void |
setImplementation(String implementation) |
void |
setImplementationType(String implementationType) |
void |
setResultVariableName(String resultVariableName) |
void |
setStoreResultVariableAsTransient(boolean storeResultVariableAsTransient) |
void |
setType(String type) |
void |
setValues(ServiceTask otherElement) |
getFieldExtensions, setFieldExtensionsgetBlockingExpression, isAsync, isBlocking, isExclusive, setAsync, setBlocking, setBlockingExpression, setExclusive, setValuesgetDefaultControl, getLifecycleListeners, getPlanItemRef, setDefaultControl, setLifecycleListeners, setPlanItemRef, setValues, toStringgetName, getParent, getParentStage, setName, setParentgetDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberpublic static final String JAVA_TASK
public static final String MAIL_TASK
protected String implementation
protected String implementationType
protected String resultVariableName
protected String type
protected boolean storeResultVariableAsTransient
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 boolean isStoreResultVariableAsTransient()
public void setStoreResultVariableAsTransient(boolean storeResultVariableAsTransient)
public ServiceTask clone()
public void setValues(ServiceTask otherElement)
Copyright © 2021 Flowable. All rights reserved.