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