| Modifier and Type | Method and Description |
|---|---|
EntityId |
GroupMapping.getGroupIdFromImportData() |
EntityId |
UserMapping.getOldId()
Deprecated.
|
EntityId |
UserMapping.getUserIdFromImportData() |
| Constructor and Description |
|---|
GroupMapping(EntityId groupIdFromImportData,
Name groupName,
boolean brandNew) |
UserMapping(EntityId userIdFromImportData,
Name username,
String displayName,
String emailAddress,
String credentialHash,
boolean brandNew,
boolean addonUser) |
| Modifier and Type | Method and Description |
|---|---|
EntityId |
Membership.getGroupMemberId() |
EntityId |
Membership.getParentGroupId() |
EntityId |
Membership.getUserMemberId() |
| Modifier and Type | Method and Description |
|---|---|
Map<EntityId,GroupMapping> |
OnDemandImportContext.getGroupMappings() |
Map<EntityId,GroupMapping> |
OnDemandImportContext.getIgnoredGroupMappings() |
Map<EntityId,UserPersonalInformation> |
OnDemandImportContext.getPersonalInformationByContentId() |
Map<EntityId,Map<String,String>> |
OnDemandImportContext.getUserAttributes() |
Map<EntityId,UserMapping> |
OnDemandImportContext.getUserMappings() |
| Constructor and Description |
|---|
Membership(EntityId parentGroupId,
EntityId userMemberId,
EntityId groupMemberId) |
| Modifier and Type | Method and Description |
|---|---|
static EntityId |
EntityId.entityId(String value) |
Copyright © 2003–2017 Atlassian. All rights reserved.