Uses of Class
io.apicurio.registry.storage.RegistryStorageException
-
-
Uses of RegistryStorageException in io.apicurio.registry.ccompat.store
Methods in io.apicurio.registry.ccompat.store that throw RegistryStorageException 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)intRegistryStorageFacade. deleteSchema(String subject, String version)intRegistryStorageFacadeImpl. deleteSchema(String subject, String versionString)List<Integer>RegistryStorageFacade. deleteSubject(String subject)List<Integer>RegistryStorageFacadeImpl. deleteSubject(String subject)SchemaRegistryStorageFacade. getSchema(String subject, SchemaContent schema)SchemaRegistryStorageFacade. getSchema(String subject, String version)SchemaRegistryStorageFacadeImpl. getSchema(String subject, SchemaContent schema)SchemaRegistryStorageFacadeImpl. getSchema(String subject, String versionString)SchemaInfoRegistryStorageFacade. getSchemaById(int contentId)SchemaInfoRegistryStorageFacadeImpl. getSchemaById(int contentId)List<Integer>RegistryStorageFacade. getVersions(String subject)List<Integer>RegistryStorageFacadeImpl. getVersions(String subject) -
Uses of RegistryStorageException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw RegistryStorageException Modifier and Type Method Description ArtifactMetaDataDtoEventSourcedRegistryStorage. createArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)voidEventSourcedRegistryStorage. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)ArtifactMetaDataDtoEventSourcedRegistryStorage. createArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData)voidEventSourcedRegistryStorage. createGlobalRule(RuleType rule, RuleConfigurationDto config)voidEventSourcedRegistryStorage. createGroup(GroupMetaDataDto group)List<String>EventSourcedRegistryStorage. deleteArtifact(String groupId, String artifactId)voidEventSourcedRegistryStorage. deleteArtifactRule(String groupId, String artifactId, RuleType rule)voidEventSourcedRegistryStorage. deleteArtifactRules(String groupId, String artifactId)voidEventSourcedRegistryStorage. deleteArtifacts(String groupId)voidEventSourcedRegistryStorage. deleteArtifactVersion(String groupId, String artifactId, String version)voidEventSourcedRegistryStorage. deleteGlobalRule(RuleType rule)voidEventSourcedRegistryStorage. deleteGlobalRules()voidEventSourcedRegistryStorage. deleteGroup(String groupId)StoredArtifactDtoEventSourcedRegistryStorage. getArtifact(String groupId, String artifactId)ContentHandleEventSourcedRegistryStorage. getArtifactByContentHash(String contentHash)ContentHandleEventSourcedRegistryStorage. getArtifactByContentId(long contentId)List<RuleType>EventSourcedRegistryStorage. getArtifactRules(String groupId, String artifactId)ArtifactMetaDataDtoEventSourcedRegistryStorage. updateArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)voidEventSourcedRegistryStorage. updateArtifactMetaData(String groupId, String artifactId, EditableArtifactMetaDataDto metaData)voidEventSourcedRegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidEventSourcedRegistryStorage. updateArtifactState(String groupId, String artifactId, ArtifactState state)voidEventSourcedRegistryStorage. updateArtifactState(String groupId, String artifactId, String version, ArtifactState state)ArtifactMetaDataDtoEventSourcedRegistryStorage. updateArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData)voidEventSourcedRegistryStorage. updateGlobalRule(RuleType rule, RuleConfigurationDto config)voidEventSourcedRegistryStorage. updateGroupMetaData(GroupMetaDataDto group) -
Uses of RegistryStorageException in io.apicurio.registry.mt.limits
Methods in io.apicurio.registry.mt.limits that throw RegistryStorageException 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)List<String>RegistryStorageLimitsEnforcer. deleteArtifact(String groupId, String artifactId)voidRegistryStorageLimitsEnforcer. deleteArtifacts(String groupId)voidRegistryStorageLimitsEnforcer. deleteArtifactVersion(String groupId, String artifactId, String version)ArtifactMetaDataDtoRegistryStorageLimitsEnforcer. updateArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)voidRegistryStorageLimitsEnforcer. updateArtifactMetaData(String groupId, String artifactId, EditableArtifactMetaDataDto metaData)voidRegistryStorageLimitsEnforcer. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableArtifactMetaDataDto metaData)ArtifactMetaDataDtoRegistryStorageLimitsEnforcer. updateArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData) -
Uses of RegistryStorageException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw RegistryStorageException Modifier and Type Method Description DownloadContextDtoRegistryStorage. consumeDownload(String downloadId)Called to consume a download from the DB (single-use) and return its context info.longRegistryStorage. countArtifacts()Counts the total number of artifactslongRegistryStorage. countArtifactVersions(String groupId, String artifactId)Counts the total number of versions for one artifactlongRegistryStorage. countTotalArtifactVersions()Counts the total number of versions for all artifactsArtifactMetaDataDtoRegistryStorage. createArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)Creates a new artifact (from the given value) in the artifactStore.voidRegistryStorage. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)Creates an artifact rule for a specific Artifact.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.StringRegistryStorage. createDownload(DownloadContextDto context)Called to create a single-use download "link".voidRegistryStorage. createGlobalRule(RuleType rule, RuleConfigurationDto config)Creates a single global rule.voidRegistryStorage. createGroup(GroupMetaDataDto group)Creates a new empty group and stores it's metadata.voidRegistryStorage. createRoleMapping(String principalId, String role, String principalName)Creates a role mapping for a user.voidRegistryStorage. deleteAllExpiredDownloads()Called to delete any expired rows in the downloads table.List<String>RegistryStorage. deleteArtifact(String groupId, String artifactId)Deletes an artifact by its group and unique id.voidRegistryStorage. deleteArtifactRule(String groupId, String artifactId, RuleType rule)Deletes a single stored/configured rule for a given artifact.voidRegistryStorage. deleteArtifactRules(String groupId, String artifactId)Deletes all rules stored/configured for the artifact.voidRegistryStorage. deleteArtifacts(String groupId)Deletes all artifacts in the given group.voidRegistryStorage. deleteArtifactVersion(String groupId, String artifactId, String version)Deletes a single version of a given artifact.voidRegistryStorage. deleteArtifactVersionMetaData(String groupId, String artifactId, String version)Deletes the user-editable meta-data for a singel version of a given artifact.voidRegistryStorage. deleteGlobalRule(RuleType rule)Deletes a single global rule.voidRegistryStorage. deleteGlobalRules()Deletes all of the globally configured rules.voidRegistryStorage. deleteGroup(String groupId)Deletes a group intified by the given groupId and DELETES ALL resources related to this groupvoidRegistryStorage. deleteRoleMapping(String principalId)Deletes a single role mapping.voidRegistryStorage. exportData(Function<Entity,Void> handler)Called to export all data in the registry.StoredArtifactDtoRegistryStorage. getArtifact(String groupId, String artifactId)Gets the most recent version of the value of the artifact with the given group and ID.ContentHandleRegistryStorage. getArtifactByContentHash(String contentHash)Gets some artifact content by the SHA-256 hash of that content.ContentHandleRegistryStorage. getArtifactByContentId(long contentId)Gets some artifact content by the unique contentId.ArtifactMetaDataDtoRegistryStorage. getArtifactMetaData(long globalId)Gets the stored meta-data for an artifact by global ID.ArtifactMetaDataDtoRegistryStorage. getArtifactMetaData(String groupId, String artifactId)Gets the stored meta-data for an artifact by group and ID.RuleConfigurationDtoRegistryStorage. getArtifactRule(String groupId, String artifactId, RuleType rule)Gets all of the information for a single rule configured on a given artifact.List<RuleType>RegistryStorage. getArtifactRules(String groupId, String artifactId)Gets a list of rules configured for a specific Artifact (by group and ID).StoredArtifactDtoRegistryStorage. getArtifactVersion(long globalId)Gets the stored artifact content for the artifact version with the given unique global ID.StoredArtifactDtoRegistryStorage. getArtifactVersion(String groupId, String artifactId, String version)Gets the stored value for a single version of a given artifact.ArtifactVersionMetaDataDtoRegistryStorage. getArtifactVersionMetaData(String groupId, String artifactId, boolean canonical, ContentHandle content)Gets the metadata of the version that matches content.ArtifactVersionMetaDataDtoRegistryStorage. getArtifactVersionMetaData(String groupId, String artifactId, String version)Gets the stored meta-data for a single version of an artifact.List<String>RegistryStorage. getArtifactVersions(String groupId, String artifactId)Gets a sorted set of all artifact versions that exist for a given artifact.RuleConfigurationDtoRegistryStorage. getGlobalRule(RuleType rule)Gets all information about a single global rule.List<RuleType>RegistryStorage. getGlobalRules()Gets a list of all global rule names.List<String>RegistryStorage. getGroupIds(Integer limit)Get all groupIdsGroupMetaDataDtoRegistryStorage. getGroupMetaData(String groupId)Get the metadata information for a group identified by the given groupIdLogConfigurationDtoRegistryStorage. getLogConfiguration(String logger)Returns the log configuration persisted in the storage for the given loggerStringRegistryStorage. getRoleForPrincipal(String principalId)Gets the role for a single user.RoleMappingDtoRegistryStorage. getRoleMapping(String principalId)Gets the details of a single role mapping.List<RoleMappingDto>RegistryStorage. getRoleMappings()Gets the list of all the role mappings in the registry.voidRegistryStorage. importData(EntityInputStream entities)Called to import previously exported data into the registry.List<LogConfigurationDto>RegistryStorage. listLogConfigurations()Returns the list of log configuration persisted in the storagevoidRegistryStorage. removeLogConfiguration(String logger)Removes the persisted log configuration for the given loggerVersionSearchResultsDtoRegistryStorage. searchVersions(String groupId, String artifactId, int offset, int limit)Fetch the versions of the given artifactvoidRegistryStorage. setLogConfiguration(LogConfigurationDto logConfiguration)Persists the given log configurationArtifactMetaDataDtoRegistryStorage. updateArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)Updates the artifact value by storing the given value as a new version of the artifact.voidRegistryStorage. updateArtifactMetaData(String groupId, String artifactId, EditableArtifactMetaDataDto metaData)Updates the stored meta-data for an artifact by group and ID.voidRegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)Updates the configuration information for a single rule on a given artifact.voidRegistryStorage. updateArtifactState(String groupId, String artifactId, ArtifactState state)Update artifact state.voidRegistryStorage. updateArtifactState(String groupId, String artifactId, String version, ArtifactState state)Update artifact state.voidRegistryStorage. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableArtifactMetaDataDto metaData)Updates the user-editable meta-data for a single version of a given artifact.ArtifactMetaDataDtoRegistryStorage. updateArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData)Updates the artifact value by storing the given value and metadata as a new version of the artifact.voidRegistryStorage. updateGlobalRule(RuleType rule, RuleConfigurationDto config)Updates the configuration settings for a single global rule.voidRegistryStorage. updateGroupMetaData(GroupMetaDataDto group)Updates the metadata of an existent group.voidRegistryStorage. updateRoleMapping(String principalId, String role)Updates a single role mapping. -
Uses of RegistryStorageException in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that throw RegistryStorageException Modifier and Type Method Description DownloadContextDtoRegistryStorageDecorator. consumeDownload(String downloadId)longRegistryStorageDecorator. countArtifacts()longRegistryStorageDecorator. countArtifactVersions(String groupId, String artifactId)longRegistryStorageDecorator. countTotalArtifactVersions()ArtifactMetaDataDtoRegistryStorageDecorator. createArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)voidRegistryStorageDecorator. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)ArtifactMetaDataDtoRegistryStorageDecorator. createArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData)StringRegistryStorageDecorator. createDownload(DownloadContextDto context)voidRegistryStorageDecorator. createGlobalRule(RuleType rule, RuleConfigurationDto config)voidRegistryStorageDecorator. createGroup(GroupMetaDataDto group)voidRegistryStorageDecorator. createRoleMapping(String principalId, String role, String principalName)voidRegistryStorageDecorator. deleteAllExpiredDownloads()List<String>RegistryStorageDecorator. deleteArtifact(String groupId, String artifactId)voidRegistryStorageDecorator. deleteArtifactRule(String groupId, String artifactId, RuleType rule)voidRegistryStorageDecorator. deleteArtifactRules(String groupId, String artifactId)voidRegistryStorageDecorator. deleteArtifacts(String groupId)voidRegistryStorageDecorator. deleteArtifactVersion(String groupId, String artifactId, String version)voidRegistryStorageDecorator. deleteArtifactVersionMetaData(String groupId, String artifactId, String version)voidRegistryStorageDecorator. deleteGlobalRule(RuleType rule)voidRegistryStorageDecorator. deleteGlobalRules()voidRegistryStorageDecorator. deleteGroup(String groupId)voidRegistryStorageDecorator. deleteRoleMapping(String principalId)voidRegistryStorageDecorator. exportData(Function<Entity,Void> handler)StoredArtifactDtoRegistryStorageDecorator. getArtifact(String groupId, String artifactId)ContentHandleRegistryStorageDecorator. getArtifactByContentHash(String contentHash)ContentHandleRegistryStorageDecorator. getArtifactByContentId(long contentId)ArtifactMetaDataDtoRegistryStorageDecorator. getArtifactMetaData(long globalId)ArtifactMetaDataDtoRegistryStorageDecorator. getArtifactMetaData(String groupId, String artifactId)RuleConfigurationDtoRegistryStorageDecorator. getArtifactRule(String groupId, String artifactId, RuleType rule)List<RuleType>RegistryStorageDecorator. getArtifactRules(String groupId, String artifactId)StoredArtifactDtoRegistryStorageDecorator. getArtifactVersion(long globalId)StoredArtifactDtoRegistryStorageDecorator. getArtifactVersion(String groupId, String artifactId, String version)ArtifactVersionMetaDataDtoRegistryStorageDecorator. getArtifactVersionMetaData(String groupId, String artifactId, boolean canonical, ContentHandle content)ArtifactVersionMetaDataDtoRegistryStorageDecorator. getArtifactVersionMetaData(String groupId, String artifactId, String version)List<String>RegistryStorageDecorator. getArtifactVersions(String groupId, String artifactId)RuleConfigurationDtoRegistryStorageDecorator. getGlobalRule(RuleType rule)List<RuleType>RegistryStorageDecorator. getGlobalRules()List<String>RegistryStorageDecorator. getGroupIds(Integer limit)GroupMetaDataDtoRegistryStorageDecorator. getGroupMetaData(String groupId)LogConfigurationDtoRegistryStorageDecorator. getLogConfiguration(String logger)StringRegistryStorageDecorator. getRoleForPrincipal(String principalId)RoleMappingDtoRegistryStorageDecorator. getRoleMapping(String principalId)List<RoleMappingDto>RegistryStorageDecorator. getRoleMappings()voidRegistryStorageDecorator. importData(EntityInputStream entities)List<LogConfigurationDto>RegistryStorageDecorator. listLogConfigurations()voidRegistryStorageDecorator. removeLogConfiguration(String logger)VersionSearchResultsDtoRegistryStorageDecorator. searchVersions(String groupId, String artifactId, int offset, int limit)voidRegistryStorageDecorator. setLogConfiguration(LogConfigurationDto logConfiguration)ArtifactMetaDataDtoRegistryStorageDecorator. updateArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)voidRegistryStorageDecorator. updateArtifactMetaData(String groupId, String artifactId, EditableArtifactMetaDataDto metaData)voidRegistryStorageDecorator. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidRegistryStorageDecorator. updateArtifactState(String groupId, String artifactId, ArtifactState state)voidRegistryStorageDecorator. updateArtifactState(String groupId, String artifactId, String version, ArtifactState state)voidRegistryStorageDecorator. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableArtifactMetaDataDto metaData)ArtifactMetaDataDtoRegistryStorageDecorator. updateArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData)voidRegistryStorageDecorator. updateGlobalRule(RuleType rule, RuleConfigurationDto config)voidRegistryStorageDecorator. updateGroupMetaData(GroupMetaDataDto group)voidRegistryStorageDecorator. updateRoleMapping(String principalId, String role) -
Uses of RegistryStorageException in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that throw RegistryStorageException Modifier and Type Method Description DownloadContextDtoAbstractSqlRegistryStorage. consumeDownload(String downloadId)longAbstractSqlRegistryStorage. countArtifacts()longAbstractSqlRegistryStorage. countArtifactVersions(String groupId, String artifactId)longAbstractSqlRegistryStorage. countTotalArtifactVersions()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)voidAbstractSqlRegistryStorage. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)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)StringAbstractSqlRegistryStorage. createDownload(DownloadContextDto context)voidAbstractSqlRegistryStorage. createGlobalRule(RuleType rule, RuleConfigurationDto config)voidAbstractSqlRegistryStorage. createGroup(GroupMetaDataDto group)voidAbstractSqlRegistryStorage. createRoleMapping(String principalId, String role, String principalName)voidAbstractSqlRegistryStorage. deleteAllExpiredDownloads()List<String>AbstractSqlRegistryStorage. deleteArtifact(String groupId, String artifactId)voidAbstractSqlRegistryStorage. deleteArtifactRule(String groupId, String artifactId, RuleType rule)voidAbstractSqlRegistryStorage. deleteArtifactRules(String groupId, String artifactId)voidAbstractSqlRegistryStorage. deleteArtifacts(String groupId)voidAbstractSqlRegistryStorage. deleteArtifactVersion(String groupId, String artifactId, String version)voidAbstractSqlRegistryStorage. deleteArtifactVersionMetaData(String groupId, String artifactId, String version)voidAbstractSqlRegistryStorage. deleteGlobalRule(RuleType rule)voidAbstractSqlRegistryStorage. deleteGlobalRules()voidAbstractSqlRegistryStorage. deleteGroup(String groupId)voidAbstractSqlRegistryStorage. deleteRoleMapping(String principalId)voidAbstractSqlRegistryStorage. exportData(Function<Entity,Void> handler)StoredArtifactDtoAbstractSqlRegistryStorage. getArtifact(String groupId, String artifactId)ContentHandleAbstractSqlRegistryStorage. getArtifactByContentHash(String contentHash)ContentHandleAbstractSqlRegistryStorage. getArtifactByContentId(long contentId)ArtifactMetaDataDtoAbstractSqlRegistryStorage. getArtifactMetaData(long globalId)ArtifactMetaDataDtoAbstractSqlRegistryStorage. getArtifactMetaData(String groupId, String artifactId)RuleConfigurationDtoAbstractSqlRegistryStorage. getArtifactRule(String groupId, String artifactId, RuleType rule)List<RuleType>AbstractSqlRegistryStorage. getArtifactRules(String groupId, String artifactId)StoredArtifactDtoAbstractSqlRegistryStorage. getArtifactVersion(long globalId)StoredArtifactDtoAbstractSqlRegistryStorage. getArtifactVersion(String groupId, String artifactId, String version)ArtifactVersionMetaDataDtoAbstractSqlRegistryStorage. getArtifactVersionMetaData(String groupId, String artifactId, boolean canonical, ContentHandle content)ArtifactVersionMetaDataDtoAbstractSqlRegistryStorage. getArtifactVersionMetaData(String groupId, String artifactId, String version)List<String>AbstractSqlRegistryStorage. getArtifactVersions(String groupId, String artifactId)RuleConfigurationDtoAbstractSqlRegistryStorage. getGlobalRule(RuleType rule)List<RuleType>AbstractSqlRegistryStorage. getGlobalRules()List<String>AbstractSqlRegistryStorage. getGroupIds(Integer limit)GroupMetaDataDtoAbstractSqlRegistryStorage. getGroupMetaData(String groupId)LogConfigurationDtoAbstractSqlRegistryStorage. getLogConfiguration(String logger)StringAbstractSqlRegistryStorage. getRoleForPrincipal(String principalId)RoleMappingDtoAbstractSqlRegistryStorage. getRoleMapping(String principalId)List<RoleMappingDto>AbstractSqlRegistryStorage. getRoleMappings()voidAbstractSqlRegistryStorage. importData(EntityInputStream entities)protected voidAbstractSqlRegistryStorage. importEntity(Handle handle, Entity entity)booleanAbstractSqlRegistryStorage. isArtifactExists(String groupId, String artifactId)booleanAbstractSqlRegistryStorage. isContentExists(long contentId)protected booleanAbstractSqlRegistryStorage. isGlobalIdExists(long globalId)List<LogConfigurationDto>AbstractSqlRegistryStorage. listLogConfigurations()voidAbstractSqlRegistryStorage. removeLogConfiguration(String logger)voidAbstractSqlRegistryStorage. setLogConfiguration(LogConfigurationDto logConfiguration)ArtifactMetaDataDtoAbstractSqlRegistryStorage. updateArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content)protected ArtifactMetaDataDtoAbstractSqlRegistryStorage. updateArtifact(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, GlobalIdGenerator globalIdGenerator)voidAbstractSqlRegistryStorage. updateArtifactMetaData(String groupId, String artifactId, EditableArtifactMetaDataDto metaData)voidAbstractSqlRegistryStorage. updateArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidAbstractSqlRegistryStorage. updateArtifactState(String groupId, String artifactId, ArtifactState state)voidAbstractSqlRegistryStorage. updateArtifactState(String groupId, String artifactId, String version, ArtifactState state)voidAbstractSqlRegistryStorage. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableArtifactMetaDataDto metaData)protected ArtifactMetaDataDtoAbstractSqlRegistryStorage. updateArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, long contentId, String createdBy, Date createdOn, EditableArtifactMetaDataDto metaData, GlobalIdGenerator globalIdGenerator)ArtifactMetaDataDtoAbstractSqlRegistryStorage. updateArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData)protected ArtifactMetaDataDtoAbstractSqlRegistryStorage. updateArtifactWithMetadata(String groupId, String artifactId, String version, ArtifactType artifactType, ContentHandle content, EditableArtifactMetaDataDto metaData, GlobalIdGenerator globalIdGenerator)voidAbstractSqlRegistryStorage. updateGlobalRule(RuleType rule, RuleConfigurationDto config)voidAbstractSqlRegistryStorage. updateGroupMetaData(GroupMetaDataDto group)voidAbstractSqlRegistryStorage. updateRoleMapping(String principalId, String role)<R,X extends Exception>
RHandleFactory. withHandleNoException(HandleCallback<R,X> callback)
-