Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CommunityMembershipElement
-
Packages that use CommunityMembershipElement 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. -
-
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
-