Uses of Interface
org.nuxeo.ecm.core.api.NuxeoGroup
Packages that use NuxeoGroup
Package
Description
-
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 -
Uses of NuxeoGroup in org.nuxeo.ecm.automation.features
Methods in org.nuxeo.ecm.automation.features with parameters of type NuxeoGroupModifier and TypeMethodDescriptionvoid
PrincipalHelper.EmailCollector.collect
(NuxeoGroup group) void
PrincipalHelper.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.computedgroupsModifier and TypeInterfaceDescriptioninterface
Marker interface for computed group (avoids changingNuxeoGroup
interface).Classes in org.nuxeo.ecm.platform.computedgroups that implement NuxeoGroupMethods in org.nuxeo.ecm.platform.computedgroups that return NuxeoGroupModifier and TypeMethodDescriptionComputedGroupsService.getComputedGroup
(String groupName, GroupConfig groupConfig) Resolves a computed group by it's name.ComputedGroupsServiceImpl.getComputedGroup
(String groupName, GroupConfig groupConfig) UserManagerWithComputedGroups.getGroup
(String groupName, DocumentModel context) -
Uses of NuxeoGroup in org.nuxeo.ecm.platform.usermanager
Classes in org.nuxeo.ecm.platform.usermanager that implement NuxeoGroupMethods in org.nuxeo.ecm.platform.usermanager that return NuxeoGroupModifier and TypeMethodDescriptionReturns the nuxeo group with given name or null if it does not exist.protected NuxeoGroup
UserManagerImpl.getGroup
(String groupName, DocumentModel context) protected NuxeoGroup
UserManagerImpl.makeGroup
(DocumentModel groupEntry) Methods in org.nuxeo.ecm.platform.usermanager with parameters of type NuxeoGroupModifier and TypeMethodDescriptionstatic void
UserManagerHelper.addGroupToGroup
(NuxeoGroup subgroup, String groupName) static void
UserManagerHelper.addUserToGroup
(NuxeoPrincipal principal, NuxeoGroup group) static void
UserManagerHelper.addUserToGroup
(NuxeoPrincipal principal, NuxeoGroup group, boolean loadGroupMembers) static void
UserManagerHelper.removeGroupFromGroup
(NuxeoGroup subgroup, String groupName) static void
UserManagerHelper.removeUserFromGroup
(NuxeoPrincipal principal, NuxeoGroup group) static void
UserManagerHelper.removeUserFromGroup
(NuxeoPrincipal principal, NuxeoGroup group, boolean loadGroupMembers) -
Uses of NuxeoGroup in org.nuxeo.ecm.platform.usermanager.io
Methods in org.nuxeo.ecm.platform.usermanager.io that return NuxeoGroupModifier and TypeMethodDescriptionprotected NuxeoGroup
NuxeoGroupJsonReader.readEntity
(com.fasterxml.jackson.databind.JsonNode jn) Methods in org.nuxeo.ecm.platform.usermanager.io with parameters of type NuxeoGroupModifier and TypeMethodDescriptionprotected void
NuxeoGroupJsonWriter.writeEntityBody
(NuxeoGroup group, com.fasterxml.jackson.core.JsonGenerator jg) protected void
NuxeoGroupJsonWriter.writeMemberGroups
(NuxeoGroup group, com.fasterxml.jackson.core.JsonGenerator jg) protected void
NuxeoGroupJsonWriter.writeMemberUsers
(NuxeoGroup group, com.fasterxml.jackson.core.JsonGenerator jg) protected void
NuxeoGroupJsonWriter.writeParentGroups
(NuxeoGroup group, com.fasterxml.jackson.core.JsonGenerator jg) protected void
NuxeoGroupJsonWriter.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 NuxeoGroupMethods in org.nuxeo.ecm.platform.usermanager.providers that return types with arguments of type NuxeoGroupMethods in org.nuxeo.ecm.platform.usermanager.providers with parameters of type NuxeoGroupModifier and TypeMethodDescriptionAbstractGroupMemberPageProvider.getMembers
(NuxeoGroup group) GroupMemberGroupsPageProvider.getMembers
(NuxeoGroup group) 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 NuxeoGroupModifier and TypeMethodDescriptionprotected NuxeoGroup
GroupRootObject.createArtifact
(NuxeoGroup group) protected NuxeoGroup
GroupRootObject.getArtifact
(String id) protected NuxeoGroup
GroupObject.updateArtifact
(NuxeoGroup updateGroup) Methods in org.nuxeo.ecm.restapi.server.jaxrs.usermanager with parameters of type NuxeoGroupModifier and TypeMethodDescriptionprotected void
UserToGroupObject.addUserToGroup
(NuxeoPrincipal principal, NuxeoGroup group) protected void
GroupRootObject.checkPrecondition
(NuxeoGroup group) GroupRootObject.computeAllGroups
(UserManager um, NuxeoGroup group) protected NuxeoGroup
GroupRootObject.createArtifact
(NuxeoGroup group) protected boolean
GroupObject.isAPowerUserEditableArtifact
(NuxeoGroup artifact) protected void
UserToGroupObject.removeUserFromGroup
(NuxeoPrincipal principal, NuxeoGroup group) protected NuxeoGroup
GroupObject.updateArtifact
(NuxeoGroup updateGroup)