Collaboration
data class Collaboration(val id: String, val name: String, val extensionElements: ExtensionElements, val participants: List<Participant>, val messageFlow: MessageFlow?)(source)
Constructors
Link copied to clipboard
constructor(id: String, name: String, extensionElements: ExtensionElements, participants: List<Participant>, messageFlow: MessageFlow?)
Properties
Link copied to clipboard
@XmlSerialName(value = "extensionElements", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
Link copied to clipboard
@XmlSerialName(value = "messageFlow", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpnm2")
Link copied to clipboard
@XmlSerialName(value = "participant", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpnm2")