Uses of Class
org.camunda.bpm.engine.impl.util.SingleConsumerCondition
-
Uses of SingleConsumerCondition in org.camunda.bpm.engine.impl.util
Modifier and TypeFieldDescriptionprotected CopyOnWriteArrayList<SingleConsumerCondition>
CompositeCondition.conditions
Modifier and TypeMethodDescriptionvoid
CompositeCondition.addConsumer
(SingleConsumerCondition condition) void
CompositeCondition.removeConsumer
(SingleConsumerCondition condition) -
Uses of SingleConsumerCondition in org.camunda.bpm.engine.rest.impl
Modifier and TypeFieldDescriptionprotected SingleConsumerCondition
FetchAndLockHandlerImpl.condition