| Modifier and Type | Method and Description |
|---|---|
SExternalIdentityMapping |
ExternalIdentityMappingService.createExternalIdentityMapping(SExternalIdentityMapping externalIdentityMapping)
Create externalIdentityMapping in DB for given externalIdentityMapping
|
SExternalIdentityMapping |
ExternalIdentityMappingService.getExternalIdentityMappingById(long mappingId)
Get externalIdentityMapping by its id
|
SExternalIdentityMapping |
ExternalIdentityMappingService.getExternalIdentityMappingById(long mappingId,
String suffix,
String messageSuffix) |
SExternalIdentityMapping |
ExternalIdentityMappingService.getExternalIdentityMappingForGroup(long mappingId)
Get externalIdentityMapping by its id with displayNamePart having group related informations
|
SExternalIdentityMapping |
ExternalIdentityMappingService.getExternalIdentityMappingForRole(long mappingId)
Get externalIdentityMapping by its id with displayNamePart having role related informations
|
SExternalIdentityMapping |
ExternalIdentityMappingService.getExternalIdentityMappingForRoleAndGroup(long mappingId)
Get externalIdentityMapping by its id with displayNamePart having role and group related informations
|
SExternalIdentityMapping |
ExternalIdentityMappingService.getExternalIdentityMappingForUser(long mappingId)
Get externalIdentityMapping by its id with displayNamePart having user related informations
|
| Modifier and Type | Method and Description |
|---|---|
List<SExternalIdentityMapping> |
ExternalIdentityMappingService.searchExternalIdentityMappings(String kind,
org.bonitasoft.engine.persistence.QueryOptions queryOptions,
String querySuffix)
Get all externalIdentityMappings for specific kind according to the queryOptions.
|
List<SExternalIdentityMapping> |
ExternalIdentityMappingService.searchExternalIdentityMappings(String kind,
String externalId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Search all
SExternalIdentityMapping objects associated with the specified externalId and kind. |
List<SExternalIdentityMapping> |
ExternalIdentityMappingService.searchExternalIdentityMappingsForUser(String kind,
long userId,
String externalId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions,
String querySuffix)
Search all
SExternalIdentityMapping objects associated with the specified externalId and kind for the specific user. |
| Modifier and Type | Method and Description |
|---|---|
SExternalIdentityMapping |
ExternalIdentityMappingService.createExternalIdentityMapping(SExternalIdentityMapping externalIdentityMapping)
Create externalIdentityMapping in DB for given externalIdentityMapping
|
void |
ExternalIdentityMappingService.deleteExternalIdentityMapping(SExternalIdentityMapping externalIdentityMapping)
Delete the specific externalIdentityMapping
|
| Modifier and Type | Method and Description |
|---|---|
SExternalIdentityMapping |
ExternalIdentityMappingServiceImpl.createExternalIdentityMapping(SExternalIdentityMapping externalIdentityMapping) |
SExternalIdentityMapping |
ExternalIdentityMappingServiceImpl.getExternalIdentityMappingById(long mappingId) |
SExternalIdentityMapping |
ExternalIdentityMappingServiceImpl.getExternalIdentityMappingById(long mappingId,
String suffix,
String messageSuffix) |
SExternalIdentityMapping |
ExternalIdentityMappingServiceImpl.getExternalIdentityMappingForGroup(long mappingId) |
SExternalIdentityMapping |
ExternalIdentityMappingServiceImpl.getExternalIdentityMappingForRole(long mappingId) |
SExternalIdentityMapping |
ExternalIdentityMappingServiceImpl.getExternalIdentityMappingForRoleAndGroup(long mappingId) |
SExternalIdentityMapping |
ExternalIdentityMappingServiceImpl.getExternalIdentityMappingForUser(long mappingId) |
| Modifier and Type | Method and Description |
|---|---|
static org.bonitasoft.engine.persistence.SelectByIdDescriptor<SExternalIdentityMapping> |
SelectDescriptorBuilder.getExternalIdentityMappingById(long mappingId) |
static org.bonitasoft.engine.persistence.SelectByIdDescriptor<SExternalIdentityMapping> |
SelectDescriptorBuilder.getExternalIdentityMappingById(long mappingId,
String suffix) |
static org.bonitasoft.engine.persistence.SelectByIdDescriptor<SExternalIdentityMapping> |
SelectDescriptorBuilder.getExternalIdentityMappingWithoutDisplayNameById(long mappingId) |
List<SExternalIdentityMapping> |
ExternalIdentityMappingServiceImpl.searchExternalIdentityMappings(String kind,
org.bonitasoft.engine.persistence.QueryOptions queryOptions,
String querySuffix) |
List<SExternalIdentityMapping> |
ExternalIdentityMappingServiceImpl.searchExternalIdentityMappings(String kind,
String externalId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions) |
List<SExternalIdentityMapping> |
ExternalIdentityMappingServiceImpl.searchExternalIdentityMappingsForUser(String kind,
long userId,
String externalId,
org.bonitasoft.engine.persistence.QueryOptions queryOptions,
String querySuffix) |
| Modifier and Type | Method and Description |
|---|---|
SExternalIdentityMapping |
ExternalIdentityMappingServiceImpl.createExternalIdentityMapping(SExternalIdentityMapping externalIdentityMapping) |
void |
ExternalIdentityMappingServiceImpl.deleteExternalIdentityMapping(SExternalIdentityMapping externalIdentityMapping) |
| Modifier and Type | Method and Description |
|---|---|
SExternalIdentityMapping |
SExternalIdentityMappingBuilder.done() |
| Modifier and Type | Class and Description |
|---|---|
class |
SExternalIdentityMappingImpl |
| Modifier and Type | Method and Description |
|---|---|
SExternalIdentityMapping |
SExternalIdentityMappingBuilderImpl.done() |
| Modifier and Type | Method and Description |
|---|---|
protected SExternalIdentityMapping |
ExternalIdentityMappingCommand.addExternalIdentityMapping(String externalId,
long userId,
long roleId,
long groupId,
String kind,
MemberType memberType) |
| Modifier and Type | Method and Description |
|---|---|
protected EntityMember |
ExternalIdentityMappingCommand.toEntityMember(SExternalIdentityMapping eiMapping) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityMember> |
ExternalIdentityMappingCommand.ExternalIdentityMappingSearchEntity.convertToClientObjects(List<SExternalIdentityMapping> serverObjects) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.