Package org.activiti.bpmn.model
Class CallActivity
- java.lang.Object
-
- org.activiti.bpmn.model.BaseElement
-
- org.activiti.bpmn.model.FlowElement
-
- org.activiti.bpmn.model.FlowNode
-
- org.activiti.bpmn.model.Activity
-
- org.activiti.bpmn.model.CallActivity
-
- All Implemented Interfaces:
AcceptUpdates,HasExecutionListeners,HasExtensionAttributes
public class CallActivity extends Activity
-
-
Field Summary
Fields Modifier and Type Field Description protected StringbusinessKeyprotected StringcalledElementprotected booleaninheritBusinessKeyprotected booleaninheritVariablesprotected List<IOParameter>inParametersprotected List<IOParameter>outParameters-
Fields inherited from class org.activiti.bpmn.model.Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptions
-
Fields inherited from class org.activiti.bpmn.model.FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlows
-
Fields inherited from class org.activiti.bpmn.model.FlowElement
documentation, executionListeners, name, parentContainer
-
Fields inherited from class org.activiti.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description CallActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CallActivityclone()StringgetBusinessKey()StringgetCalledElement()List<IOParameter>getInParameters()List<IOParameter>getOutParameters()booleanisInheritBusinessKey()booleanisInheritVariables()voidsetBusinessKey(String businessKey)voidsetCalledElement(String calledElement)voidsetInheritBusinessKey(boolean inheritBusinessKey)voidsetInheritVariables(boolean inheritVariables)voidsetInParameters(List<IOParameter> inParameters)voidsetOutParameters(List<IOParameter> outParameters)voidsetValues(CallActivity otherElement)-
Methods inherited from class org.activiti.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.activiti.bpmn.model.FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, isAsynchronous, isExclusive, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValues
-
Methods inherited from class org.activiti.bpmn.model.FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValues
-
Methods inherited from class org.activiti.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.activiti.bpmn.model.AcceptUpdates
accept
-
-
-
-
Field Detail
-
calledElement
protected String calledElement
-
inheritVariables
protected boolean inheritVariables
-
inParameters
protected List<IOParameter> inParameters
-
outParameters
protected List<IOParameter> outParameters
-
businessKey
protected String businessKey
-
inheritBusinessKey
protected boolean inheritBusinessKey
-
-
Method Detail
-
getCalledElement
public String getCalledElement()
-
setCalledElement
public void setCalledElement(String calledElement)
-
isInheritVariables
public boolean isInheritVariables()
-
setInheritVariables
public void setInheritVariables(boolean inheritVariables)
-
getInParameters
public List<IOParameter> getInParameters()
-
setInParameters
public void setInParameters(List<IOParameter> inParameters)
-
getOutParameters
public List<IOParameter> getOutParameters()
-
setOutParameters
public void setOutParameters(List<IOParameter> outParameters)
-
getBusinessKey
public String getBusinessKey()
-
setBusinessKey
public void setBusinessKey(String businessKey)
-
isInheritBusinessKey
public boolean isInheritBusinessKey()
-
setInheritBusinessKey
public void setInheritBusinessKey(boolean inheritBusinessKey)
-
clone
public CallActivity clone()
- Specified by:
clonein classFlowElement
-
setValues
public void setValues(CallActivity otherElement)
-
-