Class BusinessUnitMode.BusinessUnitTask<A,T>
java.lang.Object
ch.tocco.nice2.persist.core.api.exec.AbstractDelegatingPersistTask<A,T>
ch.tocco.nice2.businessunit.impl.exec.BusinessUnitMode.BusinessUnitTask<A,T>
- All Implemented Interfaces:
PersistTask<A,
T>
- Enclosing class:
BusinessUnitMode
public static class BusinessUnitMode.BusinessUnitTask<A,T>
extends AbstractDelegatingPersistTask<A,T>
-
Field Summary
Fields inherited from class ch.tocco.nice2.persist.core.api.exec.AbstractDelegatingPersistTask
delegate
-
Constructor Summary
ConstructorDescriptionBusinessUnitTask
(PersistTask<A, T> delegate, BusinessUnitManager manager, BusinessUnit businessUnit) -
Method Summary
Methods inherited from class ch.tocco.nice2.persist.core.api.exec.AbstractDelegatingPersistTask
getDescription
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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, skipErrors, unwrap
-
Constructor Details
-
BusinessUnitTask
public BusinessUnitTask(PersistTask<A, T> delegate, BusinessUnitManager manager, BusinessUnit businessUnit)
-
-
Method Details
-
run
- Throws:
Exception
-
toString
-
descriptionVariables
- Specified by:
descriptionVariables
in classAbstractDelegatingPersistTask<A,
T>
-