Uses of Class
io.apicurio.registry.rest.v2.beans.ArtifactSearchResults
-
Packages that use ArtifactSearchResults Package Description io.apicurio.registry.rest.v2 -
-
Uses of ArtifactSearchResults in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return ArtifactSearchResults Modifier and Type Method Description ArtifactSearchResults
GroupsResource. listArtifactsInGroup(String groupId, Integer limit, Integer offset, SortOrder order, SortBy orderby)
Returns a list of all artifacts in the group.ArtifactSearchResults
SearchResource. searchArtifacts(String name, Integer offset, Integer limit, SortOrder order, SortBy orderby, List<String> labels, List<String> properties, String description, String group)
Returns a paginated list of all artifacts that match the provided filter criteria.ArtifactSearchResults
SearchResource. searchArtifactsByContent(Boolean canonical, ArtifactType 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.
-