4Suite API Documentation

Module Ft.Server.Server.Xslt.Group

XSLT and XPath extensions supporting the 4SS group API

Copyright 2004 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
Classes:
Functions:
Fields:

Classes

Adds a user or group to the specified group

Methods

instantiate(self, context, processor)

Methods inherited from class Ft.Xml.Xslt.StylesheetTree.XsltElement

Methods inherited from class Ft.Xml.Xslt.StylesheetTree.XsltNode

Fields

content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements
legalAttrs = {'member-path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>}

Fields

Fields


class RemoveMemberElement(Ft.Xml.Xslt.StylesheetTree.XsltElement)
Removes a user or group from the specified group

Methods

instantiate(self, context, processor)

Methods inherited from class Ft.Xml.Xslt.StylesheetTree.XsltElement

Methods inherited from class Ft.Xml.Xslt.StylesheetTree.XsltNode

Fields

content = <Ft.Xml.Xslt.ContentInfo.Atom instance>
Empty is the content model for childless elements
legalAttrs = {'member-path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>, 'path': <Ft.Xml.Xslt.AttributeInfo.UriReferenceAvt instance>}

Fields

Fields

Functions

GetMemberPaths(context, group)
Returns, as a node-set of 'path' elements, the full paths to all user resources that are members of the specified group

Fields

ExtElements = {('http://xmlns.4suite.org/4ss/score', 'add-member'): <class Ft.Server.Server.Xslt.Group.AddMemberElement>, ('http://xmlns.4suite.org/4ss/score', 'remove-member'): <class Ft.Server.Server.Xslt.Group.RemoveMemberElement>}
ExtFunctions = {('http://xmlns.4suite.org/4ss/score', 'get-member-paths'): <function GetMemberPaths>}
SCORE_NS = 'http://xmlns.4suite.org/4ss/score'