|
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.Grants
This class represents the role assigned to a user. The role defines the set of privileges a user can enjoy while accessing a library item.
Method Summary | |
java.lang.String |
getGrantee() Gets the nick name of the grantee. |
java.lang.String[] |
getNativeRoles() Gets the role native to content services (for example, Author role). |
java.lang.String |
getPropagatedFrom() Gets the parent folder id from which grants are inherited. |
java.lang.String |
getRole() Gets the role. |
boolean |
isAllUsersGranteeSet() Gets all users as grantee. |
boolean |
isPropagating() Gets the grants inherited from parent folder. |
void |
setAllUsersGrantee() Sets all users as grantee. |
void |
setGrantee(java.lang.String cuser) Sets the grantee. |
void |
setRole(java.lang.String croletype) Sets the role. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setGrantee(java.lang.String cuser)
cuser
-public java.lang.String getGrantee()
public void setAllUsersGrantee()
public boolean isAllUsersGranteeSet()
public void setRole(java.lang.String croletype)
croletype
-public java.lang.String getRole()
public java.lang.String[] getNativeRoles()
public boolean isPropagating()
public java.lang.String getPropagatedFrom()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |