Class UnpublishContentTask
java.lang.Object
ch.tocco.nice2.dms.spi.content.persist.UnpublishContentTask
- All Implemented Interfaces:
PersistTask<PrimaryKey,Void>
-
Constructor Summary
ConstructorsConstructorDescriptionUnpublishContentTask(CascadingDeleteService cascadingDeleteService, String entityName) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
UnpublishContentTask
-
-
Method Details
-
run
public Void run(Optional<PrimaryKey> key, CommandContext commandContext) throws PersistException, InterruptedException - Specified by:
runin interfacePersistTask<PrimaryKey,Void> - Throws:
PersistExceptionInterruptedException
-