|
Oracle® Collaboration Suite Workspaces API Reference 10g Release 1 (10.1.2) B25479-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.workspaces.authorization.CwSubgroup
This class represents a subgroup defined in a workspace which is a collection of members in this workspace. Those members can be either individual users or group members. This subgroup entity can be a target to grant permissions/roles in the workspace. To create a subgroup in a workspace, please use oracle.workspaces.container.CwWorkspace.createSubgroup
. To get a subgroup in a workspace, please use CwWorkspace.getSubgroupById(java.lang.String)
.
Method Summary | |
CwAddSubgroupMembersResponse |
addMembers(CwMember[] members) Add a workspace member to a group. |
CwDeleteSubgroupMembersResponse |
dropMembers(CwMember[] members) Drop a workspace member to a group. |
java.lang.String |
getDistinguishedName() |
int |
getGranteeType() Get the type of the grantee. |
java.lang.String |
getId() |
CwSubgroupProperties |
getProperties() Return the properties in the group |
CwWorkspace |
getWorkspace() Return the workspace for this member |
boolean |
isMember(CwUser identity) Check if a user is the member of this subgroup. |
CwMember[] |
listMembers() List the members of the subgroup. |
void |
storeProperties() Set the new properties. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public CwAddSubgroupMembersResponse addMembers(CwMember[] members) throws CwException
CwException
public CwDeleteSubgroupMembersResponse dropMembers(CwMember[] members) throws CwException
CwException
public java.lang.String getDistinguishedName()
public int getGranteeType()
public java.lang.String getId()
public CwSubgroupProperties getProperties() throws CwException
CwException
public CwWorkspace getWorkspace()
public boolean isMember(CwUser identity) throws CwException
CwException
public CwMember[] listMembers() throws CwException
CwException
public void storeProperties() throws CwException
CwException
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |