Modifier and Type | Method and Description |
---|---|
void |
PrincipalHelper.EmailCollector.collect(NuxeoGroup group) |
void |
PrincipalHelper.resolveGroups(NuxeoGroup group,
org.nuxeo.ecm.automation.features.PrincipalHelper.Collector<?> collector) |
Modifier and Type | Interface and Description |
---|---|
interface |
ComputedGroup
Marker interface for computed group (avoids changing
NuxeoGroup interface). |
Modifier and Type | Class and Description |
---|---|
class |
NuxeoComputedGroup
Computed group implementation class.
|
Modifier and Type | Method and Description |
---|---|
NuxeoGroup |
ComputedGroupsServiceImpl.getComputedGroup(String groupName)
Deprecated.
|
NuxeoGroup |
ComputedGroupsService.getComputedGroup(String groupName)
Deprecated.
since 9.3
|
NuxeoGroup |
ComputedGroupsServiceImpl.getComputedGroup(String groupName,
GroupConfig groupConfig) |
NuxeoGroup |
ComputedGroupsService.getComputedGroup(String groupName,
GroupConfig groupConfig)
Resolves a computed group by it's name.
|
NuxeoGroup |
UserManagerWithComputedGroups.getGroup(String groupName) |
NuxeoGroup |
UserManagerWithComputedGroups.getGroup(String groupName,
DocumentModel context) |
Modifier and Type | Class and Description |
---|---|
class |
NuxeoGroupImpl |
Modifier and Type | Method and Description |
---|---|
NuxeoGroup |
UserManager.getGroup(String groupName)
Returns the nuxeo group with given name or null if it does not exist.
|
NuxeoGroup |
UserManagerImpl.getGroup(String groupName) |
NuxeoGroup |
FakeUserManagerImpl.getGroup(String groupName) |
protected NuxeoGroup |
UserManagerImpl.getGroup(String groupName,
DocumentModel context) |
protected NuxeoGroup |
UserManagerImpl.makeGroup(DocumentModel groupEntry) |
Modifier and Type | Method and Description |
---|---|
protected NuxeoGroup |
NuxeoGroupJsonReader.readEntity(org.codehaus.jackson.JsonNode jn) |
Modifier and Type | Method and Description |
---|---|
protected void |
NuxeoGroupJsonWriter.writeEntityBody(NuxeoGroup group,
org.codehaus.jackson.JsonGenerator jg) |
protected void |
NuxeoGroupJsonWriter.writeMemberGroups(NuxeoGroup group,
org.codehaus.jackson.JsonGenerator jg) |
protected void |
NuxeoGroupJsonWriter.writeMemberUsers(NuxeoGroup group,
org.codehaus.jackson.JsonGenerator jg) |
protected void |
NuxeoGroupJsonWriter.writeParentGroups(NuxeoGroup group,
org.codehaus.jackson.JsonGenerator jg) |
protected void |
NuxeoGroupJsonWriter.writeProperties(NuxeoGroup group,
org.codehaus.jackson.JsonGenerator jg) |
Modifier and Type | Method and Description |
---|---|
protected NuxeoGroup |
GroupMemberGroupsPageProvider.getMember(String id) |
Modifier and Type | Method and Description |
---|---|
List<NuxeoGroup> |
NuxeoGroupsPageProvider.getCurrentPage() |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
GroupMemberUsersPageProvider.getMembers(NuxeoGroup group) |
protected List<String> |
GroupMemberGroupsPageProvider.getMembers(NuxeoGroup group) |
protected abstract List<String> |
AbstractGroupMemberPageProvider.getMembers(NuxeoGroup group) |
Modifier and Type | Method and Description |
---|---|
protected NuxeoGroup |
GroupRootObject.createArtifact(NuxeoGroup group) |
protected NuxeoGroup |
GroupRootObject.getArtifact(String id) |
protected NuxeoGroup |
GroupObject.updateArtifact(NuxeoGroup updateGroup) |
Modifier and Type | Method and Description |
---|---|
protected void |
UserToGroupObject.addUserToGroup(NuxeoPrincipal principal,
NuxeoGroup group) |
protected void |
GroupRootObject.checkPrecondition(NuxeoGroup group) |
protected NuxeoGroup |
GroupRootObject.createArtifact(NuxeoGroup group) |
protected void |
UserToGroupObject.removeUserFromGroup(NuxeoPrincipal principal,
NuxeoGroup group) |
protected NuxeoGroup |
GroupObject.updateArtifact(NuxeoGroup updateGroup) |
Copyright © 2018 Nuxeo. All rights reserved.