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 ch.tocco.nice2.persist.entity.api.cascadingdelete.CascadeCommons
allBusinessUnits, noBusinessUnit
-
Constructor Summary
ConstructorDescriptionJsonTreeTask
(org.slf4j.Logger log, CascadingDelete cascadingDelete, JsonTreeTraverser jsonTreeTraverser, BusinessUnitManager businessUnitManager) -
Method Summary
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.OptionalTask
run
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
-
JsonTreeTask
public JsonTreeTask(org.slf4j.Logger log, CascadingDelete cascadingDelete, JsonTreeTraverser jsonTreeTraverser, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
doRun
- Specified by:
doRun
in interfaceOptionalTask<EntityList,
Void> - Throws:
Exception
-
toString
-