Class CompanyGroupComputer
- java.lang.Object
-
- org.nuxeo.ecm.platform.computedgroups.AbstractGroupComputer
-
- org.nuxeo.ecm.platform.computedgroups.AbstractAttributeBasedGroupComputer
-
- org.nuxeo.ecm.platform.computedgroups.CompanyGroupComputer
-
- All Implemented Interfaces:
GroupComputer
public class CompanyGroupComputer extends AbstractAttributeBasedGroupComputer
SampleGroupComputer
implementation that uses company field.- Author:
- Thierry Delprat
-
-
Constructor Summary
Constructors Constructor Description CompanyGroupComputer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getAttributeForGroupComputation()
-
Methods inherited from class org.nuxeo.ecm.platform.computedgroups.AbstractAttributeBasedGroupComputer
getAllGroupIds, getGroupMembers, getGroupsForUser, getParentsGroupNames, getSubGroupsNames, searchGroups
-
Methods inherited from class org.nuxeo.ecm.platform.computedgroups.AbstractGroupComputer
getUM, hasGroup, searchGroups
-
-
-
-
Constructor Detail
-
CompanyGroupComputer
public CompanyGroupComputer()
-
-
Method Detail
-
getAttributeForGroupComputation
protected String getAttributeForGroupComputation()
- Specified by:
getAttributeForGroupComputation
in classAbstractAttributeBasedGroupComputer
-
-