Package | Description |
---|---|
io.apicurio.registry.storage | |
io.apicurio.registry.storage.impl |
Modifier and Type | Method and Description |
---|---|
StoredArtifact |
RegistryStorage.getArtifact(String artifactId)
Gets the most recent version of the value of the artifact with the given ID.
|
StoredArtifact |
RegistryStorage.getArtifactVersion(long id)
Gets the most recent version of the content of the artifact with the given global ID.
|
StoredArtifact |
RegistryStorage.getArtifactVersion(String artifactId,
long version)
Gets the stored value for a single version of a given artifact.
|
Modifier and Type | Method and Description |
---|---|
StoredArtifact |
AbstractMapRegistryStorage.getArtifact(String artifactId) |
StoredArtifact |
AbstractMapRegistryStorage.getArtifactVersion(long id) |
StoredArtifact |
AbstractMapRegistryStorage.getArtifactVersion(String artifactId,
long version) |
static StoredArtifact |
AbstractMapRegistryStorage.toStoredArtifact(Map<String,String> content) |
Copyright © 2019 Red Hat. All rights reserved.