Uses of Class
org.apache.unomi.api.ProfileAlias
Packages that use ProfileAlias
Package
Description
- 
Uses of ProfileAlias in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return ProfileAliasModifier and TypeMethodDescriptionProfileService.removeAliasFromProfile(String profileID, String alias, String clientID) Removes the alias from the profile.Methods in org.apache.unomi.api.services that return types with arguments of type ProfileAliasModifier and TypeMethodDescriptionProfileService.findProfileAliases(String profileId, int offset, int size, String sortBy) Find profile aliases which have the specified property with the specified value, ordered according to the specifiedsortByString and paged: onlysizeof them are retrieved, starting with theoffset-th one. - 
Uses of ProfileAlias in org.apache.unomi.graphql.types.output
Constructors in org.apache.unomi.graphql.types.output with parameters of type ProfileAliasModifierConstructorDescriptionCDPProfileAlias(ProfileAlias profileAlias) CDPProfileAliasEdge(ProfileAlias profileAlias)  - 
Uses of ProfileAlias in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return types with arguments of type ProfileAliasModifier and TypeMethodDescriptionProfileServiceEndPoint.listAliasesByProfileId(String profileId, int offset, int size, String sortBy)  - 
Uses of ProfileAlias in org.apache.unomi.services.impl.profiles
Methods in org.apache.unomi.services.impl.profiles that return ProfileAliasModifier and TypeMethodDescriptionProfileServiceImpl.removeAliasFromProfile(String profileID, String alias, String clientID) Methods in org.apache.unomi.services.impl.profiles that return types with arguments of type ProfileAliasModifier and TypeMethodDescriptionProfileServiceImpl.findProfileAliases(String profileId, int offset, int size, String sortBy)