Class AbstractDelegatingPersistTask<A,T>
java.lang.Object
ch.tocco.nice2.persist.core.api.exec.AbstractDelegatingPersistTask<A,T>
- All Implemented Interfaces:
PersistTask<A,
T>
- Direct Known Subclasses:
BusinessUnitMode.BusinessUnitTask
,RunAsTask
-
Field Summary
-
Constructor Summary
-
Method Summary
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, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, run, skipErrors, unwrap
-
Field Details
-
delegate
-
-
Constructor Details
-
AbstractDelegatingPersistTask
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in interfacePersistTask<A,
T> - Returns:
- an optional plain-text description of this task
-
descriptionVariables
-