Package org.flowable.bpmn.model
Class CaseServiceTask
-
- All Implemented Interfaces:
HasExecutionListeners,HasExtensionAttributes,HasInParameters,HasOutParameters
public class CaseServiceTask extends ServiceTask implements HasOutParameters, HasInParameters
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbusinessKeyprotected StringcaseDefinitionKeyprotected StringcaseInstanceIdVariableNameprotected StringcaseInstanceNameprotected booleanfallbackToDefaultTenantprotected booleaninheritBusinessKeyprotected List<IOParameter>inParametersprotected List<IOParameter>outParametersprotected booleansameDeployment-
Fields inherited from class org.flowable.bpmn.model.ServiceTask
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, useLocalScopeForResultVariable
-
Fields inherited from class org.flowable.bpmn.model.TaskWithFieldExtensions
fieldExtensions
-
Fields inherited from class org.flowable.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptions
-
Fields inherited from class org.flowable.bpmn.model.FlowNode
asynchronous, asynchronousLeave, asynchronousLeaveNotExclusive, behavior, incomingFlows, notExclusive, outgoingFlows
-
Fields inherited from class org.flowable.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainer
-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description CaseServiceTask()
-
Method Summary
-
Methods inherited from class org.flowable.bpmn.model.ServiceTask
getCustomProperties, getExtensionId, getImplementation, getImplementationType, getOperationRef, getResultVariableName, getSkipExpression, getType, isExtended, isStoreResultVariableAsTransient, isTriggerable, isUseLocalScopeForResultVariable, setCustomProperties, setExtensionId, setImplementation, setImplementationType, setOperationRef, setResultVariableName, setSkipExpression, setStoreResultVariableAsTransient, setTriggerable, setType, setUseLocalScopeForResultVariable, setValues
-
Methods inherited from class org.flowable.bpmn.model.TaskWithFieldExtensions
getFieldExtensions, setFieldExtensions
-
Methods inherited from class org.flowable.bpmn.model.Activity
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValues
-
Methods inherited from class org.flowable.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isAsynchronousLeave, isAsynchronousLeaveExclusive, isAsynchronousLeaveNotExclusive, isExclusive, isNotExclusive, setAsynchronous, setAsynchronousLeave, setAsynchronousLeaveExclusive, setAsynchronousLeaveNotExclusive, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
-
Methods inherited from class org.flowable.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValues
-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Field Detail
-
caseDefinitionKey
protected String caseDefinitionKey
-
caseInstanceName
protected String caseInstanceName
-
sameDeployment
protected boolean sameDeployment
-
businessKey
protected String businessKey
-
inheritBusinessKey
protected boolean inheritBusinessKey
-
fallbackToDefaultTenant
protected boolean fallbackToDefaultTenant
-
caseInstanceIdVariableName
protected String caseInstanceIdVariableName
-
inParameters
protected List<IOParameter> inParameters
-
outParameters
protected List<IOParameter> outParameters
-
-
Method Detail
-
getCaseDefinitionKey
public String getCaseDefinitionKey()
-
setCaseDefinitionKey
public void setCaseDefinitionKey(String caseDefinitionKey)
-
getCaseInstanceName
public String getCaseInstanceName()
-
setCaseInstanceName
public void setCaseInstanceName(String caseInstanceName)
-
isSameDeployment
public boolean isSameDeployment()
-
setSameDeployment
public void setSameDeployment(boolean sameDeployment)
-
getBusinessKey
public String getBusinessKey()
-
setBusinessKey
public void setBusinessKey(String businessKey)
-
isInheritBusinessKey
public boolean isInheritBusinessKey()
-
setInheritBusinessKey
public void setInheritBusinessKey(boolean inheritBusinessKey)
-
isFallbackToDefaultTenant
public boolean isFallbackToDefaultTenant()
-
setFallbackToDefaultTenant
public void setFallbackToDefaultTenant(boolean fallbackToDefaultTenant)
-
getInParameters
public List<IOParameter> getInParameters()
- Specified by:
getInParametersin interfaceHasInParameters
-
addInParameter
public void addInParameter(IOParameter inParameter)
- Specified by:
addInParameterin interfaceHasInParameters
-
setInParameters
public void setInParameters(List<IOParameter> inParameters)
- Specified by:
setInParametersin interfaceHasInParameters
-
getOutParameters
public List<IOParameter> getOutParameters()
- Specified by:
getOutParametersin interfaceHasOutParameters
-
addOutParameter
public void addOutParameter(IOParameter outParameter)
- Specified by:
addOutParameterin interfaceHasOutParameters
-
setOutParameters
public void setOutParameters(List<IOParameter> outParameters)
- Specified by:
setOutParametersin interfaceHasOutParameters
-
getCaseInstanceIdVariableName
public String getCaseInstanceIdVariableName()
-
setCaseInstanceIdVariableName
public void setCaseInstanceIdVariableName(String caseInstanceIdVariableName)
-
clone
public CaseServiceTask clone()
- Overrides:
clonein classServiceTask
-
setValues
public void setValues(CaseServiceTask otherElement)
-
-