Uses of Interface
org.nuxeo.ecm.core.api.NuxeoGroup
-
-
Uses of NuxeoGroup in org.nuxeo.ecm.automation.core.operations.users
Methods in org.nuxeo.ecm.automation.core.operations.users with parameters of type NuxeoGroup Modifier and Type Method Description protected Set<String>CreateOrUpdateGroup. computeAllGroups(NuxeoGroup group) -
Uses of NuxeoGroup in org.nuxeo.ecm.automation.features
Methods in org.nuxeo.ecm.automation.features with parameters of type NuxeoGroup Modifier and Type Method Description voidPrincipalHelper.EmailCollector. collect(NuxeoGroup group)voidPrincipalHelper. resolveGroups(NuxeoGroup group, org.nuxeo.ecm.automation.features.PrincipalHelper.Collector<?> collector) -
Uses of NuxeoGroup in org.nuxeo.ecm.platform.computedgroups
Subinterfaces of NuxeoGroup in org.nuxeo.ecm.platform.computedgroups Modifier and Type Interface Description interfaceComputedGroupMarker interface for computed group (avoids changingNuxeoGroupinterface).Classes in org.nuxeo.ecm.platform.computedgroups that implement NuxeoGroup Modifier and Type Class Description classNuxeoComputedGroupComputed group implementation class.Methods in org.nuxeo.ecm.platform.computedgroups that return NuxeoGroup Modifier and Type Method Description NuxeoGroupComputedGroupsService. getComputedGroup(String groupName)Deprecated.since 9.3NuxeoGroupComputedGroupsService. getComputedGroup(String groupName, GroupConfig groupConfig)Resolves a computed group by it's name.NuxeoGroupComputedGroupsServiceImpl. getComputedGroup(String groupName)Deprecated.NuxeoGroupComputedGroupsServiceImpl. getComputedGroup(String groupName, GroupConfig groupConfig)NuxeoGroupUserManagerWithComputedGroups. getGroup(String groupName)NuxeoGroupUserManagerWithComputedGroups. getGroup(String groupName, DocumentModel context) -
Uses of NuxeoGroup in org.nuxeo.ecm.platform.usermanager
Classes in org.nuxeo.ecm.platform.usermanager that implement NuxeoGroup Modifier and Type Class Description classNuxeoGroupImplMethods in org.nuxeo.ecm.platform.usermanager that return NuxeoGroup Modifier and Type Method Description NuxeoGroupFakeUserManagerImpl. getGroup(String groupName)NuxeoGroupUserManager. getGroup(String groupName)Returns the nuxeo group with given name or null if it does not exist.NuxeoGroupUserManagerImpl. getGroup(String groupName)protected NuxeoGroupUserManagerImpl. getGroup(String groupName, DocumentModel context)protected NuxeoGroupUserManagerImpl. makeGroup(DocumentModel groupEntry) -
Uses of NuxeoGroup in org.nuxeo.ecm.platform.usermanager.io
Methods in org.nuxeo.ecm.platform.usermanager.io that return NuxeoGroup Modifier and Type Method Description protected NuxeoGroupNuxeoGroupJsonReader. readEntity(com.fasterxml.jackson.databind.JsonNode jn)Methods in org.nuxeo.ecm.platform.usermanager.io with parameters of type NuxeoGroup Modifier and Type Method Description protected voidNuxeoGroupJsonWriter. writeEntityBody(NuxeoGroup group, com.fasterxml.jackson.core.JsonGenerator jg)protected voidNuxeoGroupJsonWriter. writeMemberGroups(NuxeoGroup group, com.fasterxml.jackson.core.JsonGenerator jg)protected voidNuxeoGroupJsonWriter. writeMemberUsers(NuxeoGroup group, com.fasterxml.jackson.core.JsonGenerator jg)protected voidNuxeoGroupJsonWriter. writeParentGroups(NuxeoGroup group, com.fasterxml.jackson.core.JsonGenerator jg)protected voidNuxeoGroupJsonWriter. writeProperties(NuxeoGroup group, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of NuxeoGroup in org.nuxeo.ecm.platform.usermanager.providers
Methods in org.nuxeo.ecm.platform.usermanager.providers that return NuxeoGroup Modifier and Type Method Description protected NuxeoGroupGroupMemberGroupsPageProvider. getMember(String id)Methods in org.nuxeo.ecm.platform.usermanager.providers that return types with arguments of type NuxeoGroup Modifier and Type Method Description List<NuxeoGroup>NuxeoGroupsPageProvider. getCurrentPage()Methods in org.nuxeo.ecm.platform.usermanager.providers with parameters of type NuxeoGroup Modifier and Type Method Description protected abstract List<String>AbstractGroupMemberPageProvider. getMembers(NuxeoGroup group)protected List<String>GroupMemberGroupsPageProvider. getMembers(NuxeoGroup group)protected List<String>GroupMemberUsersPageProvider. getMembers(NuxeoGroup group) -
Uses of NuxeoGroup in org.nuxeo.ecm.restapi.server.jaxrs.usermanager
Methods in org.nuxeo.ecm.restapi.server.jaxrs.usermanager that return NuxeoGroup Modifier and Type Method Description protected NuxeoGroupGroupRootObject. createArtifact(NuxeoGroup group)protected NuxeoGroupGroupRootObject. getArtifact(String id)protected NuxeoGroupGroupObject. updateArtifact(NuxeoGroup updateGroup)Methods in org.nuxeo.ecm.restapi.server.jaxrs.usermanager with parameters of type NuxeoGroup Modifier and Type Method Description protected voidUserToGroupObject. addUserToGroup(NuxeoPrincipal principal, NuxeoGroup group)protected voidGroupRootObject. checkPrecondition(NuxeoGroup group)protected static Set<String>GroupRootObject. computeAllGroups(UserManager um, NuxeoGroup group)protected NuxeoGroupGroupRootObject. createArtifact(NuxeoGroup group)protected booleanGroupObject. isAPowerUserEditableArtifact(NuxeoGroup artifact)protected voidUserToGroupObject. removeUserFromGroup(NuxeoPrincipal principal, NuxeoGroup group)protected NuxeoGroupGroupObject. updateArtifact(NuxeoGroup updateGroup)
-