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 -
Constructor Summary
ConstructorsConstructorDescriptionDelegateCompleteAction(PlanItemInstanceEntity planItemInstance, boolean loggingSessionEnabled) -
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
-
planItemInstance
-
loggingSessionEnabled
protected final boolean loggingSessionEnabled
-
-
Constructor Details
-
DelegateCompleteAction
public DelegateCompleteAction(PlanItemInstanceEntity planItemInstance, boolean loggingSessionEnabled)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<Object,Throwable>
-