Group repository resource class
Copyright 2003 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
Classes
- class GroupImp(Ft.Server.Server.SCore.XmlDocumentImp.XmlDocumentImp, Ft.Server.Server.SCore.GroupableObjectMixin.GroupableObjectMixin)
-
Contains implementation for a group resource which is a set of specified users
Methods
- addMember(self, user)
-
Add a member to this group
- getMemberPaths(self)
-
Get a list of names of all users that are members of this group
- getMembers(self)
-
Get a list of all the users that are members of this group
- getUsername(self)
-
Get the username of this group
- removeMember(self, user)
-
Remove a user from this group
__init__,
__str__,
addAcl,
addAlias,
addLiteralProperty,
addResourceProperty,
applyXslt,
asDom,
delete,
fetchResource,
getAbsolutePath,
getAbsolutePathAsUri,
getAcl,
getAclIdent,
getAclIdentifiers,
getAliases,
getBasePath,
getContentSlice,
getCreationDate,
getDisplayPath,
getExtFunctionsAndElements,
getLastModifiedDate,
getModel,
getName,
getOwner,
getParent,
getPath,
getResourceType,
getRoot,
getSize,
getStatementsAbout,
getStatementsGeneratedBy,
hasResource,
inheritAcl,
isResourceType,
markTemporary,
removeAcl,
removeAlias,
removeLiteralProperty,
removeResourceProperty,
setAcl,
setOwner,
toXPathContext,
verifyAcl,
xUpdate
Members
- resourceType = 8
Functions
- NewGroupXml(driver, name, path, acl, owner, docDef)