Class TGlobalChoreographyTask
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TRootElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCollaboration
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TChoreography
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TGlobalChoreographyTask
Java class for tGlobalChoreographyTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGlobalChoreographyTask"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tChoreography"> <attribute name="initiatingParticipantRef" type="{http://www.w3.org/2001/XMLSchema}QName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TChoreography
flowElement
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCollaboration
artifact, choreographyRef, conversationAssociation, conversationLink, conversationNode, correlationKey, isClosed, messageFlow, messageFlowAssociation, name, participant, participantAssociation
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 initiatingParticipantRef property.void
setInitiatingParticipantRef
(QName value) Sets the value of the initiatingParticipantRef property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TChoreography
getFlowElement
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TCollaboration
getArtifact, getChoreographyRef, getConversationAssociation, getConversationLink, getConversationNode, getCorrelationKey, getMessageFlow, getMessageFlowAssociation, getName, getParticipant, getParticipantAssociation, isIsClosed, setIsClosed, setName
Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
initiatingParticipantRef
-
-
Constructor Details
-
TGlobalChoreographyTask
public TGlobalChoreographyTask()
-
-
Method Details