public class CallActivity extends Activity
Modifier and Type | Field and Description |
---|---|
protected String |
calledElement |
protected List<IOParameter> |
inParameters |
protected List<IOParameter> |
outParameters |
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptions
asynchronous, incomingFlows, notExclusive, outgoingFlows
documentation, executionListeners, name
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
CallActivity() |
Modifier and Type | Method and Description |
---|---|
CallActivity |
clone() |
String |
getCalledElement() |
List<IOParameter> |
getInParameters() |
List<IOParameter> |
getOutParameters() |
void |
setCalledElement(String calledElement) |
void |
setInParameters(List<IOParameter> inParameters) |
void |
setOutParameters(List<IOParameter> outParameters) |
void |
setValues(CallActivity otherElement) |
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValues
getIncomingFlows, getOutgoingFlows, isAsynchronous, isNotExclusive, setAsynchronous, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
getDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setName, setValues
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
protected String calledElement
protected List<IOParameter> inParameters
protected List<IOParameter> outParameters
public String getCalledElement()
public void setCalledElement(String calledElement)
public List<IOParameter> getInParameters()
public void setInParameters(List<IOParameter> inParameters)
public List<IOParameter> getOutParameters()
public void setOutParameters(List<IOParameter> outParameters)
public CallActivity clone()
clone
in class FlowElement
public void setValues(CallActivity otherElement)
Copyright © 2016 Alfresco. All rights reserved.