Class PlanItemFutureJavaDelegateActivityBehavior.DelegateCompleteAction
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.behavior.impl.PlanItemFutureJavaDelegateActivityBehavior.DelegateCompleteAction
-
- All Implemented Interfaces:
BiConsumer<Object,Throwable>
- Enclosing class:
- PlanItemFutureJavaDelegateActivityBehavior
protected class PlanItemFutureJavaDelegateActivityBehavior.DelegateCompleteAction extends Object implements BiConsumer<Object,Throwable>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanloggingSessionEnabledprotected PlanItemInstanceEntityplanItemInstance
-
Constructor Summary
Constructors Constructor Description DelegateCompleteAction(PlanItemInstanceEntity planItemInstance, boolean loggingSessionEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Object value, Throwable throwable)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Field Detail
-
planItemInstance
protected final PlanItemInstanceEntity planItemInstance
-
loggingSessionEnabled
protected final boolean loggingSessionEnabled
-
-
Constructor Detail
-
DelegateCompleteAction
public DelegateCompleteAction(PlanItemInstanceEntity planItemInstance, boolean loggingSessionEnabled)
-
-