public class CommunityProfileRESTServices extends Object
| Constructor and Description |
|---|
CommunityProfileRESTServices()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
addMasterDataManagerClassification(String serverName,
String userId,
String metadataSourceGUID,
NullRequestBody requestBody)
Update classification of the metadata source that is a master data manager for user profile information.
|
VoidResponse |
addUserAccessDirectoryClassification(String serverName,
String userId,
String metadataSourceGUID,
NullRequestBody requestBody)
Update classification of the metadata source that is providing a user access directory information
such as the groups and access rights of a user Id.
|
VoidResponse |
addUserProfileManagerClassification(String serverName,
String userId,
String metadataSourceGUID,
NullRequestBody requestBody)
Update classification of the metadata source as being capable if managing user profiles.
|
GUIDResponse |
createMetadataSource(String serverName,
String userId,
MetadataSourceProperties requestBody)
Create information about the metadata source that is providing user profile information.
|
MetadataSourceResponse |
getMetadataSource(String serverName,
String userId,
String metadataSourceGUID)
Retrieve the properties of the software server capability that describes a metadata source.
|
GUIDResponse |
getMetadataSourceGUID(String serverName,
String userId,
String qualifiedName)
Retrieve the unique identifier of the software server capability that describes a metadata source.
|
ConnectionResponse |
getOutTopicConnection(String serverName,
String userId,
String callerId)
Return the connection object for the Community Profile OMAS's out topic.
|
public CommunityProfileRESTServices()
public ConnectionResponse getOutTopicConnection(String serverName, String userId, String callerId)
serverName - name of the service to route the request to.userId - identifier of calling user.callerId - unique identifier of the callerpublic GUIDResponse createMetadataSource(String serverName, String userId, MetadataSourceProperties requestBody)
serverName - name of calling serveruserId - calling userrequestBody - description of the metadata sourcepublic GUIDResponse getMetadataSourceGUID(String serverName, String userId, String qualifiedName)
serverName - name of calling serveruserId - calling userqualifiedName - unique name of the metadata sourcepublic MetadataSourceResponse getMetadataSource(String serverName, String userId, String metadataSourceGUID)
serverName - name of calling serveruserId - calling usermetadataSourceGUID - unique identifier of the metadata sourcepublic VoidResponse addUserProfileManagerClassification(String serverName, String userId, String metadataSourceGUID, NullRequestBody requestBody)
serverName - name of calling serveruserId - calling usermetadataSourceGUID - unique identifier of the metadata sourcerequestBody - null request bodypublic VoidResponse addUserAccessDirectoryClassification(String serverName, String userId, String metadataSourceGUID, NullRequestBody requestBody)
serverName - name of calling serveruserId - calling usermetadataSourceGUID - unique identifier of the metadata sourcerequestBody - null request bodypublic VoidResponse addMasterDataManagerClassification(String serverName, String userId, String metadataSourceGUID, NullRequestBody requestBody)
serverName - name of calling serveruserId - calling usermetadataSourceGUID - unique identifier of the metadata sourcerequestBody - null request bodyCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.