Uses of Interface
org.nuxeo.ecm.platform.computedgroups.GroupComputer
-
Packages that use GroupComputer Package Description org.nuxeo.ecm.multi.tenant org.nuxeo.ecm.platform.computedgroups org.nuxeo.ecm.platform.shibboleth.computedgroups -
-
Uses of GroupComputer in org.nuxeo.ecm.multi.tenant
Classes in org.nuxeo.ecm.multi.tenant that implement GroupComputer Modifier and Type Class Description class
MultiTenantGroupComputer
-
Uses of GroupComputer in org.nuxeo.ecm.platform.computedgroups
Subinterfaces of GroupComputer in org.nuxeo.ecm.platform.computedgroups Modifier and Type Interface Description interface
GroupComputerLabelled
Group Computer implementing this interface will expose Group with specific label.Classes in org.nuxeo.ecm.platform.computedgroups that implement GroupComputer Modifier and Type Class Description class
AbstractAttributeBasedGroupComputer
Base class forGroupComputer
implementation that uses User attribute to compute groups.class
AbstractGroupComputer
Base class forGroupComputer
implementation.class
CompanyGroupComputer
SampleGroupComputer
implementation that uses company field.class
DocumentMetadataGroupComputer
Configurable Group Computer based on Metadata of Documents.class
UserMetadataGroupComputer
Configurable Group Computer based on metadata of the user.Fields in org.nuxeo.ecm.platform.computedgroups declared as GroupComputer Modifier and Type Field Description protected GroupComputer
GroupComputerDescriptor. groupComputer
Fields in org.nuxeo.ecm.platform.computedgroups with type parameters of type GroupComputer Modifier and Type Field Description protected Class<GroupComputer>
GroupComputerDescriptor. computerClass
Methods in org.nuxeo.ecm.platform.computedgroups that return GroupComputer Modifier and Type Method Description GroupComputer
DocumentMetadataGroupComputerDescriptor. getComputer()
GroupComputer
GroupComputerDescriptor. getComputer()
GroupComputer
UserMetadataGroupComputerDescriptor. getComputer()
-
Uses of GroupComputer in org.nuxeo.ecm.platform.shibboleth.computedgroups
Classes in org.nuxeo.ecm.platform.shibboleth.computedgroups that implement GroupComputer Modifier and Type Class Description class
ShibbolethGroupComputer
-