You are here: Home Plone products collective.autogroup

collective.autogroup (0.1)

1
by Olha Pelishok last modified 2010-02-16
0.0
0.0
0.0
0.0
Released on 2010-02-15 by Rafael Oliveira for Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: beta
Provide a simple API to create automatic groups in Plone.

This package provide a simple API to create automatic groups in Plone. Automatic groups are users groups that have its member set automaticaly calculated. The AuthenticatedMembers group is an example automatic group, created by Plone.

Creating an automatic group is simple:

  1. Create a class implementing IMembershipCriteria. This class define a criteria to decied whether an user belongs or not to the group.
  2. Call utils.create_auto_group passing an instance of IMembershipCriteria and other info about the group.

Inside the utils module there are other useful functions.

Document Actions
Powered by Plone