Class TChoreographyTask
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TChoreographyActivity
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TChoreographyTask
Java class for tChoreographyTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tChoreographyTask">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tChoreographyActivity">
<sequence>
<element name="messageFlowRef" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="2"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TChoreographyActivity
correlationKey, initiatingParticipantRef, loopType, participantRefFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
incoming, outgoingFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
auditing, categoryValueRef, monitoring, nameFields 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 messageFlowRef property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TChoreographyActivity
getCorrelationKey, getInitiatingParticipantRef, getLoopType, getParticipantRef, setInitiatingParticipantRef, setLoopTypeMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
getIncoming, getOutgoingMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
messageFlowRef
-
-
Constructor Details
-
TChoreographyTask
public TChoreographyTask()
-
-
Method Details
-
getMessageFlowRef
Gets the value of the messageFlowRef 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
setmethod for the messageFlowRef property.For example, to add a new item, do as follows:
getMessageFlowRef().add(newItem);Objects of the following type(s) are allowed in the list
QName
-