|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.discussions.sdk.TdPermissions
Represents the permissions that a user has on a oracle discussions element. User's permissions are manifested by the role he plays on the discussions element.
Field Summary | |
protected TdRole |
_tdr |
protected oracle.discussions.sdk.impl.TdSession |
_tdsession |
Constructor Summary | |
protected |
TdPermissions(TdRole tdr, oracle.discussions.sdk.impl.TdSession tdsession) Constructor to initialize the Permissions instance taking in role and tdsesion objects. |
Method Summary | |
TdRole |
getRole() Returns the role of the current user, null will be returned if the user has no role on the object this permission refers to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected TdRole _tdr
protected oracle.discussions.sdk.impl.TdSession _tdsession
Constructor Detail |
protected TdPermissions(TdRole tdr, oracle.discussions.sdk.impl.TdSession tdsession)
tdr
- TdRole the user has on the discussions element.tdsession
- oracle discussions session for this td instance.Method Detail |
public TdRole getRole()
|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |