Uses of Interface
org.nuxeo.ecm.core.api.NuxeoGroup
Package
Description
-
Uses of NuxeoGroup in org.nuxeo.ecm.automation.core.operations.users
-
Uses of NuxeoGroup in org.nuxeo.ecm.automation.features
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Marker interface for computed group (avoids changingNuxeoGroup
interface).Modifier 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
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionprotected NuxeoGroup
NuxeoGroupJsonReader.readEntity
(com.fasterxml.jackson.databind.JsonNode jn) Modifier 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
Modifier and TypeMethodDescriptionAbstractGroupMemberPageProvider.getMembers
(NuxeoGroup group) GroupMemberGroupsPageProvider.getMembers
(NuxeoGroup group) GroupMemberUsersPageProvider.getMembers
(NuxeoGroup group) -
Uses of NuxeoGroup in org.nuxeo.ecm.restapi.server.jaxrs.usermanager
Modifier and TypeMethodDescriptionprotected NuxeoGroup
GroupRootObject.createArtifact
(NuxeoGroup group) protected NuxeoGroup
GroupRootObject.getArtifact
(String id) protected NuxeoGroup
GroupObject.updateArtifact
(NuxeoGroup updateGroup) Modifier 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)