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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected booleanprotected booleanprotected List<IOParameter> protected List<IOParameter> Fields inherited from class Activity
boundaryEvents, dataInputAssociations, dataOutputAssociations, defaultFlow, failedJobRetryTimeCycleValue, forCompensation, ioSpecification, loopCharacteristics, mapExceptionsFields inherited from class FlowNode
asynchronous, behavior, incomingFlows, notExclusive, outgoingFlowsFields inherited from class FlowElement
documentation, executionListeners, name, parentContainerFields inherited from class BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanbooleanvoidsetBusinessKey(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 Activity
getBoundaryEvents, getDataInputAssociations, getDataOutputAssociations, getDefaultFlow, getFailedJobRetryTimeCycleValue, getIoSpecification, getLoopCharacteristics, getMapExceptions, hasMultiInstanceLoopCharacteristics, isForCompensation, setBoundaryEvents, setDataInputAssociations, setDataOutputAssociations, setDefaultFlow, setFailedJobRetryTimeCycleValue, setForCompensation, setIoSpecification, setLoopCharacteristics, setMapExceptions, setValuesMethods inherited from class FlowNode
getBehavior, getIncomingFlows, getOutgoingFlows, hasIncomingFlows, hasOutgoingFlows, isAsynchronous, isExclusive, isInitialFlowNode, isLinkCatchEvent, isLinkThrowEvent, isNotExclusive, setAsynchronous, setBehavior, setExclusive, setIncomingFlows, setNotExclusive, setOutgoingFlows, setValuesMethods inherited from class FlowElement
getDocumentation, getExecutionListeners, getName, getParentContainer, getSubProcess, setDocumentation, setExecutionListeners, setName, setParentContainer, setValuesMethods inherited from class BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AcceptUpdates
accept
-
Field Details
-
calledElement
-
inheritVariables
protected boolean inheritVariables -
inParameters
-
outParameters
-
businessKey
-
inheritBusinessKey
protected boolean inheritBusinessKey
-
-
Constructor Details
-
CallActivity
public CallActivity()
-
-
Method Details
-
getCalledElement
-
setCalledElement
-
isInheritVariables
public boolean isInheritVariables() -
setInheritVariables
public void setInheritVariables(boolean inheritVariables) -
getInParameters
-
setInParameters
-
getOutParameters
-
setOutParameters
-
getBusinessKey
-
setBusinessKey
-
isInheritBusinessKey
public boolean isInheritBusinessKey() -
setInheritBusinessKey
public void setInheritBusinessKey(boolean inheritBusinessKey) -
clone
- Specified by:
clonein classFlowElement
-
setValues
-