Uses of Class
org.omg.spec.bpmn.model.TCorrelationKey
-
Packages that use TCorrelationKey Package Description org.omg.spec.bpmn.model -
-
Uses of TCorrelationKey in org.omg.spec.bpmn.model
Fields in org.omg.spec.bpmn.model with type parameters of type TCorrelationKey Modifier and Type Field Description protected List<TCorrelationKey>
TChoreographyActivity. correlationKey
protected List<TCorrelationKey>
TCollaboration. correlationKey
protected List<TCorrelationKey>
TConversationNode. correlationKey
Methods in org.omg.spec.bpmn.model that return TCorrelationKey Modifier and Type Method Description TCorrelationKey
ObjectFactory. createTCorrelationKey()
Create an instance ofTCorrelationKey
Methods in org.omg.spec.bpmn.model that return types with arguments of type TCorrelationKey Modifier and Type Method Description javax.xml.bind.JAXBElement<TCorrelationKey>
ObjectFactory. createCorrelationKey(TCorrelationKey value)
List<TCorrelationKey>
TChoreographyActivity. getCorrelationKey()
Gets the value of the correlationKey property.List<TCorrelationKey>
TCollaboration. getCorrelationKey()
Gets the value of the correlationKey property.List<TCorrelationKey>
TConversationNode. getCorrelationKey()
Gets the value of the correlationKey property.Methods in org.omg.spec.bpmn.model with parameters of type TCorrelationKey Modifier and Type Method Description javax.xml.bind.JAXBElement<TCorrelationKey>
ObjectFactory. createCorrelationKey(TCorrelationKey value)
-