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 Summary
Constructors Constructor Description AuthorizablePredicate() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanevaluate(Node node)Evaluates this predicate on the given node.- 
Methods inherited from class com.day.cq.commons.predicate.AbstractNodePredicate
evaluate 
 - 
 
 - 
 
- 
- 
Method Detail
- 
evaluate
public boolean evaluate(Node node) throws RepositoryException
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
 
 - 
 
 -