Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class GroupGrants

java.lang.Object
  extended byoracle.workspaces.ws.beans.GroupGrants


public class GroupGrants
extends java.lang.Object

This class represents privileges of group members- namely name of the group, the roles information of the members of the group etc.


Method Summary
 java.lang.String getGrantee()
          Gets the name of the group.
 java.lang.String[] getNativeRoles()
          Gets the role type of the group that is native to content services - for example, author, reviewer etc.
 java.lang.String getPropagatedFrom()
          Gets the folder from which the role is inherited.
 boolean getPropagating()
          Gets whether the grant is inherited.
 java.lang.String getRole()
          Gets the role type of the group.

 

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

 

Method Detail

getGrantee

public java.lang.String getGrantee()
Gets the name of the group.
Returns:
name of the group.

getRole

public java.lang.String getRole()
Gets the role type of the group. The valid roles are "READER", "WRITER", "ADMIN".
Returns:
role type of the grantee.

getNativeRoles

public java.lang.String[] getNativeRoles()
Gets the role type of the group that is native to content services - for example, author, reviewer etc.
Returns:
String[]

getPropagating

public boolean getPropagating()
Gets whether the grant is inherited.
Returns:
boolean

getPropagatedFrom

public java.lang.String getPropagatedFrom()
Gets the folder from which the role is inherited.
Returns:
String - folder id

Copyright © 2001, 2006, Oracle. All rights reserved.