Uses of Class
io.apicurio.registry.rest.v3.beans.VersionSearchResults
Packages that use VersionSearchResults
-
Uses of VersionSearchResults in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 that return VersionSearchResultsModifier and TypeMethodDescriptionGroupsResource.listArtifactVersions(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, BigInteger offset, BigInteger limit, SortOrder order, VersionSortBy orderby) Returns a list of all versions of the artifact.GroupsResource.listBranchVersions(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, @Pattern(regexp="^[a-zA-Z0-9._\\-+]{1,256}$") String branchId, BigInteger offset, BigInteger limit) Get a list of all versions in the branch.SearchResource.searchVersions(@Pattern(regexp="^[a-zA-Z0-9._\\-+]{1,256}$") String version, BigInteger offset, BigInteger limit, SortOrder order, VersionSortBy orderby, List<String> labels, String description, @Pattern(regexp="^.{1,512}$") String groupId, Long globalId, Long contentId, @Pattern(regexp="^.{1,512}$") String artifactId, String name, VersionState state) Returns a paginated list of all versions that match the provided filter criteria.SearchResource.searchVersionsByContent(Boolean canonical, String artifactType, BigInteger offset, BigInteger limit, SortOrder order, VersionSortBy orderby, @Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, @NotNull InputStream data) Returns a paginated list of all versions that match the posted content.