Class JsonTreeTask
java.lang.Object
ch.tocco.nice2.netui.impl.actions.entityoperation.services.JsonTreeTask
- All Implemented Interfaces:
OptionalTask<EntityList, Void>, PersistTask<EntityList, Void>, CascadeCommons
-
Field Summary
Fields inherited from interface CascadeCommons
allBusinessUnits, noBusinessUnit -
Constructor Summary
ConstructorsConstructorDescriptionJsonTreeTask(org.slf4j.Logger log, CascadingDelete cascadingDelete, JsonTreeTraverser jsonTreeTraverser, BusinessUnitManager businessUnitManager) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface OptionalTask
runMethods inherited from interface PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
JsonTreeTask
public JsonTreeTask(org.slf4j.Logger log, CascadingDelete cascadingDelete, JsonTreeTraverser jsonTreeTraverser, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
doRun
- Specified by:
doRunin interfaceOptionalTask<EntityList, Void>- Throws:
Exception
-
toString
-