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 DataObjectVersionType
CollectHelper. 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 void
CollectRepository. createCollect(CollectModel collectModel)
create a collect modeljava.util.Optional<CollectModel>
CollectRepository. findCollect(java.lang.String id)
return collection according to idvoid
CollectRepository. 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.Response
TransactionResource. 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 void
TransactionService. addBinaryInfoToQualifier(DbObjectGroupModel dbObjectGroupModel, DataObjectVersionType usage, int version, java.io.InputStream uploadedInputStream)
void
TransactionService. addQualifierToObjectGroups(DbObjectGroupModel objectGroup, DataObjectVersionType usage, int version, ObjectGroupDto objectGroupDto)
void
TransactionService. addVersionToObjectGroups(DbQualifiersModel qualifierModelToUpdate, DbObjectGroupModel objectGroup, DataObjectVersionType usage, int version, java.util.List<DbQualifiersModel> qualifiers, ObjectGroupDto objectGroupDto)
void
CollectService. closeTransaction(java.lang.String transactionId)
void
CollectService. createCollect(TransactionDto transactionDto)
create a collect modeljava.util.Optional<CollectModel>
CollectService. findCollect(java.lang.String id)
return collection according to idjava.lang.String
SipService. generateSip(CollectModel collectModel)
ArchiveUnitModel
TransactionService. getArchiveUnitModel(java.lang.String unitId)
DbObjectGroupModel
TransactionService. getDbObjectGroup(ArchiveUnitModel archiveUnitModel)
DbFormatIdentificationModel
TransactionService. getFormatIdentification(java.lang.String transactionId, java.lang.String objectName)
java.lang.String
SipService. ingest(CollectModel collectModel, java.lang.String digest)
java.lang.String
TransactionService. pushStreamToWorkspace(java.lang.String containerName, java.io.InputStream uploadedInputStream, java.lang.String fileName)
void
CollectService. replaceCollect(CollectModel collectModel)
com.fasterxml.jackson.databind.JsonNode
TransactionService. saveArchiveUnitInMetaData(com.fasterxml.jackson.databind.JsonNode unitJsonDto)
ObjectGroupDto
TransactionService. saveObjectGroupInMetaData(ArchiveUnitModel archiveUnitModel, DataObjectVersionType usage, int version, ObjectGroupDto objectGroupDto)
-