com.ibm.xtools.bpmn2
Interface GlobalChoreographyTask

All Superinterfaces:
BaseElement, Choreography, Collaboration, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, RootElement

public interface GlobalChoreographyTask
extends Choreography

A representation of the model object 'Global Choreography Task'.

The following features are supported:

See Also:
Bpmn2Package.getGlobalChoreographyTask()

Method Summary
 Participant getInitiatingParticipant()
          Returns the value of the 'Initiating Participant' reference.
 void setInitiatingParticipant(Participant value)
          Sets the value of the 'Initiating Participant' reference.
 
Methods inherited from interface com.ibm.xtools.bpmn2.Choreography
getFlowElements
 
Methods inherited from interface com.ibm.xtools.bpmn2.Collaboration
getArtifacts, getMessageFlows, getParticipants
 
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getInitiatingParticipant

Participant getInitiatingParticipant()
Returns the value of the 'Initiating Participant' reference.

If the meaning of the 'Initiating Participant' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Initiating Participant' reference.
See Also:
setInitiatingParticipant(Participant), Bpmn2Package.getGlobalChoreographyTask_InitiatingParticipant()

setInitiatingParticipant

void setInitiatingParticipant(Participant value)
Sets the value of the 'Initiating Participant' reference.

Parameters:
value - the new value of the 'Initiating Participant' reference.
See Also:
getInitiatingParticipant()