|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.action.evaluator.BaseActionEvaluator
org.alfresco.web.action.evaluator.ViewPermissionEvaluator
public class ViewPermissionEvaluator
UI Action Evaluator - Evaluates whether the view permissions action should be visible.
Constructor Summary | |
---|---|
ViewPermissionEvaluator()
|
Method Summary | |
---|---|
boolean |
evaluate(Node node)
The evaluator should decide if the action precondition is valid based on the appropriate logic and the properties etc. |
boolean |
evaluate(java.lang.Object obj)
The evaluator should decide if the action precondition is valid based on the appropriate logic and the state etc. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewPermissionEvaluator()
Method Detail |
---|
public boolean evaluate(Node node)
ActionEvaluator
evaluate
in interface ActionEvaluator
evaluate
in class BaseActionEvaluator
node
- Node context for the action
public boolean evaluate(java.lang.Object obj)
ActionEvaluator
evaluate
in interface ActionEvaluator
evaluate
in class BaseActionEvaluator
obj
- The object the action is for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |