- callAssetListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Issue a GET REST call that returns a AssetListResponse object.
- callMetadataSourceGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Issue a GET REST call that returns a MetadataSourceResponse object.
- callPersonalProfileGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Issue a GET REST call that returns a PersonalProfileUniverse in a response object.
- callPersonalProfileListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Issue a GET REST call that returns a list of PersonalProfileElements in a response object.
- callUserIdentityGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Issue a GET REST call that returns a UserIdentityElement in a response object.
- callUserIdentityListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Issue a GET REST call that returns a list of UserIdentityElements in a response object.
- callUserIdentityListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Issue a GET REST call that returns a list of UserIdentityElements in a response object.
- CommunityProfileRESTClient - Class in org.odpi.openmetadata.accessservices.communityprofile.client.rest
-
CommunityProfileRESTClient is responsible for issuing calls to the Community Profile OMAS REST APIs.
- CommunityProfileRESTClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Constructor for no authentication with audit log.
- CommunityProfileRESTClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Constructor for no authentication.
- CommunityProfileRESTClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Constructor for simple userId and password authentication with audit log.
- CommunityProfileRESTClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Constructor for simple userId and password authentication.
- createMetadataSource(String, MetadataSourceProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
-
Create information about the metadata source that is providing user profile information.
- createPersonalProfile(String, String, String, String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
-
Create a personal profile for an individual who is to be appointed to a governance role but does not
have a profile in open metadata.
- createUserIdentity(String, String, String, UserIdentityProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
-
Create a UserIdentity.
- getContactMethods(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
-
Return the list of contact methods for this user.
- getKarmaPoints(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
-
Return the total karma points for this user.
- getMetadataSource(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
-
Retrieve the properties of the software server capability that describes a metadata source.
- getMetadataSourceGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
-
Retrieve the unique identifier of the software server capability that describes a metadata source.
- getMyAssets(String, int, int) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
-
Return a list of assets that the specified user has added to their favorites list.
- getMyContactDetails(String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
-
Return the list of contact methods for this user.
- getMyKarmaPoints(String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
-
Return the total karma points for this user.
- getMyProfile(String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
-
Return the profile for this user.
- getPersonalProfileByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
-
Retrieve a personal profile by guid.
- getPersonalProfileByQualifiedName(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
-
Retrieve a personal profile by personnel/serial/unique employee number of the individual.
- getPersonalProfileForUser(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
-
Retrieve a personal profile by userId.
- getPersonalProfilesByName(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
-
Return a list of candidate personal profiles for an individual.
- getUserIdentitiesByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
-
Retrieve the list of user identity metadata elements with a matching qualified name.
- getUserIdentityByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
-
Retrieve the userIdentity metadata element with the supplied unique identifier.