Modifier and Type | Method and Description |
---|---|
BoxGroup |
BoxService.fillGroup(NuxeoGroup group) |
BoxGroup |
BoxServiceImpl.fillGroup(NuxeoGroup group)
Return a box group from a Nuxeo user metamodel
|
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 | Class and Description |
---|---|
class |
NuxeoGroupImpl |
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) |
NuxeoGroup |
ComputedGroupsService.getComputedGroup(String groupName)
Resolves a computed group by it's name.
|
NuxeoGroup |
UserManagerWithComputedGroups.getGroup(String groupName) |
Modifier and Type | Method and Description |
---|---|
NuxeoGroup |
UserManagerImpl.getGroup(String groupName) |
NuxeoGroup |
FakeUserManagerImpl.getGroup(String groupName) |
NuxeoGroup |
UserManager.getGroup(String groupName)
Returns the nuxeo group with given name or null if it does not exist.
|
Modifier and Type | Method and Description |
---|---|
List<NuxeoGroup> |
UserManagerImpl.getAvailableGroups() |
List<NuxeoGroup> |
FakeUserManagerImpl.getAvailableGroups() |
List<NuxeoGroup> |
UserManager.getAvailableGroups()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
UserManagerImpl.createGroup(NuxeoGroup group) |
void |
FakeUserManagerImpl.createGroup(NuxeoGroup group) |
void |
UserManager.createGroup(NuxeoGroup group)
Deprecated.
|
void |
UserManagerImpl.deleteGroup(NuxeoGroup group) |
void |
FakeUserManagerImpl.deleteGroup(NuxeoGroup group) |
void |
UserManager.deleteGroup(NuxeoGroup group)
Deprecated.
|
void |
UserManagerImpl.updateGroup(NuxeoGroup group) |
void |
FakeUserManagerImpl.updateGroup(NuxeoGroup group) |
void |
UserManager.updateGroup(NuxeoGroup group)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<NuxeoGroup> |
NuxeoGroupsPageProvider.getCurrentPage() |
Modifier and Type | Method and Description |
---|---|
NuxeoGroup |
NuxeoGroupReader.readFrom(Class<NuxeoGroup> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
void |
NuxeoGroupWriter.writeEntityBody(org.codehaus.jackson.JsonGenerator jg,
NuxeoGroup group) |
Modifier and Type | Method and Description |
---|---|
NuxeoGroup |
NuxeoGroupReader.readFrom(Class<NuxeoGroup> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
InputStream entityStream) |
Modifier and Type | Method and Description |
---|---|
List<NuxeoGroup> |
UserService.getGroups() |
Copyright © 2015 Nuxeo SA. All rights reserved.