Class PlanItemExpressionActivityBehavior.FutureExpressionCompleteAction
java.lang.Object
org.flowable.cmmn.engine.impl.behavior.impl.PlanItemExpressionActivityBehavior.FutureExpressionCompleteAction
- All Implemented Interfaces:
BiConsumer<Object,Throwable>
- Enclosing class:
- PlanItemExpressionActivityBehavior
protected class PlanItemExpressionActivityBehavior.FutureExpressionCompleteAction
extends Object
implements BiConsumer<Object,Throwable>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFutureExpressionCompleteAction(PlanItemInstanceEntity planItemInstanceEntity) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
andThen
-
Field Details
-
planItemInstanceEntity
-
-
Constructor Details
-
FutureExpressionCompleteAction
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<Object,Throwable>
-