Uses of Enum Class
io.apicurio.registry.rest.v3.beans.SortOrder
Packages that use SortOrder
-
Uses of SortOrder in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 with parameters of type SortOrderModifier and TypeMethodDescriptionGroupsResource.listArtifactsInGroup(@Pattern(regexp="^.{1,512}$") String groupId, BigInteger limit, BigInteger offset, SortOrder order, ArtifactSortBy orderby) Returns a list of all artifacts in the group.GroupsResource.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.listGroups(BigInteger limit, BigInteger offset, SortOrder order, GroupSortBy orderby) Returns a list of all groups.SearchResource.searchArtifacts(String name, BigInteger offset, BigInteger limit, SortOrder order, ArtifactSortBy orderby, List<String> labels, String description, String groupId, Long globalId, Long contentId, String artifactId) Returns a paginated list of all artifacts that match the provided filter criteria.SearchResource.searchArtifactsByContent(Boolean canonical, String artifactType, String groupId, BigInteger offset, BigInteger limit, SortOrder order, ArtifactSortBy orderby, @NotNull InputStream data) Returns a paginated list of all artifacts with at least one version that matches the posted content.SearchResource.searchGroups(BigInteger offset, BigInteger limit, SortOrder order, GroupSortBy orderby, List<String> labels, String description, String groupId) Returns a paginated list of all groups that match the provided filter criteria.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. -
Uses of SortOrder in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return SortOrder