Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelement.UserIdentityElement
-
Packages that use UserIdentityElement 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. -
-
Uses of UserIdentityElement in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return UserIdentityElement Modifier and Type Method Description UserIdentityElementUserIdentityManagementInterface. getUserIdentityByGUID(String userId, String userIdentityGUID)Retrieve the userIdentity metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type UserIdentityElement Modifier and Type Method 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. -
Uses of UserIdentityElement in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelement that return types with arguments of type UserIdentityElement Modifier and Type Method Description List<UserIdentityElement>PersonalProfileUniverse. getUserIdentities()Return the list of user identities associated with the personal profile.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with type arguments of type UserIdentityElement Modifier and Type Method Description voidPersonalProfileUniverse. setUserIdentities(List<UserIdentityElement> userIdentities)Set up the list of user identities associated with the personal profile.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type UserIdentityElement Constructor Description UserIdentityElement(UserIdentityElement template)Copy/clone constructor -
Uses of UserIdentityElement in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return UserIdentityElement Modifier and Type Method Description UserIdentityElementUserIdentityResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return types with arguments of type UserIdentityElement Modifier and Type Method Description List<UserIdentityElement>UserIdentityListResponse. getElements()Return the personalProfile result.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type UserIdentityElement Modifier and Type Method Description voidUserIdentityResponse. setElement(UserIdentityElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.rest with type arguments of type UserIdentityElement Modifier and Type Method Description voidUserIdentityListResponse. setElements(List<UserIdentityElement> elements)Set up the personalProfile result.
-