Skip navigation links
A C D E F G I J L P R S T U V Y 

A

accept(T) - Method in interface io.apicurio.registry.utils.ConcurrentUtil.Consumer
 
acceptInterruptibly(T) - Method in interface io.apicurio.registry.utils.ConcurrentUtil.Consumer
 
apply(T) - Method in interface io.apicurio.registry.utils.ConcurrentUtil.Function
 
applyInterruptibly(T) - Method in interface io.apicurio.registry.utils.ConcurrentUtil.Function
 
ArtifactMediaTypes - Class in io.apicurio.registry.types
 
ArtifactMediaTypes() - Constructor for class io.apicurio.registry.types.ArtifactMediaTypes
 
ArtifactMetaData - Class in io.apicurio.registry.rest.beans
Root Type for ArtifactMetaData
ArtifactMetaData() - Constructor for class io.apicurio.registry.rest.beans.ArtifactMetaData
 
ArtifactsResource - Interface in io.apicurio.registry.rest
A JAX-RS interface.
ArtifactType - Enum in io.apicurio.registry.types
 

C

ConcurrentUtil - Class in io.apicurio.registry.utils
 
ConcurrentUtil() - Constructor for class io.apicurio.registry.utils.ConcurrentUtil
 
ConcurrentUtil.Consumer<T> - Interface in io.apicurio.registry.utils
 
ConcurrentUtil.Function<T,R> - Interface in io.apicurio.registry.utils
 
consumer(ConcurrentUtil.Consumer<T>) - Static method in class io.apicurio.registry.utils.ConcurrentUtil
 
createArtifact(ArtifactType, String, InputStream) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Creates a new artifact by posting the artifact content.
createArtifactRule(String, Rule) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Adds a rule to the list of rules that get applied to the artifact when adding new versions.
createArtifactVersion(String, ArtifactType, InputStream) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Creates a new version of the artifact by uploading new content.
createGlobalRule(Rule) - Method in interface io.apicurio.registry.rest.RulesResource
Adds a rule to the list of globally configured rules.

D

deleteAllGlobalRules() - Method in interface io.apicurio.registry.rest.RulesResource
Deletes all globally configured rules.
deleteArtifact(String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Deletes an artifact completely, resulting in all versions of the artifact also being deleted.
deleteArtifactRule(RuleType, String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Deletes a rule from the artifact.
deleteArtifactRules(String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Deletes all of the rules configured for the artifact.
deleteArtifactVersion(Integer, String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Deletes a single version of the artifact.
deleteArtifactVersionMetaData(Integer, String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Deletes the user-editable metadata properties of the artifact version.
deleteGlobalRule(RuleType) - Method in interface io.apicurio.registry.rest.RulesResource
Deletes a single global rule.

E

EditableMetaData - Class in io.apicurio.registry.rest.beans
Root Type for EditableArtifactMetaData
EditableMetaData() - Constructor for class io.apicurio.registry.rest.beans.EditableMetaData
 
Error - Class in io.apicurio.registry.rest.beans
Root Type for Error
Error() - Constructor for class io.apicurio.registry.rest.beans.Error
 

F

fromValue(String) - Static method in enum io.apicurio.registry.types.ArtifactType
 
fromValue(String) - Static method in enum io.apicurio.registry.types.RuleType
 
function(ConcurrentUtil.Function<T, R>) - Static method in class io.apicurio.registry.utils.ConcurrentUtil
 

G

get(CompletableFuture<T>) - Static method in class io.apicurio.registry.utils.ConcurrentUtil
 
getArtifactByGlobalId(long) - Method in interface io.apicurio.registry.rest.IdsResource
Gets the content for an artifact version in the registry using its globally unique identifier.
getArtifactMetaData(String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Gets the metadata for an artifact in the registry.
getArtifactMetaDataByContent(String, InputStream) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Gets the metadata for an artifact that matches the raw content.
getArtifactMetaDataByGlobalId(long) - Method in interface io.apicurio.registry.rest.IdsResource
Gets the metadata for an artifact version in the registry using its globally unique identifier.
getArtifactRuleConfig(RuleType, String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Returns information about a single rule configured for an artifact.
getArtifactVersion(Integer, String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Retrieves a single version of the artifact content.
getArtifactVersionMetaData(Integer, String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Retrieves the metadata for a single version of the artifact.
getConfig() - Method in class io.apicurio.registry.rest.beans.Rule
(Required)
getCreatedBy() - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
getCreatedBy() - Method in class io.apicurio.registry.rest.beans.VersionMetaData
(Required)
getCreatedOn() - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
getCreatedOn() - Method in class io.apicurio.registry.rest.beans.VersionMetaData
(Required)
getDescription() - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
 
getDescription() - Method in class io.apicurio.registry.rest.beans.EditableMetaData
 
getDescription() - Method in class io.apicurio.registry.rest.beans.VersionMetaData
 
getErrorCode() - Method in class io.apicurio.registry.rest.beans.Error
 
getGlobalId() - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
getGlobalId() - Method in class io.apicurio.registry.rest.beans.VersionMetaData
(Required)
getGlobalRuleConfig(RuleType) - Method in interface io.apicurio.registry.rest.RulesResource
Returns information about the named globally configured rule.
getId() - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
getLatestArtifact(String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Returns the latest version of the artifact in its raw form.
getMessage() - Method in class io.apicurio.registry.rest.beans.Error
 
getModifiedBy() - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
getModifiedOn() - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
getName() - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
 
getName() - Method in class io.apicurio.registry.rest.beans.EditableMetaData
 
getName() - Method in class io.apicurio.registry.rest.beans.VersionMetaData
 
getType() - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
getType() - Method in class io.apicurio.registry.rest.beans.Rule
 
getType() - Method in class io.apicurio.registry.rest.beans.VersionMetaData
(Required)
getVersion() - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
getVersion() - Method in class io.apicurio.registry.rest.beans.VersionMetaData
(Required)

I

IdsResource - Interface in io.apicurio.registry.rest
A JAX-RS interface.
io.apicurio.registry.rest - package io.apicurio.registry.rest
 
io.apicurio.registry.rest.beans - package io.apicurio.registry.rest.beans
 
io.apicurio.registry.types - package io.apicurio.registry.types
 
io.apicurio.registry.utils - package io.apicurio.registry.utils
 
IoUtil - Class in io.apicurio.registry.utils
 
IoUtil() - Constructor for class io.apicurio.registry.utils.IoUtil
 

J

JSON - Static variable in class io.apicurio.registry.types.ArtifactMediaTypes
 

L

listArtifactRules(String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Returns a list of all rules configured for the artifact.
listArtifactVersions(String) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Returns a list of all version numbers for the artifact.
listGlobalRules() - Method in interface io.apicurio.registry.rest.RulesResource
Gets a list of all the currently configured global rules (if any).

P

PROTO - Static variable in class io.apicurio.registry.types.ArtifactMediaTypes
 

R

result(CompletionStage<T>) - Static method in class io.apicurio.registry.utils.ConcurrentUtil
 
Rule - Class in io.apicurio.registry.rest.beans
Root Type for Rule
Rule() - Constructor for class io.apicurio.registry.rest.beans.Rule
 
RulesResource - Interface in io.apicurio.registry.rest
A JAX-RS interface.
RuleType - Enum in io.apicurio.registry.types
 

S

setConfig(String) - Method in class io.apicurio.registry.rest.beans.Rule
(Required)
setCreatedBy(String) - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
setCreatedBy(String) - Method in class io.apicurio.registry.rest.beans.VersionMetaData
(Required)
setCreatedOn(Date) - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
setCreatedOn(Date) - Method in class io.apicurio.registry.rest.beans.VersionMetaData
(Required)
setDescription(String) - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
 
setDescription(String) - Method in class io.apicurio.registry.rest.beans.EditableMetaData
 
setDescription(String) - Method in class io.apicurio.registry.rest.beans.VersionMetaData
 
setErrorCode(Integer) - Method in class io.apicurio.registry.rest.beans.Error
 
setGlobalId(Long) - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
setGlobalId(Long) - Method in class io.apicurio.registry.rest.beans.VersionMetaData
(Required)
setId(String) - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
setMessage(String) - Method in class io.apicurio.registry.rest.beans.Error
 
setModifiedBy(String) - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
setModifiedOn(Date) - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
setName(String) - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
 
setName(String) - Method in class io.apicurio.registry.rest.beans.EditableMetaData
 
setName(String) - Method in class io.apicurio.registry.rest.beans.VersionMetaData
 
setType(ArtifactType) - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
setType(RuleType) - Method in class io.apicurio.registry.rest.beans.Rule
 
setType(ArtifactType) - Method in class io.apicurio.registry.rest.beans.VersionMetaData
(Required)
setVersion(Integer) - Method in class io.apicurio.registry.rest.beans.ArtifactMetaData
(Required)
setVersion(Integer) - Method in class io.apicurio.registry.rest.beans.VersionMetaData
(Required)

T

toString() - Method in enum io.apicurio.registry.types.ArtifactType
 
toString() - Method in enum io.apicurio.registry.types.RuleType
 
toString(InputStream) - Static method in class io.apicurio.registry.utils.IoUtil
 

U

updateArtifact(String, ArtifactType, InputStream) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Updates an artifact by uploading new content.
updateArtifactMetaData(String, EditableMetaData) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Updates the editable parts of the artifact's metadata.
updateArtifactRuleConfig(RuleType, String, Rule) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Updates the configuration of a single rule for the artifact.
updateArtifactVersionMetaData(Integer, String, EditableMetaData) - Method in interface io.apicurio.registry.rest.ArtifactsResource
Updates the user-editable portion of the artifact version's metadata.
updateGlobalRuleConfig(RuleType, Rule) - Method in interface io.apicurio.registry.rest.RulesResource
Updates the configuration for a globally configured rule.

V

value() - Method in enum io.apicurio.registry.types.ArtifactType
 
value() - Method in enum io.apicurio.registry.types.RuleType
 
valueOf(String) - Static method in enum io.apicurio.registry.types.ArtifactType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.apicurio.registry.types.RuleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.apicurio.registry.types.ArtifactType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.apicurio.registry.types.RuleType
Returns an array containing the constants of this enum type, in the order they are declared.
VersionMetaData - Class in io.apicurio.registry.rest.beans
Root Type for ArtifactVersionMetaData
VersionMetaData() - Constructor for class io.apicurio.registry.rest.beans.VersionMetaData
 

Y

YAML - Static variable in class io.apicurio.registry.types.ArtifactMediaTypes
 
A C D E F G I J L P R S T U V Y 
Skip navigation links

Copyright © 2019 Red Hat. All rights reserved.