Oracle Collaboration Suite Discussions Java API Reference
10g (10.1.1)

Part No. B16232-01


oracle.discussions.sdk
Class TdPermissions

java.lang.Object
  extended byoracle.discussions.sdk.TdPermissions

Direct Known Subclasses:
TdContainerPermissions, TdMessagePermissions

public abstract class TdPermissions
extends java.lang.Object

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.

Since:
OCS 10.1.1

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

getRole

public 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.
Returns:
the role of the current user

Copyright © 2005, Oracle. All rights reserved.