Oracle Discussions Java API Reference
10g Release 1 (10.1.2)

B25496-01

oracle.discussions.sdk
Class TdFacilityPermissions

java.lang.Object
  |
  +--oracle.discussions.sdk.TdPermissions
        |
        +--oracle.discussions.sdk.TdContainerPermissions
              |
              +--oracle.discussions.sdk.TdFacilityPermissions

public class TdFacilityPermissions
extends TdContainerPermissions

Represents the permissions of the connected user on a facility.

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.

Since:
OCS 10.1.1
See Also:
TdPermissions

Fields inherited from class oracle.discussions.sdk.TdContainerPermissions
_tdc

 

Fields inherited from class oracle.discussions.sdk.TdPermissions
_tdr, _tdsession

 

Method Summary
 boolean canCreateBoard()
          Returns true if the current user can create a board under this facility.

 

Methods inherited from class oracle.discussions.sdk.TdContainerPermissions
canDelete

 

Methods inherited from class oracle.discussions.sdk.TdPermissions
getRole

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

canCreateBoard

public boolean canCreateBoard()
Returns true if the current user can create a board under this facility.

Oracle Discussions Java API Reference
10g Release 1 (10.1.2)

B25496-01

Copyright © 2002, 2005, Oracle. All rights reserved.