Package com.day.cq.workflow.predicate
Class DialogPredicate
java.lang.Object
com.day.cq.commons.predicate.AbstractNodePredicate
com.day.cq.workflow.predicate.DialogPredicate
- All Implemented Interfaces:
Predicate
@Service(Predicate.class)
@Property(name="predicate.name",
value="dialog")
public class DialogPredicate
extends AbstractNodePredicate
implements Predicate
Predicate used to filter dialog nodes for user selection.
-
Constructor Details
-
DialogPredicate
public DialogPredicate()
-
-
Method Details
-
evaluate
Evaluates this predicate on the given node.- Specified by:
evaluatein classAbstractNodePredicate- Parameters:
node- the node- Returns:
trueif node must not behidden- Throws:
RepositoryException- if an error during evaluation occurs
-