public class CaseServiceTask extends ServiceTask
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessKey |
protected String |
caseDefinitionKey |
protected String |
caseInstanceIdVariableName |
protected String |
caseInstanceName |
protected boolean |
fallbackToDefaultTenant |
protected boolean |
inheritBusinessKey |
protected List<IOParameter> |
inParameters |
protected List<IOParameter> |
outParameters |
protected boolean |
sameDeployment |
CAMEL, CASE_TASK, customProperties, DMN_TASK, extensionId, EXTERNAL_WORKER_TASK, EXTERNAL_WORKER_TASK_LEGACY, HTTP_TASK, implementation, implementationType, MAIL_TASK, MULE, operationRef, resultVariableName, SEND_EVENT_TASK, SHELL_TASK, skipExpression, storeResultVariableAsTransient, triggerable, type, useLocalScopeForResultVariablefieldExtensionsboundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsasynchronous, asynchronousLeave, behavior, incomingFlows, notExclusive, outgoingFlowsdocumentation, executionListeners, name, parentContainerattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
CaseServiceTask() |
| Modifier and Type | Method and Description |
|---|---|
CaseServiceTask |
clone() |
String |
getBusinessKey() |
String |
getCaseDefinitionKey() |
String |
getCaseInstanceIdVariableName() |
String |
getCaseInstanceName() |
List<IOParameter> |
getInParameters() |
List<IOParameter> |
getOutParameters() |
boolean |
isFallbackToDefaultTenant() |
boolean |
isInheritBusinessKey() |
boolean |
isSameDeployment() |
void |
setBusinessKey(String businessKey) |
void |
setCaseDefinitionKey(String caseDefinitionKey) |
void |
setCaseInstanceIdVariableName(String caseInstanceIdVariableName) |
void |
setCaseInstanceName(String caseInstanceName) |
void |
setFallbackToDefaultTenant(boolean fallbackToDefaultTenant) |
void |
setInheritBusinessKey(boolean inheritBusinessKey) |
void |
setInParameters(List<IOParameter> inParameters) |
void |
setOutParameters(List<IOParameter> outParameters) |
void |
setSameDeployment(boolean sameDeployment) |
void |
setValues(CaseServiceTask otherElement) |
getCustomProperties, getExtensionId, getImplementation, getImplementationType, getOperationRef, getResultVariableName, getSkipExpression, getType, isExtended, isStoreResultVariableAsTransient, isTriggerable, isUseLocalScopeForResultVariable, setCustomProperties, setExtensionId, setImplementation, setImplementationType, setOperationRef, setResultVariableName, setSkipExpression, setStoreResultVariableAsTransient, setTriggerable, setType, setUseLocalScopeForResultVariable, setValuesgetFieldExtensions, setFieldExtensionsgetBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesgetBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isAsynchronousLeave, isExclusive, isNotExclusive, setAsynchronous, setAsynchronousLeave, 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, setXmlRowNumberprotected String caseDefinitionKey
protected String caseInstanceName
protected boolean sameDeployment
protected String businessKey
protected boolean inheritBusinessKey
protected boolean fallbackToDefaultTenant
protected String caseInstanceIdVariableName
protected List<IOParameter> inParameters
protected List<IOParameter> outParameters
public String getCaseDefinitionKey()
public void setCaseDefinitionKey(String caseDefinitionKey)
public String getCaseInstanceName()
public void setCaseInstanceName(String caseInstanceName)
public boolean isSameDeployment()
public void setSameDeployment(boolean sameDeployment)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public boolean isInheritBusinessKey()
public void setInheritBusinessKey(boolean inheritBusinessKey)
public boolean isFallbackToDefaultTenant()
public void setFallbackToDefaultTenant(boolean fallbackToDefaultTenant)
public List<IOParameter> getInParameters()
public void setInParameters(List<IOParameter> inParameters)
public List<IOParameter> getOutParameters()
public void setOutParameters(List<IOParameter> outParameters)
public String getCaseInstanceIdVariableName()
public void setCaseInstanceIdVariableName(String caseInstanceIdVariableName)
public CaseServiceTask clone()
clone in class ServiceTaskpublic void setValues(CaseServiceTask otherElement)
Copyright © 2022 Flowable. All rights reserved.