oracle.discussions.sdk
Class TdContainerPermissions
java.lang.Object
|
+--oracle.discussions.sdk.TdPermissions
|
+--oracle.discussions.sdk.TdContainerPermissions
- Direct Known Subclasses:
- TdBoardPermissions, TdFacilityPermissions
- public class TdContainerPermissions
- extends TdPermissions
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.
- Facility - Category
- Board - Forum
- Delete - Hide
- Since:
- OCS 10.1.1
- See Also:
TdBoardPermissions
, TdPermissions
Method Summary |
boolean |
canDelete()
Returns a boolean value indicating if a user can delete a container. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_tdc
protected TdContainer _tdc
canDelete
public boolean canDelete()
- Returns a boolean value indicating if a user can delete a container.
Returns true if a user can delete the container and false if the user doesnot have permissions to delete the same.
-
- Returns:
- boolean condition indicating if the user has permissions to delete the container.
Copyright © 2002, 2005, Oracle. All rights reserved.