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 |
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() |
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 |
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 List<IOParameter> inParameters
protected List<IOParameter> outParameters
protected String businessKey
protected boolean inheritBusinessKey
public String getCalledElement()
public void setCalledElement(String calledElement)
public boolean isInheritVariables()
public void setInheritVariables(boolean inheritVariables)
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 CallActivity clone()
clone in class FlowElementpublic void setValues(CallActivity otherElement)
Copyright © 2017 Alfresco. All rights reserved.