Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.CommunityElement
-
Packages that use CommunityElement 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 CommunityElement in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return CommunityElement Modifier and Type Method Description CommunityElementCommunityManagementInterface. getCommunityByGUID(String userId, String communityGUID)Retrieve the community metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type CommunityElement Modifier and Type Method Description List<CommunityElement>CommunityManagementInterface. findCommunities(String userId, String searchString, int startFrom, int pageSize)Retrieve the list of metadata elements that contain the search string.List<CommunityElement>CommunityManagementInterface. getCommunities(String userId, int startFrom, int pageSize)Retrieve the list of communities.List<CommunityElement>CommunityManagementInterface. getCommunitiesByName(String userId, String name, int startFrom, int pageSize)Retrieve the list of metadata elements with a matching qualified or display name. -
Uses of CommunityElement in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type CommunityElement Constructor Description CommunityElement(CommunityElement template)Copy/clone constructor -
Uses of CommunityElement in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return CommunityElement Modifier and Type Method Description CommunityElementCommunityResponse. getElement()Return the element result.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return types with arguments of type CommunityElement Modifier and Type Method Description List<CommunityElement>CommunityListResponse. getElements()Return the community result.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type CommunityElement Modifier and Type Method Description voidCommunityResponse. setElement(CommunityElement element)Set up the element result.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.rest with type arguments of type CommunityElement Modifier and Type Method Description voidCommunityListResponse. setElements(List<CommunityElement> elements)Set up the community result.
-