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