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
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected booleanprotected Booleanprotected booleanprotected booleanprotected List<IOParameter>protected List<IOParameter>protected Stringprotected Stringprotected booleanprotected booleanFields inherited from class org.flowable.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsFields inherited from class org.flowable.bpmn.model.FlowNode
asynchronous, asynchronousLeave, asynchronousLeaveNotExclusive, behavior, incomingFlows, notExclusive, outgoingFlowsFields inherited from class org.flowable.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInParameter(IOParameter inParameter) voidaddOutParameter(IOParameter outParameter) clone()booleanbooleanbooleanbooleanbooleanvoidsetBusinessKey(String businessKey) voidsetCalledElement(String calledElement) voidsetCalledElementType(String calledElementType) voidsetCompleteAsync(boolean completeAsync) voidsetFallbackToDefaultTenant(Boolean fallbackToDefaultTenant) voidsetInheritBusinessKey(boolean inheritBusinessKey) voidsetInheritVariables(boolean inheritVariables) voidsetInParameters(List<IOParameter> inParameters) voidsetOutParameters(List<IOParameter> outParameters) voidsetProcessInstanceIdVariableName(String processInstanceIdVariableName) voidsetProcessInstanceName(String processInstanceName) voidsetSameDeployment(boolean sameDeployment) voidsetUseLocalScopeForOutParameters(boolean useLocalScopeForOutParameters) voidsetValues(CallActivity otherElement) 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, setValuesMethods 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, setValuesMethods inherited from class org.flowable.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
calledElement
-
calledElementType
-
inheritVariables
protected boolean inheritVariables -
sameDeployment
protected boolean sameDeployment -
inParameters
-
outParameters
-
processInstanceName
-
businessKey
-
inheritBusinessKey
protected boolean inheritBusinessKey -
useLocalScopeForOutParameters
protected boolean useLocalScopeForOutParameters -
completeAsync
protected boolean completeAsync -
fallbackToDefaultTenant
-
processInstanceIdVariableName
-
-
Constructor Details
-
CallActivity
public CallActivity()
-
-
Method Details
-
getCalledElement
-
setCalledElement
-
isInheritVariables
public boolean isInheritVariables() -
setInheritVariables
public void setInheritVariables(boolean inheritVariables) -
isSameDeployment
public boolean isSameDeployment() -
setSameDeployment
public void setSameDeployment(boolean sameDeployment) -
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
-
getProcessInstanceName
-
setProcessInstanceName
-
getBusinessKey
-
setBusinessKey
-
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
-
setFallbackToDefaultTenant
-
setCalledElementType
-
getCalledElementType
-
getProcessInstanceIdVariableName
-
setProcessInstanceIdVariableName
-
clone
- Specified by:
clonein classFlowElement
-
setValues
-