Uses of Class
org.flowable.common.engine.impl.agenda.ExecuteFutureActionOperation
-
Packages that use ExecuteFutureActionOperation Package Description org.flowable.common.engine.impl.agenda -
-
Uses of ExecuteFutureActionOperation in org.flowable.common.engine.impl.agenda
Fields in org.flowable.common.engine.impl.agenda with type parameters of type ExecuteFutureActionOperation Modifier and Type Field Description protected List<ExecuteFutureActionOperation<?>>AbstractAgenda. futureOperationsprotected List<ExecuteFutureActionOperation<?>>CommonAgenda. futureOperationsprotected List<ExecuteFutureActionOperation<?>>WaitForAnyFutureToFinishOperation. futureOperationsConstructor parameters in org.flowable.common.engine.impl.agenda with type arguments of type ExecuteFutureActionOperation Constructor Description WaitForAnyFutureToFinishOperation(Agenda agenda, List<ExecuteFutureActionOperation<?>> futureOperations)
-