|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.bea.ales.management.Action
This class represents an action.
| Method Summary | |
java.util.Collection |
getGroups()
Get all action groups that the action belongs to. |
java.lang.String |
getName()
Get the name of the action. |
void |
rename(java.lang.String newName)
Rename the action. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public java.lang.String getName()
public void rename(java.lang.String newName)
throws ManagementException
newName - new name for the action. It can not be null or empty string.newName is null or
empty string.
public java.util.Collection getGroups()
throws ManagementException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||