Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelement.CommunityCollectionMember
-
Packages that use CommunityCollectionMember 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 -
-
Uses of CommunityCollectionMember in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type CommunityCollectionMember Modifier and Type Method Description List<CommunityCollectionMember>MyFavouriteCollectionsInterface. getMyCommunities(String userId, int startFrom, int pageSize)Return a list of communities that the specified user has added to their favorites list. -
Uses of CommunityCollectionMember in org.odpi.openmetadata.accessservices.communityprofile.metadataelement
Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelement with parameters of type CommunityCollectionMember Constructor Description CommunityCollectionMember(CommunityCollectionMember template)Copy/clone constructor
-