|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Group
object reflects a set of user accounts defined on
the Content Services server. Access rights are
assigned to individual user accounts and/or to the groups to which the
individual user belongs.
Security on objects, such as folders and documents, can pertain to particular groups. These groups, and the users that make up the group's membership, are defined by the Content Services system administrator.
You cannot create a new Group
object, but you can instantiate
a persisted one by retrieving an individual
Group
object from a Groups
collection object. (Refer to
the Groups
interface for ways
to instantiate this collection object.)
You can call
methods on the Group
object to retrieve information
about the group, such as its name, or to get references to other objects. References
to other objects may include the users who are members of the group and the
parent groups of the group.
A copy of users and groups are cached.
Field Summary |
Method Summary | |
Groups |
getSubGroups()
Not Implemented in CS Java Connector v3.0. |
Users |
getUsers()
Returns a Users collection object whose elements represent
the user accounts in this group.
|
Methods inherited from interface com.filenet.wcm.api.BaseObject |
equals, exportObject, getClassId, getId, getName, getObjectStoreId, getObjectType, getSession, hashCode, thisBaseObject |
Methods inherited from interface com.filenet.wcm.api.SecurityGrantee |
getParentGroups, getParentGroups |
Methods inherited from interface com.filenet.wcm.api.ReadableMetadataObject |
getProperties, getProperties, getPropertiesXML, getPropertyBinaryValue, getPropertyBooleanValue, getPropertyDateValue, getPropertyDoubleValue, getPropertyIntValue, getPropertyStringValue, getPropertyValue, getPropertyValuesValue, refresh, refresh |
Method Detail |
public Groups getSubGroups()
Not Implemented in CS Java Connector v3.0.
Returns aGroups
collection whose elements represent members of
this Group
.
A group can
identify a set of users as well as other groups, called subgroups. Use
this method to retrieve the subgroups of this Group
.
Groups
collection.public Users getUsers()
Returns a Users
collection object whose elements represent
the user accounts in this group.
For example, a system administrator might assign all users
in the Accounting department to a group called "Acctg". A call
to getUsers()
on that group returns a list of the
users who are members of the "Acctg" group.
Each user assigned to the group has the same access rights that are assigned to the group, except when a user's rights are higher than the group's. In that case, the user's rights take precedence.
Users
collection. Each element of the collection represents a
user assigned to this Group
.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |