|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PermissionChecker.Function
This class must be implemented by all user defined Functions.
In addition to these methods, a toString() should be implemented that reconstructs the original format of the function (i.e. function_name(arg1,arg2...)).
| Method Summary | |
|---|---|
boolean |
evaluate()
This method is invoked by the PermissionCheck to evaluate the function to true or false. |
java.util.List |
getArguments()
This method returns the List of arguments. |
void |
setArguments(java.util.List args)
This method is invoked be the PermissionChecker to set the arguments. |
| Method Detail |
|---|
java.util.List getArguments()
void setArguments(java.util.List args)
boolean evaluate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||