Uses of Class
io.apicurio.registry.storage.ArtifactAlreadyExistsException
-
-
Uses of ArtifactAlreadyExistsException in io.apicurio.registry.ccompat.store
Methods in io.apicurio.registry.ccompat.store that throw ArtifactAlreadyExistsException Modifier and Type Method Description CompletionStage<Long>
RegistryStorageFacade. createSchema(String subject, String schema, String schemaType)
Create a new schema in the given subject.CompletionStage<Long>
RegistryStorageFacadeImpl. createSchema(String subject, String schema, String schemaType)
-
Uses of ArtifactAlreadyExistsException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw ArtifactAlreadyExistsException Modifier and Type Method Description CompletionStage<ArtifactMetaDataDto>
EventSourcedRegistryStorage. createArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)
CompletionStage<ArtifactMetaDataDto>
EventSourcedRegistryStorage. createArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData)
-
Uses of ArtifactAlreadyExistsException in io.apicurio.registry.ibmcompat.api
Methods in io.apicurio.registry.ibmcompat.api that throw ArtifactAlreadyExistsException Modifier and Type Method Description void
Api. apiSchemasPost(javax.ws.rs.container.AsyncResponse response, @NotNull @Valid NewSchema schema, boolean verify, javax.ws.rs.core.SecurityContext securityContext)
void
ApiService. apiSchemasPost(javax.ws.rs.container.AsyncResponse response, NewSchema schema, boolean verify)
void
Api. apiSchemasSchemaidVersionsPost(javax.ws.rs.container.AsyncResponse response, @NotNull String schemaid, @NotNull @Valid NewSchemaVersion schema, boolean verify)
void
ApiService. apiSchemasSchemaidVersionsPost(javax.ws.rs.container.AsyncResponse response, String schemaid, NewSchemaVersion schema, boolean verify)
-
Uses of ArtifactAlreadyExistsException in io.apicurio.registry.ibmcompat.api.impl
Methods in io.apicurio.registry.ibmcompat.api.impl that throw ArtifactAlreadyExistsException Modifier and Type Method Description void
ApiServiceImpl. apiSchemasPost(javax.ws.rs.container.AsyncResponse response, NewSchema schema, boolean verify)
void
ApiServiceImpl. apiSchemasSchemaidVersionsPost(javax.ws.rs.container.AsyncResponse response, String schemaid, NewSchemaVersion newSchemaVersion, boolean verify)
-
Uses of ArtifactAlreadyExistsException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw ArtifactAlreadyExistsException Modifier and Type Method Description CompletionStage<ArtifactMetaDataDto>
RegistryStorage. createArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)
Creates a new artifact (from the given value) in the artifactStore.CompletionStage<ArtifactMetaDataDto>
RegistryStorage. createArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData)
Creates a new artifact (from the given value including metadata) in the artifactStore. -
Uses of ArtifactAlreadyExistsException in io.apicurio.registry.storage.impl.sql
-