Class GetSelectedWidgetStatesTask
java.lang.Object
ch.tocco.nice2.optional.cms.impl.content.visibility.AbstractGetSelectStatesTask
ch.tocco.nice2.optional.cms.impl.content.visibility.GetSelectedWidgetStatesTask
- All Implemented Interfaces:
PersistTask<PrimaryKey,
Map<String, Set<String>>>
Get selected widget states.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isSelected
(ContentStatus status, PrimaryKey contentToSectionKey, CommandContext commandContext) Methods inherited from class ch.tocco.nice2.optional.cms.impl.content.visibility.AbstractGetSelectStatesTask
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
-
GetSelectedWidgetStatesTask
-
-
Method Details
-
isSelected
protected boolean isSelected(ContentStatus status, PrimaryKey contentToSectionKey, CommandContext commandContext) - Specified by:
isSelected
in classAbstractGetSelectStatesTask
-