Uses of Class
io.apicurio.registry.rest.v2.beans.ArtifactReference
-
Packages that use ArtifactReference Package Description io.apicurio.registry.rest.v2 io.apicurio.registry.rest.v2.beans -
-
Uses of ArtifactReference in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return types with arguments of type ArtifactReference Modifier and Type Method Description List<ArtifactReference>GroupsResource. getArtifactVersionReferences(String groupId, String artifactId, String version)Retrieves a single version of the artifact content.List<ArtifactReference>IdsResource. referencesByContentHash(String contentHash)Returns a list containing all the artifact references using the artifact content hash.List<ArtifactReference>IdsResource. referencesByContentId(long contentId)Returns a list containing all the artifact references using the artifact content ID.List<ArtifactReference>IdsResource. referencesByGlobalId(long globalId)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 ArtifactReference Modifier and Type Method Description List<ArtifactReference>ArtifactContent. getReferences()Collection of references to other artifacts.List<ArtifactReference>ArtifactMetaData. getReferences()List<ArtifactReference>SearchedVersion. getReferences()(Required)Method parameters in io.apicurio.registry.rest.v2.beans with type arguments of type ArtifactReference Modifier and Type Method Description voidArtifactContent. setReferences(List<ArtifactReference> references)Collection of references to other artifacts.voidArtifactMetaData. setReferences(List<ArtifactReference> references)voidSearchedVersion. setReferences(List<ArtifactReference> references)(Required)
-