Package org.flowable.bpmn.model
Class CallActivity
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.FlowElement
-
- org.flowable.bpmn.model.FlowNode
-
- org.flowable.bpmn.model.Activity
-
- org.flowable.bpmn.model.CallActivity
-
- All Implemented Interfaces:
HasExecutionListeners,HasExtensionAttributes,HasInParameters,HasOutParameters
public class CallActivity extends Activity implements HasOutParameters, HasInParameters
- Author:
- Tijs Rademakers, Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbusinessKeyprotected StringcalledElementprotected StringcalledElementTypeprotected booleancompleteAsyncprotected BooleanfallbackToDefaultTenantprotected booleaninheritBusinessKeyprotected booleaninheritVariablesprotected List<IOParameter>inParametersprotected List<IOParameter>outParametersprotected StringprocessInstanceIdVariableNameprotected StringprocessInstanceNameprotected booleansameDeploymentprotected booleanuseLocalScopeForOutParameters-
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 CallActivity()
-
Method Summary
-
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
-
calledElement
protected String calledElement
-
calledElementType
protected String calledElementType
-
inheritVariables
protected boolean inheritVariables
-
sameDeployment
protected boolean sameDeployment
-
inParameters
protected List<IOParameter> inParameters
-
outParameters
protected List<IOParameter> outParameters
-
processInstanceName
protected String processInstanceName
-
businessKey
protected String businessKey
-
inheritBusinessKey
protected boolean inheritBusinessKey
-
useLocalScopeForOutParameters
protected boolean useLocalScopeForOutParameters
-
completeAsync
protected boolean completeAsync
-
fallbackToDefaultTenant
protected Boolean fallbackToDefaultTenant
-
processInstanceIdVariableName
protected String processInstanceIdVariableName
-
-
Method Detail
-
getCalledElement
public String getCalledElement()
-
setCalledElement
public void setCalledElement(String calledElement)
-
isInheritVariables
public boolean isInheritVariables()
-
setInheritVariables
public void setInheritVariables(boolean inheritVariables)
-
isSameDeployment
public boolean isSameDeployment()
-
setSameDeployment
public void setSameDeployment(boolean sameDeployment)
-
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
-
getProcessInstanceName
public String getProcessInstanceName()
-
setProcessInstanceName
public void setProcessInstanceName(String processInstanceName)
-
getBusinessKey
public String getBusinessKey()
-
setBusinessKey
public void setBusinessKey(String businessKey)
-
isInheritBusinessKey
public boolean isInheritBusinessKey()
-
setInheritBusinessKey
public void setInheritBusinessKey(boolean inheritBusinessKey)
-
isUseLocalScopeForOutParameters
public boolean isUseLocalScopeForOutParameters()
-
setUseLocalScopeForOutParameters
public void setUseLocalScopeForOutParameters(boolean useLocalScopeForOutParameters)
-
isCompleteAsync
public boolean isCompleteAsync()
-
setCompleteAsync
public void setCompleteAsync(boolean completeAsync)
-
getFallbackToDefaultTenant
public Boolean getFallbackToDefaultTenant()
-
setFallbackToDefaultTenant
public void setFallbackToDefaultTenant(Boolean fallbackToDefaultTenant)
-
setCalledElementType
public void setCalledElementType(String calledElementType)
-
getCalledElementType
public String getCalledElementType()
-
getProcessInstanceIdVariableName
public String getProcessInstanceIdVariableName()
-
setProcessInstanceIdVariableName
public void setProcessInstanceIdVariableName(String processInstanceIdVariableName)
-
clone
public CallActivity clone()
- Specified by:
clonein classFlowElement
-
setValues
public void setValues(CallActivity otherElement)
-
-