Class UnsupportedPublishStatusTask
java.lang.Object
ch.tocco.nice2.dms.spi.content.persist.UnsupportedPublishStatusTask
- All Implemented Interfaces:
PersistTask<Entity,
Void>
- Direct Known Subclasses:
PublishSnippetsOfPublishedPageTask
public abstract class UnsupportedPublishStatusTask
extends Object
implements PersistTask<Entity,Void>
Base class for the task to execute in
AbstractCopyContentTask
if the current publish status of the entity is not supported.-
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, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, run, skipErrors, unwrap
-
Constructor Details
-
UnsupportedPublishStatusTask
public UnsupportedPublishStatusTask()
-