Modifier and Type | Method and Description |
---|---|
CompletionStage<Long> |
RegistryStorageFacadeImpl.createSchema(String subject,
String schema,
String schemaType) |
CompletionStage<Long> |
RegistryStorageFacade.createSchema(String subject,
String schema,
String schemaType)
Create a new schema in the given subject.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiService.apiSchemasPost(javax.ws.rs.container.AsyncResponse response,
NewSchema schema,
boolean verify) |
void |
Api.apiSchemasPost(javax.ws.rs.container.AsyncResponse response,
@NotNull @Valid NewSchema schema,
boolean verify,
javax.ws.rs.core.SecurityContext securityContext) |
void |
ApiService.apiSchemasSchemaidVersionsPost(javax.ws.rs.container.AsyncResponse response,
String schemaid,
NewSchemaVersion schema,
boolean verify) |
void |
Api.apiSchemasSchemaidVersionsPost(javax.ws.rs.container.AsyncResponse response,
@NotNull String schemaid,
@NotNull @Valid NewSchemaVersion schema,
boolean verify) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<ArtifactMetaDataDto> |
RegistryStorage.createArtifact(String artifactId,
ArtifactType artifactType,
ContentHandle content)
Creates a new artifact (from the given value) in the storage.
|
CompletionStage<ArtifactMetaDataDto> |
RegistryStorage.createArtifactWithMetadata(String artifactId,
ArtifactType artifactType,
ContentHandle content,
EditableArtifactMetaDataDto metaData)
Creates a new artifact (from the given value including metadata) in the storage.
|
Modifier and Type | Method and Description |
---|---|
CompletionStage<ArtifactMetaDataDto> |
AbstractMapRegistryStorage.createArtifact(String artifactId,
ArtifactType artifactType,
ContentHandle content) |
CompletionStage<ArtifactMetaDataDto> |
AbstractMapRegistryStorage.createArtifactWithMetadata(String artifactId,
ArtifactType artifactType,
ContentHandle content,
EditableArtifactMetaDataDto metadata) |
protected ArtifactMetaDataDto |
AbstractMapRegistryStorage.createOrUpdateArtifact(String artifactId,
ArtifactType artifactType,
ContentHandle content,
boolean create,
long globalId) |
Copyright © 2020 Red Hat. All rights reserved.