public class CallActivity extends Activity
| Modifier and Type | Field and Description |
|---|---|
protected String |
businessKey |
protected String |
calledElement |
protected boolean |
inheritBusinessKey |
protected boolean |
inheritVariables |
protected List<IOParameter> |
inParameters |
protected List<IOParameter> |
outParameters |
protected boolean |
sameDeployment |
protected boolean |
useLocalScopeForOutParameters |
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsasynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsdocumentation, executionListeners, name, parentContainerattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
CallActivity() |
| Modifier and Type | Method and Description |
|---|---|
CallActivity |
clone() |
String |
getBusinessKey() |
String |
getCalledElement() |
List<IOParameter> |
getInParameters() |
List<IOParameter> |
getOutParameters() |
boolean |
isInheritBusinessKey() |
boolean |
isInheritVariables() |
boolean |
isSameDeployment() |
boolean |
isUseLocalScopeForOutParameters() |
void |
setBusinessKey(String businessKey) |
void |
setCalledElement(String calledElement) |
void |
setInheritBusinessKey(boolean inheritBusinessKey) |
void |
setInheritVariables(boolean inheritVariables) |
void |
setInParameters(List<IOParameter> inParameters) |
void |
setOutParameters(List<IOParameter> outParameters) |
void |
setSameDeployment(boolean sameDeployment) |
void |
setUseLocalScopeForOutParameters(boolean useLocalScopeForOutParameters) |
void |
setValues(CallActivity otherElement) |
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesgetBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, 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 calledElement
protected boolean inheritVariables
protected boolean sameDeployment
protected List<IOParameter> inParameters
protected List<IOParameter> outParameters
protected String businessKey
protected boolean inheritBusinessKey
protected boolean useLocalScopeForOutParameters
public String getCalledElement()
public void setCalledElement(String calledElement)
public boolean isInheritVariables()
public void setInheritVariables(boolean inheritVariables)
public boolean isSameDeployment()
public void setSameDeployment(boolean sameDeployment)
public List<IOParameter> getInParameters()
public void setInParameters(List<IOParameter> inParameters)
public List<IOParameter> getOutParameters()
public void setOutParameters(List<IOParameter> outParameters)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public boolean isInheritBusinessKey()
public void setInheritBusinessKey(boolean inheritBusinessKey)
public boolean isUseLocalScopeForOutParameters()
public void setUseLocalScopeForOutParameters(boolean useLocalScopeForOutParameters)
public CallActivity clone()
clone in class FlowElementpublic void setValues(CallActivity otherElement)
Copyright © 2018 Flowable. All rights reserved.