Class TChoreographyActivity
- Direct Known Subclasses:
TCallChoreography
,TChoreographyTask
,TSubChoreography
Java class for tChoreographyActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tChoreographyActivity"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFlowNode"> <sequence> <element name="participantRef" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="2"/> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}correlationKey" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="initiatingParticipantRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="loopType" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tChoreographyLoopType" default="None" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<TCorrelationKey>
protected QName
protected TChoreographyLoopType
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
incoming, outgoing
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
auditing, categoryValueRef, monitoring, name
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the correlationKey property.Gets the value of the initiatingParticipantRef property.Gets the value of the loopType property.Gets the value of the participantRef property.void
setInitiatingParticipantRef
(QName value) Sets the value of the initiatingParticipantRef property.void
setLoopType
(TChoreographyLoopType value) Sets the value of the loopType property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
getIncoming, getOutgoing
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
participantRef
-
correlationKey
-
initiatingParticipantRef
-
loopType
-
-
Constructor Details
-
TChoreographyActivity
public TChoreographyActivity()
-
-
Method Details
-
getParticipantRef
Gets the value of the participantRef property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the participantRef property.For example, to add a new item, do as follows:
getParticipantRef().add(newItem);
Objects of the following type(s) are allowed in the list
QName
-
getCorrelationKey
Gets the value of the correlationKey property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the correlationKey property.For example, to add a new item, do as follows:
getCorrelationKey().add(newItem);
Objects of the following type(s) are allowed in the list
TCorrelationKey
-
getInitiatingParticipantRef
Gets the value of the initiatingParticipantRef property.- Returns:
- possible object is
QName
-
setInitiatingParticipantRef
Sets the value of the initiatingParticipantRef property.- Parameters:
value
- allowed object isQName
-
getLoopType
Gets the value of the loopType property.- Returns:
- possible object is
TChoreographyLoopType
-
setLoopType
Sets the value of the loopType property.- Parameters:
value
- allowed object isTChoreographyLoopType
-