Package | Description |
---|---|
io.apicurio.registry.rest | |
io.apicurio.registry.rest.beans | |
io.apicurio.registry.types |
Modifier and Type | Method and Description |
---|---|
default void |
Headers.checkIfDeprecated(Supplier<ArtifactState> stateSupplier,
String artifactId,
Number version,
javax.ws.rs.core.Response.ResponseBuilder builder) |
Modifier and Type | Method and Description |
---|---|
ArtifactState |
VersionMetaData.getState()
Describes the state of an artifact or artifact version.
|
ArtifactState |
UpdateState.getState()
Describes the state of an artifact or artifact version.
|
ArtifactState |
SearchedVersion.getState()
Describes the state of an artifact or artifact version.
|
ArtifactState |
SearchedArtifact.getState()
Describes the state of an artifact or artifact version.
|
ArtifactState |
ArtifactMetaData.getState()
Describes the state of an artifact or artifact version.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionMetaData.setState(ArtifactState state)
Describes the state of an artifact or artifact version.
|
void |
UpdateState.setState(ArtifactState state)
Describes the state of an artifact or artifact version.
|
void |
SearchedVersion.setState(ArtifactState state)
Describes the state of an artifact or artifact version.
|
void |
SearchedArtifact.setState(ArtifactState state)
Describes the state of an artifact or artifact version.
|
void |
ArtifactMetaData.setState(ArtifactState state)
Describes the state of an artifact or artifact version.
|
Modifier and Type | Method and Description |
---|---|
static ArtifactState |
ArtifactState.fromValue(String value) |
static ArtifactState |
ArtifactState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactState[] |
ArtifactState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Red Hat. All rights reserved.