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 void
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.computedgroups Modifier and Type Interface Description interface
ComputedGroup
Marker interface for computed group (avoids changingNuxeoGroup
interface).Classes in org.nuxeo.ecm.platform.computedgroups that implement NuxeoGroup Modifier and Type Class Description class
NuxeoComputedGroup
Computed group implementation class.Methods in org.nuxeo.ecm.platform.computedgroups that return NuxeoGroup Modifier and Type Method Description NuxeoGroup
ComputedGroupsService. getComputedGroup(String groupName)
Deprecated.since 9.3NuxeoGroup
ComputedGroupsService. getComputedGroup(String groupName, GroupConfig groupConfig)
Resolves a computed group by it's name.NuxeoGroup
ComputedGroupsServiceImpl. getComputedGroup(String groupName)
Deprecated.NuxeoGroup
ComputedGroupsServiceImpl. getComputedGroup(String groupName, GroupConfig groupConfig)
NuxeoGroup
UserManagerWithComputedGroups. getGroup(String groupName)
NuxeoGroup
UserManagerWithComputedGroups. 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 class
NuxeoGroupImpl
Methods in org.nuxeo.ecm.platform.usermanager that return NuxeoGroup Modifier and Type Method Description NuxeoGroup
FakeUserManagerImpl. getGroup(String groupName)
NuxeoGroup
UserManager. getGroup(String groupName)
Returns the nuxeo group with given name or null if it does not exist.NuxeoGroup
UserManagerImpl. getGroup(String groupName)
protected NuxeoGroup
UserManagerImpl. getGroup(String groupName, DocumentModel context)
protected NuxeoGroup
UserManagerImpl. 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 NuxeoGroup
NuxeoGroupJsonReader. 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 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 NuxeoGroup Modifier and Type Method Description protected NuxeoGroup
GroupMemberGroupsPageProvider. 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 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 NuxeoGroup Modifier and Type Method Description protected void
UserToGroupObject. addUserToGroup(NuxeoPrincipal principal, NuxeoGroup group)
protected void
GroupRootObject. checkPrecondition(NuxeoGroup group)
protected static Set<String>
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)
-