Uses of Class
fr.gouv.vitam.collect.internal.exception.CollectException
-
-
Uses of CollectException in fr.gouv.vitam.collect.internal.helpers
Methods in fr.gouv.vitam.collect.internal.helpers that throw CollectException Modifier and Type Method Description static DataObjectVersionTypeCollectHelper. fetchUsage(java.lang.String usageString) -
Uses of CollectException in fr.gouv.vitam.collect.internal.repository
Methods in fr.gouv.vitam.collect.internal.repository that throw CollectException Modifier and Type Method Description voidCollectRepository. createCollect(CollectModel collectModel)create a collect modeljava.util.Optional<CollectModel>CollectRepository. findCollect(java.lang.String id)return collection according to idvoidCollectRepository. replaceCollect(CollectModel collectModel)replace a collect model -
Uses of CollectException in fr.gouv.vitam.collect.internal.resource
Methods in fr.gouv.vitam.collect.internal.resource that throw CollectException Modifier and Type Method Description javax.ws.rs.core.ResponseTransactionResource. upload(java.lang.String unitId, java.lang.String usageString, java.lang.Integer version, java.io.InputStream uploadedInputStream) -
Uses of CollectException in fr.gouv.vitam.collect.internal.server
Constructors in fr.gouv.vitam.collect.internal.server that throw CollectException Constructor Description BusinessApplication(javax.servlet.ServletConfig servletConfig)Constructor -
Uses of CollectException in fr.gouv.vitam.collect.internal.service
Methods in fr.gouv.vitam.collect.internal.service that throw CollectException Modifier and Type Method Description voidTransactionService. addBinaryInfoToQualifier(DbObjectGroupModel dbObjectGroupModel, DataObjectVersionType usage, int version, java.io.InputStream uploadedInputStream)voidTransactionService. addQualifierToObjectGroups(DbObjectGroupModel objectGroup, DataObjectVersionType usage, int version, ObjectGroupDto objectGroupDto)voidTransactionService. addVersionToObjectGroups(DbQualifiersModel qualifierModelToUpdate, DbObjectGroupModel objectGroup, DataObjectVersionType usage, int version, java.util.List<DbQualifiersModel> qualifiers, ObjectGroupDto objectGroupDto)voidCollectService. closeTransaction(java.lang.String transactionId)voidCollectService. createCollect(TransactionDto transactionDto)create a collect modeljava.util.Optional<CollectModel>CollectService. findCollect(java.lang.String id)return collection according to idjava.lang.StringSipService. generateSip(CollectModel collectModel)ArchiveUnitModelTransactionService. getArchiveUnitModel(java.lang.String unitId)DbObjectGroupModelTransactionService. getDbObjectGroup(ArchiveUnitModel archiveUnitModel)DbFormatIdentificationModelTransactionService. getFormatIdentification(java.lang.String transactionId, java.lang.String objectName)java.lang.StringSipService. ingest(CollectModel collectModel, java.lang.String digest)java.lang.StringTransactionService. pushStreamToWorkspace(java.lang.String containerName, java.io.InputStream uploadedInputStream, java.lang.String fileName)voidCollectService. replaceCollect(CollectModel collectModel)com.fasterxml.jackson.databind.JsonNodeTransactionService. saveArchiveUnitInMetaData(com.fasterxml.jackson.databind.JsonNode unitJsonDto)ObjectGroupDtoTransactionService. saveObjectGroupInMetaData(ArchiveUnitModel archiveUnitModel, DataObjectVersionType usage, int version, ObjectGroupDto objectGroupDto)
-