Class GetEditContentTask
java.lang.Object
ch.tocco.nice2.optional.cms.impl.content.persist.GetPageContentTask
ch.tocco.nice2.optional.cms.impl.content.persist.GetEditContentTask
- All Implemented Interfaces:
PersistTask<PageNode,
PageContent>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable Entity
getContentEntity
(Entity pageEntity) protected @Nullable Entity
getSectionFromSnippet
(Entity snippetEntity) Methods inherited from class ch.tocco.nice2.optional.cms.impl.content.persist.GetPageContentTask
run
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, skipErrors, unwrap
-
Constructor Details
-
GetEditContentTask
public GetEditContentTask()
-
-
Method Details
-
getContentEntity
- Specified by:
getContentEntity
in classGetPageContentTask
- Throws:
PersistException
-
getSectionFromSnippet
@Nullable protected @Nullable Entity getSectionFromSnippet(Entity snippetEntity) throws PersistException - Specified by:
getSectionFromSnippet
in classGetPageContentTask
- Throws:
PersistException
-