Package-level declarations
Types
Link copied to clipboard
@XmlSerialName(value = "callActivity", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
Link copied to clipboard
data class Collaboration(val id: String, val name: String, val extensionElements: ExtensionElements, val participants: List<Participant>, val messageFlow: MessageFlow?)
Link copied to clipboard
class ContentModifierBuilder
Link copied to clipboard
data class CreateArtifact(val libs: Iterable<File> = emptyList(), val scripts: Iterable<File> = emptyList(), val name: String, val version: String, val description: String?, val source: List<String> = emptyList(), val target: List<String> = emptyList(), val parameters: Map<String, String> = emptyMap(), val integrationFlow: Definitions)
Link copied to clipboard
Link copied to clipboard
@XmlSerialName(value = "definitions", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
Link copied to clipboard
@XmlSerialName(value = "endEvent", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
Link copied to clipboard
class EndpointBuilder
Link copied to clipboard
Link copied to clipboard
data class MessageFlow(val id: String, val name: String, val sourceRef: String, val targetRef: String, val extensionElements: ExtensionElements)
Link copied to clipboard
data class ParametersDef(val parameters: List<ParametersDef.Parameter>, val paramReferences: Unit = Unit)
Link copied to clipboard
data class Participant(val id: String, val type: String, val name: String, val extensionElements: ExtensionElements = ExtensionElements(emptyList()), val processRef: String? = null)
Link copied to clipboard
data class Process(val id: String, val name: String, val extensionElements: ExtensionElements, val startEvent: StartEvent, val callActivities: List<CallActivity>, val endEvent: EndEvent, val sequenceFlows: List<SequenceFlow>, val subProcess: Process? = null)
Link copied to clipboard
data class ProjectDescription(val name: String, val comment: Unit = Unit, val projects: Unit = Unit, val buildSpec: ProjectDescription.BuildSpec, val natures: ProjectDescription.Natures)
Link copied to clipboard
Link copied to clipboard
@XmlSerialName(value = "sequenceFlow", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
Link copied to clipboard
data class StartEvent(val id: String, val name: String, val extensionElements: ExtensionElements?, val outgoing: String, val messageEventDefinition: String? = null, val timerEventDefinition: StartEvent.TimerEventDefinition? = null, val errorEventDefinition: EndEvent.ErrorEventDefinition? = null)
Link copied to clipboard