Uses of Class
io.apicurio.registry.rest.v2.beans.ArtifactReference
Packages that use ArtifactReference
-
Uses of ArtifactReference in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return types with arguments of type ArtifactReferenceModifier and TypeMethodDescriptionGroupsResource.getArtifactVersionReferences(String groupId, String artifactId, String version, 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.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return types with arguments of type ArtifactReferenceModifier and TypeMethodDescriptionArtifactContent.getReferences()Collection of references to other artifacts.ArtifactMetaData.getReferences()SearchedVersion.getReferences()(Required)Method parameters in io.apicurio.registry.rest.v2.beans with type arguments of type ArtifactReferenceModifier and TypeMethodDescriptionvoidArtifactContent.setReferences(List<ArtifactReference> references) Collection of references to other artifacts.voidArtifactMetaData.setReferences(List<ArtifactReference> references) voidSearchedVersion.setReferences(List<ArtifactReference> references) (Required)