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 |
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 |
---|---|
List<NuxeoGroup> |
UserManager.getAvailableGroups()
Deprecated.
|
List<NuxeoGroup> |
UserManagerImpl.getAvailableGroups() |
List<NuxeoGroup> |
FakeUserManagerImpl.getAvailableGroups() |
Modifier and Type | Method and Description |
---|---|
void |
UserManager.createGroup(NuxeoGroup group)
Deprecated.
|
void |
UserManagerImpl.createGroup(NuxeoGroup group) |
void |
FakeUserManagerImpl.createGroup(NuxeoGroup group) |
void |
UserManager.deleteGroup(NuxeoGroup group)
Deprecated.
|
void |
UserManagerImpl.deleteGroup(NuxeoGroup group) |
void |
FakeUserManagerImpl.deleteGroup(NuxeoGroup group) |
void |
UserManager.updateGroup(NuxeoGroup group)
Deprecated.
|
void |
UserManagerImpl.updateGroup(NuxeoGroup group) |
void |
FakeUserManagerImpl.updateGroup(NuxeoGroup group) |
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) |
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
NuxeoGroupWriter.writeEntityBody(org.codehaus.jackson.JsonGenerator jg,
NuxeoGroup group)
Deprecated.
|
protected void |
NuxeoGroupListWriter.writeItem(org.codehaus.jackson.JsonGenerator jg,
NuxeoGroup item)
Deprecated.
|
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)
Deprecated.
|
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 |
GroupRootObject.checkPrecondition(NuxeoGroup group) |
protected NuxeoGroup |
GroupRootObject.createArtifact(NuxeoGroup group) |
protected NuxeoGroup |
GroupObject.updateArtifact(NuxeoGroup updateGroup) |
Modifier and Type | Method and Description |
---|---|
List<NuxeoGroup> |
UserService.getGroups() |
Copyright © 2015 Nuxeo SA. All rights reserved.