| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.communityprofile.api |
The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to
maintain information associated with individuals and communities.
|
| org.odpi.openmetadata.accessservices.communityprofile.metadataelement | |
| org.odpi.openmetadata.accessservices.communityprofile.rest |
This package defines the beans used to build the REST request and response payloads.
|
| Modifier and Type | Method and Description |
|---|---|
UserIdentityElement |
UserIdentityManagementInterface.getUserIdentityByGUID(String userId,
String userIdentityGUID)
Retrieve the userIdentity metadata element with the supplied unique identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserIdentityElement> |
UserIdentityManagementInterface.findUserIdentities(String userId,
String searchString,
int startFrom,
int pageSize)
Retrieve the list of user identity metadata elements that contain the search string.
|
List<UserIdentityElement> |
UserIdentityManagementInterface.getUserIdentitiesByName(String userId,
String name,
int startFrom,
int pageSize)
Retrieve the list of user identity metadata elements with a matching qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserIdentityElement> |
PersonalProfileUniverse.getUserIdentities()
Return the list of user identities associated with the personal profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonalProfileUniverse.setUserIdentities(List<UserIdentityElement> userIdentities)
Set up the list of user identities associated with the personal profile.
|
| Constructor and Description |
|---|
UserIdentityElement(UserIdentityElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
UserIdentityElement |
UserIdentityResponse.getElement()
Return the element result.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserIdentityElement> |
UserIdentityListResponse.getElements()
Return the personalProfile result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserIdentityResponse.setElement(UserIdentityElement element)
Set up the element result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserIdentityListResponse.setElements(List<UserIdentityElement> elements)
Set up the personalProfile result.
|
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.