|
Oracle Collaboration Suite Discussions Java API Reference 10g (10.1.1) Part No. B16232-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.sdk.TdPermissions
oracle.discussions.sdk.TdContainerPermissions
Represents the permissions that a oracle discussions user holds on a container.
Acontainer can be either board or a facility.
Various operations performed by the user on a container are dependent on the role he plays on that container.
Oracle discussions elements names have been changed in the webui compared to that of sdk portion. The existing names to the new names mapping is as shown.
TdBoardPermissions.java
, TdPermissions.java
Method Summary | |
boolean |
canDelete() Returns a boolean value indicating if a user can delete a container. |
Methods inherited from class oracle.discussions.sdk.TdPermissions |
getRole |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean canDelete()
Returns true if a user can delete the container and false if the user doesnot have permissions to delete the same.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |