Uses of Class
io.apicurio.registry.rest.v3.beans.ArtifactReference
Packages that use ArtifactReference
-
Uses of ArtifactReference in io.apicurio.registry.rest.v3
Methods in io.apicurio.registry.rest.v3 that return types with arguments of type ArtifactReferenceModifier and TypeMethodDescriptionGroupsResource.getArtifactVersionReferences(@Pattern(regexp="^.{1,512}$") String groupId, @Pattern(regexp="^.{1,512}$") String artifactId, String versionExpression, ReferenceType refType) Retrieves all references for a single version of an artifact.IdsResource.referencesByContentHash(String contentHash) Returns a list containing all the artifact references using the artifact content hash.IdsResource.referencesByContentId(long contentId) Returns a list containing all the artifact references using the artifact content ID.IdsResource.referencesByGlobalId(long globalId, ReferenceType refType) Returns a list containing all the artifact references using the artifact global ID. -
Uses of ArtifactReference in io.apicurio.registry.rest.v3.beans
Methods in io.apicurio.registry.rest.v3.beans that return types with arguments of type ArtifactReferenceModifier and TypeMethodDescriptionVersionContent.getReferences()Collection of references to other artifacts.Method parameters in io.apicurio.registry.rest.v3.beans with type arguments of type ArtifactReferenceModifier and TypeMethodDescriptionvoidVersionContent.setReferences(List<ArtifactReference> references) Collection of references to other artifacts.