Class RebindEntityTask
java.lang.Object
ch.tocco.nice2.optional.membership.impl.registration.persist.RebindEntityTask
- All Implemented Interfaces:
PersistTask<RebindValue[],
Entity>
@Deprecated
public class RebindEntityTask
extends Object
implements PersistTask<RebindValue[],Entity>
Deprecated.
-
Constructor Summary
ConstructorDescriptionRebindEntityTask
(String entityType, RebindService rebindService, @Nullable Predicate<Entity> entitySelectPredicate) Deprecated. -
Method Summary
Modifier and TypeMethodDescription@Nullable Entity
run
(Optional<RebindValue[]> a, CommandContext commandContext) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.persist.core.api.exec.PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
RebindEntityTask
public RebindEntityTask(String entityType, RebindService rebindService, @Nullable @Nullable Predicate<Entity> entitySelectPredicate) Deprecated.
-
-
Method Details
-
run
@Nullable public @Nullable Entity run(Optional<RebindValue[]> a, CommandContext commandContext) throws InterruptedException Deprecated.- Specified by:
run
in interfacePersistTask<RebindValue[],
Entity> - Throws:
InterruptedException
-