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 classMultiTenantGroupComputer -
Uses of GroupComputer in org.nuxeo.ecm.platform.computedgroups
Subinterfaces of GroupComputer in org.nuxeo.ecm.platform.computedgroups Modifier and Type Interface Description interfaceGroupComputerLabelledGroup 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 classAbstractAttributeBasedGroupComputerBase class forGroupComputerimplementation that uses User attribute to compute groups.classAbstractGroupComputerBase class forGroupComputerimplementation.classCompanyGroupComputerSampleGroupComputerimplementation that uses company field.classDocumentMetadataGroupComputerConfigurable Group Computer based on Metadata of Documents.classUserMetadataGroupComputerConfigurable Group Computer based on metadata of the user.Fields in org.nuxeo.ecm.platform.computedgroups declared as GroupComputer Modifier and Type Field Description protected GroupComputerGroupComputerDescriptor. groupComputerFields in org.nuxeo.ecm.platform.computedgroups with type parameters of type GroupComputer Modifier and Type Field Description protected Class<GroupComputer>GroupComputerDescriptor. computerClassMethods in org.nuxeo.ecm.platform.computedgroups that return GroupComputer Modifier and Type Method Description GroupComputerDocumentMetadataGroupComputerDescriptor. getComputer()GroupComputerGroupComputerDescriptor. getComputer()GroupComputerUserMetadataGroupComputerDescriptor. 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 classShibbolethGroupComputer
-