| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.behavior | |
| org.activiti.engine.impl.bpmn.parser.factory | |
| org.flowable.bpmn.model | |
| org.flowable.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.parser.factory | |
| org.flowable.engine.test |
Helper classes for testing processes.
|
| org.flowable.eventsubscription.api | |
| org.flowable.eventsubscription.service.impl | |
| org.flowable.validation.validator.impl |
| Constructor and Description |
|---|
IntermediateThrowSignalEventActivityBehavior(ThrowEvent throwEvent,
Signal signal,
EventSubscriptionDeclaration signalDefinition) |
| Modifier and Type | Method and Description |
|---|---|
IntermediateThrowSignalEventActivityBehavior |
DefaultActivityBehaviorFactory.createIntermediateThrowSignalEventActivityBehavior(ThrowEvent throwEvent,
Signal signal,
EventSubscriptionDeclaration eventSubscriptionDeclaration) |
IntermediateThrowSignalEventActivityBehavior |
ActivityBehaviorFactory.createIntermediateThrowSignalEventActivityBehavior(ThrowEvent throwEvent,
Signal signal,
EventSubscriptionDeclaration eventSubscriptionDeclaration) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Signal> |
BpmnModel.signals |
| Modifier and Type | Method and Description |
|---|---|
Signal |
Signal.clone() |
Signal |
BpmnModel.getSignal(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Signal> |
BpmnModel.getSignals() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnModel.addSignal(Signal signal) |
void |
Signal.setValues(Signal otherElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnModel.setSignals(Collection<Signal> signalList) |
| Modifier and Type | Field and Description |
|---|---|
protected Signal |
BoundarySignalEventActivityBehavior.signal |
protected Signal |
IntermediateCatchSignalEventActivityBehavior.signal |
protected Signal |
EventSubProcessSignalStartEventActivityBehavior.signal |
| Constructor and Description |
|---|
BoundarySignalEventActivityBehavior(SignalEventDefinition signalEventDefinition,
Signal signal,
boolean interrupting) |
EventSubProcessSignalStartEventActivityBehavior(SignalEventDefinition signalEventDefinition,
Signal signal) |
IntermediateCatchSignalEventActivityBehavior(SignalEventDefinition signalEventDefinition,
Signal signal) |
IntermediateThrowSignalEventActivityBehavior(ThrowEvent throwEvent,
SignalEventDefinition signalEventDefinition,
Signal signal) |
| Modifier and Type | Method and Description |
|---|---|
BoundarySignalEventActivityBehavior |
TestActivityBehaviorFactory.createBoundarySignalEventActivityBehavior(BoundaryEvent boundaryEvent,
SignalEventDefinition signalEventDefinition,
Signal signal,
boolean interrupting) |
EventSubProcessSignalStartEventActivityBehavior |
TestActivityBehaviorFactory.createEventSubProcessSignalStartEventActivityBehavior(StartEvent startEvent,
SignalEventDefinition signalEventDefinition,
Signal signal) |
IntermediateCatchSignalEventActivityBehavior |
TestActivityBehaviorFactory.createIntermediateCatchSignalEventActivityBehavior(IntermediateCatchEvent intermediateCatchEvent,
SignalEventDefinition signalEventDefinition,
Signal signal) |
IntermediateThrowSignalEventActivityBehavior |
TestActivityBehaviorFactory.createIntermediateThrowSignalEventActivityBehavior(ThrowEvent throwEvent,
SignalEventDefinition signalEventDefinition,
Signal signal) |
| Modifier and Type | Method and Description |
|---|---|
Signal |
EventSubscriptionBuilder.getSignal() |
| Modifier and Type | Method and Description |
|---|---|
EventSubscriptionBuilder |
EventSubscriptionBuilder.signal(Signal signal) |
| Modifier and Type | Field and Description |
|---|---|
protected Signal |
EventSubscriptionBuilderImpl.signal |
| Modifier and Type | Method and Description |
|---|---|
Signal |
EventSubscriptionBuilderImpl.getSignal() |
| Modifier and Type | Method and Description |
|---|---|
EventSubscriptionBuilder |
EventSubscriptionBuilderImpl.signal(Signal signal) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SignalValidator.duplicateName(Collection<Signal> signals,
String id,
String name) |
Copyright © 2023 Flowable. All rights reserved.