|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMethodPermission
Interface for element method-permission.
| Field Summary | |
|---|---|
static String |
NAME
Name of this element. |
| Method Summary | |
|---|---|
void |
addMethod(IMethodDD method)
Add a new Method. |
void |
addRoleName(String roleName)
Add the given role. |
List<IMethodDD> |
getMethods()
|
List<String> |
getRoleNameList()
Gets the name of the role. |
boolean |
isUnchecked()
Is it unchecked ?. |
void |
setUnchecked(boolean unchecked)
Sets the unchecked flag. |
| Field Detail |
|---|
static final String NAME
| Method Detail |
|---|
void setUnchecked(boolean unchecked)
unchecked - the given boolean value.boolean isUnchecked()
void addMethod(IMethodDD method)
method - the given method.List<IMethodDD> getMethods()
List<String> getRoleNameList()
void addRoleName(String roleName)
roleName - the name of the role.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||