Package org.flowable.cmmn.model
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 org.flowable.cmmn.model.Task
async, asyncLeave, asyncLeaveExclusive, blocking, blockingExpression, exclusiveFields inherited from class org.flowable.cmmn.model.PlanItemDefinition
defaultControl, lifecycleListeners, planItemRefFields inherited from class org.flowable.cmmn.model.CaseElement
name, parentFields inherited from class org.flowable.cmmn.model.CmmnElement
documentation, documentationTextFormatFields inherited from class org.flowable.cmmn.model.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 org.flowable.cmmn.model.Task
getBlockingExpression, isAsync, isAsyncLeave, isAsyncLeaveExclusive, isBlocking, isExclusive, setAsync, setAsyncLeave, setAsyncLeaveExclusive, setBlocking, setBlockingExpression, setExclusive, setValuesMethods inherited from class org.flowable.cmmn.model.PlanItemDefinition
getDefaultControl, getLifecycleListeners, getPlanItemRef, setDefaultControl, setLifecycleListeners, setPlanItemRef, setValues, toStringMethods inherited from class org.flowable.cmmn.model.CaseElement
getName, getParent, getParentStage, setName, setParentMethods inherited from class org.flowable.cmmn.model.CmmnElement
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesMethods inherited from class org.flowable.cmmn.model.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
-