Uses of Interface
org.camunda.bpm.model.bpmn.instance.Signal
-
Packages that use Signal Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Signal in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder that return Signal Modifier and Type Method Description protected Signal
AbstractBaseElementBuilder. findSignalForName(String signalName)
-
Uses of Signal in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Signal Modifier and Type Class Description class
SignalImpl
The BPMN signal elementFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Signal Modifier and Type Field Description protected static AttributeReference<Signal>
SignalEventDefinitionImpl. signalRefAttribute
Methods in org.camunda.bpm.model.bpmn.impl.instance that return Signal Modifier and Type Method Description Signal
SignalEventDefinitionImpl. getSignal()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Signal Modifier and Type Method Description void
SignalEventDefinitionImpl. setSignal(Signal signal)
-
Uses of Signal in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return Signal Modifier and Type Method Description Signal
SignalEventDefinition. getSignal()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Signal Modifier and Type Method Description void
SignalEventDefinition. setSignal(Signal signal)
-