Package | Description |
---|---|
io.apicurio.registry.rest | |
io.apicurio.registry.rest.beans | |
io.apicurio.registry.types |
Modifier and Type | Method and Description |
---|---|
CompletionStage<ArtifactMetaData> |
ArtifactsResource.createArtifact(ArtifactType xRegistryArtifactType,
String xRegistryArtifactId,
InputStream data)
Creates a new artifact by posting the artifact content.
|
CompletionStage<VersionMetaData> |
ArtifactsResource.createArtifactVersion(String artifactId,
ArtifactType xRegistryArtifactType,
InputStream data)
Creates a new version of the artifact by uploading new content.
|
CompletionStage<ArtifactMetaData> |
ArtifactsResource.updateArtifact(String artifactId,
ArtifactType xRegistryArtifactType,
InputStream data)
Updates an artifact by uploading new content.
|
Modifier and Type | Method and Description |
---|---|
ArtifactType |
VersionMetaData.getType()
(Required)
|
ArtifactType |
ArtifactMetaData.getType()
(Required)
|
Modifier and Type | Method and Description |
---|---|
void |
VersionMetaData.setType(ArtifactType type)
(Required)
|
void |
ArtifactMetaData.setType(ArtifactType type)
(Required)
|
Modifier and Type | Method and Description |
---|---|
static ArtifactType |
ArtifactType.fromValue(String value) |
static ArtifactType |
ArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactType[] |
ArtifactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Red Hat. All rights reserved.