Class ExternalWorkerServiceTask
java.lang.Object
org.flowable.cmmn.model.BaseElement
org.flowable.cmmn.model.CmmnElement
org.flowable.cmmn.model.CaseElement
org.flowable.cmmn.model.PlanItemDefinition
org.flowable.cmmn.model.Task
org.flowable.cmmn.model.ExternalWorkerServiceTask
- All Implemented Interfaces:
HasExtensionAttributes, HasInParameters, HasLifecycleListeners, HasOutParameters
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected List<IOParameter> protected List<IOParameter> protected Stringprotected Stringstatic final StringFields inherited from class Task
async, asyncLeave, asyncLeaveExclusive, blocking, blockingExpression, exclusiveFields inherited from class PlanItemDefinition
defaultControl, lifecycleListeners, planItemRefFields inherited from class CaseElement
name, parentFields inherited from class CmmnElement
documentation, documentationTextFormatFields inherited from class BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInParameter(IOParameter inParameter) voidaddOutParameter(IOParameter outParameter) clone()getTopic()getType()booleanvoidsetDoNotIncludeVariables(boolean doNotIncludeVariables) voidsetInParameters(List<IOParameter> inParameters) voidsetOutParameters(List<IOParameter> outParameters) voidvoidvoidsetValues(ExternalWorkerServiceTask otherElement) Methods inherited from class Task
getBlockingExpression, isAsync, isAsyncLeave, isAsyncLeaveExclusive, isBlocking, isExclusive, setAsync, setAsyncLeave, setAsyncLeaveExclusive, setBlocking, setBlockingExpression, setExclusive, setValuesMethods inherited from class PlanItemDefinition
getDefaultControl, getLifecycleListeners, getPlanItemRef, setDefaultControl, setLifecycleListeners, setPlanItemRef, setValues, toStringMethods inherited from class CaseElement
getName, getParent, getParentStage, setName, setParentMethods inherited from class CmmnElement
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesMethods inherited from class BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
TYPE
- See Also:
-
type
-
topic
-
doNotIncludeVariables
protected boolean doNotIncludeVariables -
inParameters
-
outParameters
-
-
Constructor Details
-
ExternalWorkerServiceTask
public ExternalWorkerServiceTask()
-
-
Method Details
-
getType
-
setType
-
getTopic
-
setTopic
-
isDoNotIncludeVariables
public boolean isDoNotIncludeVariables() -
setDoNotIncludeVariables
public void setDoNotIncludeVariables(boolean doNotIncludeVariables) -
getInParameters
- Specified by:
getInParametersin interfaceHasInParameters
-
addInParameter
- Specified by:
addInParameterin interfaceHasInParameters
-
setInParameters
- Specified by:
setInParametersin interfaceHasInParameters
-
getOutParameters
- Specified by:
getOutParametersin interfaceHasOutParameters
-
addOutParameter
- Specified by:
addOutParameterin interfaceHasOutParameters
-
setOutParameters
- Specified by:
setOutParametersin interfaceHasOutParameters
-
clone
-
setValues
-