|
Oracle© Collaboration Suite Workspaces Web Services API Reference 10g Release 1 (10.1.2.2) Part No. B28209-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.ws.beans.GroupGrants
This class represents privileges of group members- namely name of the group, the roles information of the members of the group etc.
Method Summary | |
java.lang.String |
getGrantee() Gets the name of the group. |
java.lang.String[] |
getNativeRoles() Gets the role type of the group that is native to content services - for example, author, reviewer etc. |
java.lang.String |
getPropagatedFrom() Gets the folder from which the role is inherited. |
boolean |
getPropagating() Gets whether the grant is inherited. |
java.lang.String |
getRole() Gets the role type of the group. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getGrantee()
public java.lang.String getRole()
public java.lang.String[] getNativeRoles()
public boolean getPropagating()
public java.lang.String getPropagatedFrom()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |