Class GetSelectedPageStatesTask
java.lang.Object
ch.tocco.nice2.optional.cms.impl.content.visibility.AbstractGetSelectStatesTask
ch.tocco.nice2.optional.cms.impl.content.visibility.GetSelectedPageStatesTask
- All Implemented Interfaces:
PersistTask<PrimaryKey, Map<String, Set<String>>>
Get all selected page states.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisSelected(ContentStatus status, PrimaryKey contentToSectionKey, CommandContext commandContext) Methods inherited from class AbstractGetSelectStatesTask
runMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PersistTask
andThenDo, compose, compose2, composeWhen, discardResult, expand, expand, getDescription, ifElse, orWhen, orWhenNot, passWhen, passWhenNot, skipErrors, unwrap
-
Constructor Details
-
GetSelectedPageStatesTask
-
-
Method Details
-
isSelected
protected boolean isSelected(ContentStatus status, PrimaryKey contentToSectionKey, CommandContext commandContext) - Specified by:
isSelectedin classAbstractGetSelectStatesTask
-