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

Part No. B16232-01


oracle.discussions.sdk
Class TdFacilityPermissions

java.lang.Object
  extended byoracle.discussions.sdk.TdPermissions
      extended byoracle.discussions.sdk.TdContainerPermissions
          extended byoracle.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.java

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
equals, 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.

Copyright © 2005, Oracle. All rights reserved.