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 LongRegistryStorageFacade. createSchema(String subject, String schema, String schemaType)Create a new schema in the given subject.LongRegistryStorageFacadeImpl. 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 ArtifactMetaDataDtoEventSourcedRegistryStorage. createArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)ArtifactMetaDataDtoEventSourcedRegistryStorage. 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 voidApi. apiSchemasPost(javax.ws.rs.container.AsyncResponse response, @NotNull @Valid NewSchema schema, boolean verify, javax.ws.rs.core.SecurityContext securityContext)voidApiService. apiSchemasPost(javax.ws.rs.container.AsyncResponse response, NewSchema schema, boolean verify)voidApi. apiSchemasSchemaidVersionsPost(javax.ws.rs.container.AsyncResponse response, @NotNull String schemaid, @NotNull @Valid NewSchemaVersion schema, boolean verify)voidApiService. 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 voidApiServiceImpl. apiSchemasPost(javax.ws.rs.container.AsyncResponse response, NewSchema schema, boolean verify)voidApiServiceImpl. apiSchemasSchemaidVersionsPost(javax.ws.rs.container.AsyncResponse response, String schemaid, NewSchemaVersion newSchemaVersion, boolean verify) -
Uses of ArtifactAlreadyExistsException in io.apicurio.registry.mt.limits
Methods in io.apicurio.registry.mt.limits that throw ArtifactAlreadyExistsException Modifier and Type Method Description ArtifactMetaDataDtoRegistryStorageLimitsEnforcer. createArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)ArtifactMetaDataDtoRegistryStorageLimitsEnforcer. createArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData) -
Uses of ArtifactAlreadyExistsException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw ArtifactAlreadyExistsException Modifier and Type Method Description ArtifactMetaDataDtoRegistryStorage. createArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)Creates a new artifact (from the given value) in the artifactStore.ArtifactMetaDataDtoRegistryStorage. 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.decorator
Methods in io.apicurio.registry.storage.decorator that throw ArtifactAlreadyExistsException Modifier and Type Method Description ArtifactMetaDataDtoRegistryStorageDecorator. createArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)ArtifactMetaDataDtoRegistryStorageDecorator. createArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData) -
Uses of ArtifactAlreadyExistsException in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that throw ArtifactAlreadyExistsException Modifier and Type Method Description ArtifactMetaDataDtoAbstractSqlRegistryStorage. createArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)protected ArtifactMetaDataDtoAbstractSqlRegistryStorage. createArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, GlobalIdGenerator globalIdGenerator)ArtifactMetaDataDtoAbstractSqlRegistryStorage. createArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData)protected ArtifactMetaDataDtoAbstractSqlRegistryStorage. createArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData, GlobalIdGenerator globalIdGenerator)
-