Uses of Class
io.apicurio.registry.rest.v2.beans.ArtifactSearchResults
Packages that use ArtifactSearchResults
-
Uses of ArtifactSearchResults in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return ArtifactSearchResultsModifier and TypeMethodDescriptionGroupsResource.listArtifactsInGroup(String groupId, Integer limit, Integer offset, SortOrder order, SortBy orderby) Returns a list of all artifacts in the group.SearchResource.searchArtifacts(String name, Integer offset, Integer limit, SortOrder order, SortBy orderby, List<String> labels, List<String> properties, String description, String group, Long globalId, Long contentId) Returns a paginated list of all artifacts that match the provided filter criteria.SearchResource.searchArtifactsByContent(Boolean canonical, String artifactType, Integer offset, Integer limit, SortOrder order, SortBy orderby, InputStream data) Returns a paginated list of all artifacts with at least one version that matches the posted content.