public class ExternalWorkerServiceTask extends Task
| Modifier and Type | Field and Description |
|---|---|
protected String |
topic |
protected String |
type |
static String |
TYPE |
async, blocking, blockingExpression, exclusivedefaultControl, lifecycleListeners, planItemRefname, parentdocumentation, documentationTextFormatattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
ExternalWorkerServiceTask() |
| Modifier and Type | Method and Description |
|---|---|
ExternalWorkerServiceTask |
clone() |
String |
getTopic() |
String |
getType() |
void |
setTopic(String topic) |
void |
setType(String type) |
void |
setValues(ExternalWorkerServiceTask otherElement) |
getBlockingExpression, 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 TYPE
protected String type
protected String topic
public String getType()
public void setType(String type)
public String getTopic()
public void setTopic(String topic)
public ExternalWorkerServiceTask clone()
public void setValues(ExternalWorkerServiceTask otherElement)
Copyright © 2021 Flowable. All rights reserved.