Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.UserIdentityElement
-
Packages that use UserIdentityElement Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.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.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return UserIdentityElement Modifier and Type Method Description UserIdentityElementProfileIdentityElement. getProperties()Return the properties of the userId.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type UserIdentityElement Modifier and Type Method Description voidProfileIdentityElement. setProperties(UserIdentityElement properties)Set up the userId properties.Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements 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 user identity 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 user identity result.
-