| Package | Description |
|---|---|
| org.bonitasoft.engine.api.impl.transaction.identity | |
| org.bonitasoft.engine.identity |
Manages information about an organization, that is, the set of users who can act in processes.
|
| org.bonitasoft.engine.identity.impl | |
| org.bonitasoft.engine.identity.model.builder | |
| org.bonitasoft.engine.identity.model.builder.impl | |
| org.bonitasoft.engine.identity.model.impl | |
| org.bonitasoft.engine.identity.recorder | |
| org.bonitasoft.engine.search | |
| org.bonitasoft.engine.search.identity | |
| org.bonitasoft.engine.service |
| Modifier and Type | Method and Description |
|---|---|
SGroup |
UpdateGroup.update() |
| Modifier and Type | Method and Description |
|---|---|
List<SGroup> |
GetGroups.getResult() |
| Modifier and Type | Method and Description |
|---|---|
SGroup |
IdentityService.getGroup(long groupId)
Get
SGroup by its identifier |
SGroup |
IdentityService.getGroupByPath(String groupPath)
Get the
SGroup by its path |
| Modifier and Type | Method and Description |
|---|---|
List<SGroup> |
IdentityService.getGroupChildren(long parentGroupId,
int fromIndex,
int numberOfGroups)
|
List<SGroup> |
IdentityService.getGroupChildren(long parentGroupId,
int fromIndex,
int numberOfGroups,
String field,
OrderByType order)
Get a
List of child SGroup in specific interval, sorted by field attribute in the given OrderByType order. |
List<SGroup> |
IdentityService.getGroups(int fromIndex,
int numberOfGroups)
|
List<SGroup> |
IdentityService.getGroups(int fromIndex,
int numberOfGroups,
String field,
OrderByType order)
Get a
List of SGroup in specific interval, sorted by field attribute in the given OrderByType order. |
List<SGroup> |
IdentityService.getGroups(List<Long> groupIds)
|
List<SGroup> |
IdentityService.searchGroups(QueryOptions options)
Search groups according to specific query options
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityService.createGroup(SGroup group,
String iconFileName,
byte[] iconContent)
Create group in DB for the given group object
|
void |
IdentityService.deleteGroup(SGroup group)
Delete the specific group
|
void |
ImportOrganizationStrategy.foundExistingGroup(SGroup existingGroup,
ExportedGroup newGroup) |
void |
ImportOrganizationMergeDuplicatesStrategy.foundExistingGroup(SGroup existingGroup,
ExportedGroup newGroup) |
void |
ImportOrganizationIgnoreDuplicatesStrategy.foundExistingGroup(SGroup existingGroup,
ExportedGroup newGroup) |
void |
ImportOrganizationFailOnDuplicatesStrategy.foundExistingGroup(SGroup existingGroup,
ExportedGroup newGroup) |
protected EntityUpdateDescriptor |
ImportOrganizationMergeDuplicatesStrategy.getGroupDescriptor(SGroup existingGroup,
ExportedGroup exportedGroup) |
void |
IdentityService.updateGroup(SGroup group,
EntityUpdateDescriptor descriptor,
EntityUpdateDescriptor iconUpdater)
Update group according to the descriptor
|
| Modifier and Type | Method and Description |
|---|---|
SGroup |
IdentityServiceImpl.getGroup(long groupId) |
SGroup |
IdentityServiceImpl.getGroupByPath(String groupPath) |
| Modifier and Type | Method and Description |
|---|---|
List<SGroup> |
IdentityServiceImpl.getGroupChildren(long groupId,
int fromIndex,
int numberOfGroups) |
List<SGroup> |
IdentityServiceImpl.getGroupChildren(long groupId,
int fromIndex,
int numberOfGroups,
String field,
OrderByType order) |
List<SGroup> |
IdentityServiceImpl.getGroups(int fromIndex,
int numberOfGroups) |
List<SGroup> |
IdentityServiceImpl.getGroups(int fromIndex,
int numberOfGroups,
String field,
OrderByType order) |
List<SGroup> |
IdentityServiceImpl.getGroups(List<Long> groupIds) |
List<SGroup> |
IdentityServiceImpl.searchGroups(QueryOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityServiceImpl.createGroup(SGroup group,
String iconFileName,
byte[] iconContent) |
void |
IdentityServiceImpl.deleteGroup(SGroup group) |
void |
IdentityServiceImpl.updateGroup(SGroup group,
EntityUpdateDescriptor descriptor,
EntityUpdateDescriptor iconUpdater) |
| Modifier and Type | Method and Description |
|---|---|
SGroup |
SGroupBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SGroup |
SGroupBuilderImpl.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
SGroupImpl |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SGroup> |
SelectDescriptorBuilder.getChildrenOfGroup(SGroup group,
int fromIndex,
int numberOfGroups) |
static SelectListDescriptor<SGroup> |
SelectDescriptorBuilder.getChildrenOfGroup(SGroup group,
QueryOptions queryOptions) |
static SelectListDescriptor<SGroup> |
SelectDescriptorBuilder.getChildrenOfGroup(SGroup group,
String field,
OrderByType order,
int fromIndex,
int numberOfGroups) |
static SelectOneDescriptor<SGroup> |
SelectDescriptorBuilder.getGroupByName(String groupName) |
static SelectOneDescriptor<SGroup> |
SelectDescriptorBuilder.getGroupByPath(String parentPath,
String groupName) |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SGroup> |
SelectDescriptorBuilder.getChildrenOfGroup(SGroup group,
int fromIndex,
int numberOfGroups) |
static SelectListDescriptor<SGroup> |
SelectDescriptorBuilder.getChildrenOfGroup(SGroup group,
QueryOptions queryOptions) |
static SelectListDescriptor<SGroup> |
SelectDescriptorBuilder.getChildrenOfGroup(SGroup group,
String field,
OrderByType order,
int fromIndex,
int numberOfGroups) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
AbstractGroupSearchEntity.convertToClientObjects(List<SGroup> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
List<SGroup> |
SearchGroups.executeSearch(QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
static SGroup |
ModelConvertor.constructSGroup(ExportedGroup exportedGroup) |
static SGroup |
ModelConvertor.constructSGroup(GroupCreator creator) |
| Modifier and Type | Method and Description |
|---|---|
static Group |
ModelConvertor.toGroup(SGroup sGroup) |
| Modifier and Type | Method and Description |
|---|---|
static List<ExportedGroup> |
ModelConvertor.toExportedGroups(List<SGroup> sGroups) |
static List<Group> |
ModelConvertor.toGroups(List<SGroup> sGroups) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.