@Path(value="/ids")
public interface IdsResource
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getArtifactByGlobalId(long globalId)
Gets the content for an artifact version in the registry using its globally unique
identifier.
|
ArtifactMetaData |
getArtifactMetaDataByGlobalId(long globalId)
Gets the metadata for an artifact version in the registry using its globally unique
identifier.
|
@Path(value="/{globalId}") @GET @Produces(value={"application/json","application/x-protobuf","application/x-protobuffer"}) javax.ws.rs.core.Response getArtifactByGlobalId(@PathParam(value="globalId") long globalId)
@Path(value="/{globalId}/meta") @GET @Produces(value="application/json") ArtifactMetaData getArtifactMetaDataByGlobalId(@PathParam(value="globalId") long globalId)
Copyright © 2020 Red Hat. All rights reserved.