Uses of Class
fr.gouv.vitam.collect.common.exception.CollectInternalException
Packages that use CollectInternalException
Package
Description
-
Uses of CollectInternalException in fr.gouv.vitam.collect.common.exception
Subclasses of CollectInternalException in fr.gouv.vitam.collect.common.exceptionModifier and TypeClassDescriptionclassclassclass -
Uses of CollectInternalException in fr.gouv.vitam.collect.internal.core.csv
Constructors in fr.gouv.vitam.collect.internal.core.csv that throw CollectInternalExceptionModifierConstructorDescriptionSedaSchemaInfoResolver(AdminManagementClientFactory adminManagementClientFactory) -
Uses of CollectInternalException in fr.gouv.vitam.collect.internal.core.exceptions
Subclasses of CollectInternalException in fr.gouv.vitam.collect.internal.core.exceptionsModifier and TypeClassDescriptionclassclassclassclass -
Uses of CollectInternalException in fr.gouv.vitam.collect.internal.core.helpers
Methods in fr.gouv.vitam.collect.internal.core.helpers that throw CollectInternalExceptionModifier and TypeMethodDescriptionstatic DataObjectVersionTypeCollectHelper.fetchUsage(String usageString) -
Uses of CollectInternalException in fr.gouv.vitam.collect.internal.core.jsonl
Methods in fr.gouv.vitam.collect.internal.core.jsonl that throw CollectInternalException -
Uses of CollectInternalException in fr.gouv.vitam.collect.internal.core.repository
Methods in fr.gouv.vitam.collect.internal.core.repository that throw CollectInternalExceptionModifier and TypeMethodDescriptionRequestResponse<com.fasterxml.jackson.databind.JsonNode>MetadataRepository.atomicBulkUpdate(List<com.fasterxml.jackson.databind.JsonNode> updateMultiQueries) voidProjectRepository.createProject(ProjectModel projectModel) create a project modelvoidTransactionRepository.createTransaction(TransactionModel transactionModel) create a transaction modelvoidMetadataRepository.deleteObjectGroups(Collection<String> listGotGUID) voidMetadataRepository.deleteUnits(Collection<String> listUnitIds) ProjectRepository.findProjectById(String id) return project according to idTransactionRepository.findTransaction(String id) return transaction according to idTransactionRepository.findTransactionByQuery(org.bson.conversions.Bson query) return transaction according to queryTransactionRepository.findTransactionsByQuery(org.bson.conversions.Bson query) TransactionRepository.findTransactionsByQueryWithoutTenant(org.bson.conversions.Bson query) TransactionRepository.getListTransactionToDeleteByTenant(Integer tenantId) delete Transaction according to tenant and delay and statusvoidTransactionRepository.replaceTransaction(TransactionModel transactionModel) replace a transaction modelvoidTransactionRepository.replaceTransactions(List<TransactionModel> transactionsModel) Deprecated.: FIXME : Update only if "version = version - 1";com.fasterxml.jackson.databind.JsonNodeMetadataRepository.saveArchiveUnit(com.fasterxml.jackson.databind.node.ObjectNode unit) com.fasterxml.jackson.databind.JsonNodeMetadataRepository.saveArchiveUnits(List<com.fasterxml.jackson.databind.node.ObjectNode> units) com.fasterxml.jackson.databind.JsonNodeMetadataRepository.saveObjectGroup(com.fasterxml.jackson.databind.node.ObjectNode og) com.fasterxml.jackson.databind.JsonNodeMetadataRepository.saveObjectGroups(List<com.fasterxml.jackson.databind.node.ObjectNode> objectGroups) ProjectRepository.searchProject(CriteriaProjectDto criteriaProjectDto, int tenant) return projects according to criteriacom.fasterxml.jackson.databind.JsonNodeMetadataRepository.selectObjectGroupById(String objectGroupId, boolean isRaw) com.fasterxml.jackson.databind.JsonNodeMetadataRepository.selectObjectGroups(com.fasterxml.jackson.databind.JsonNode queryDsl, String transactionId) com.fasterxml.jackson.databind.JsonNodeMetadataRepository.selectUnitById(String unitId) RequestResponseOK<com.fasterxml.jackson.databind.JsonNode>MetadataRepository.selectUnits(com.fasterxml.jackson.databind.JsonNode queryDsl, String transactionId) voidMetadataRepository.updateObjectGroupById(UpdateMultiQuery updateQuery, String objectGroupId, String transactionId) voidProjectRepository.updateProject(ProjectModel projectModel) update a project modelvoidMetadataRepository.updateUnitById(UpdateMultiQuery updateQuery, String transactionId, String unitId) -
Uses of CollectInternalException in fr.gouv.vitam.collect.internal.core.service
Methods in fr.gouv.vitam.collect.internal.core.service that throw CollectInternalExceptionModifier and TypeMethodDescriptionvoidCollectService.addBinaryInfoToQualifier(DbObjectGroupModel dbObjectGroupModel, DataObjectVersionType usage, int version, InputStream uploadedInputStream) voidTransactionService.attachVitamOperationId(String transactionId, String operationId) BulkAtomicUpdateMetadataService.bulkAtomicUpdateUnits(String transactionId, com.fasterxml.jackson.databind.node.ArrayNode queries, boolean allowInternalFieldsUpdate) voidTransactionService.changeTransactionStatus(TransactionStatus transactionStatus, String transactionId) booleanTransactionService.changeTransactionToSendingIfBatchesNotKo(TransactionModel transaction) voidTransactionService.checkAbortTransaction(TransactionModel transactionModel) voidTransactionService.checkReadyTransaction(TransactionModel transactionModel) voidTransactionService.checkReopenTransaction(TransactionModel transactionModel) voidTransactionService.checkSendingTransaction(TransactionModel transactionModel) voidTransactionService.checkSendTransaction(TransactionModel transactionModel) ProjectService.createProject(ProjectDto projectDto) create a project modelvoidTransactionService.createTransaction(TransactionDto transactionDto, ProjectDto projectDto) create a transaction modelvoidTransactionService.deleteTransaction(String id) delete transaction according to idvoidTransactionService.deleteTransactionContent(String transactionId) CollectService.detectFileFormat(File fileToDetect) TransactionService.findLastTransactionByProjectId(String id) Deprecated.ProjectService.findProject(String id) return project according to idTransactionService.findReadyAutoIngestTransactions()TransactionService.findTransaction(String id) return transaction according to idTransactionService.findTransactionsByProjectId(String id) return transaction according to idSipService.generateSip(TransactionModel transactionModel) CollectService.getArchiveUnitModel(String unitId) javax.ws.rs.core.ResponseCollectService.getBinaryByUsageAndVersion(CollectUnitModel unitModel, DataObjectVersionType usage, int version) CollectService.getDbObjectGroup(CollectUnitModel unitModel) SipService.getIngestedFileFromWorkspace(TransactionModel transactionModel) CollectService.getInputStreamFromWorkspace(String containerName, String fileName) TransactionService.getListTransactionToDeleteByTenant(Integer tenantId) voidTransactionService.isTransactionContentEmpty(String id) check if the transaction content is emptyvoidTransactionService.manageTransactionsStatus()voidFluxService.processStream(InputStream inputStreamObject, String projectId, String transactionId, String encoding, String explicitAttachementId) voidTransactionService.purgeByBatchId(String batchId, TransactionModel transactionModel) CollectService.pushStreamToWorkspace(String containerName, InputStream uploadedInputStream, String fileName) TransactionService.replaceTransaction(TransactionDto transactionDto) update a transaction modelvoidTransactionService.replaceTransaction(TransactionModel transactionModel) com.fasterxml.jackson.databind.JsonNodeMetadataService.saveArchiveUnit(com.fasterxml.jackson.databind.JsonNode unit, TransactionModel transactionModel) ProjectService.searchProject(CriteriaProjectDto criteriaProjectDto) com.fasterxml.jackson.databind.JsonNodeMetadataService.selectObjectGroupById(String objectGroupId) com.fasterxml.jackson.databind.JsonNodeMetadataService.selectUnitById(String unitId) RequestResponseOK<com.fasterxml.jackson.databind.JsonNode>MetadataService.selectUnitsByTransactionId(com.fasterxml.jackson.databind.JsonNode queryDsl, String transactionId) javax.ws.rs.core.ResponseTransactionService.startEliminationActionWorkflow(String transactionId, EliminationRequestBody eliminationRequestBody, Contexts eliminationWorkflowContext) CollectService.updateOrSaveObjectGroup(CollectUnitModel unitModel, DataObjectVersionType usage, int version, ObjectDto objectDto) ProjectService.updateProject(ProjectDto projectDto) voidMetadataService.updateUnitsWithJsonlMetadata(TransactionModel transaction, InputStream metadataJsonlInputStream) voidMetadataService.updateUnitsWithMetadataCsv(TransactionModel transaction, InputStream is) javax.ws.rs.core.ResponseTransactionService.uploadTransactionZip(InputStream inputStreamObject, TransactionModel transactionModel, String encoding, String attachementId) -
Uses of CollectInternalException in fr.gouv.vitam.collect.internal.rest
Methods in fr.gouv.vitam.collect.internal.rest that throw CollectInternalExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseTransactionInternalResource.generateSip(String transactionId) javax.ws.rs.core.ResponseTransactionInternalResource.getTransactionsToAutomaticallyIngest()javax.ws.rs.core.ResponseCollectInternalResource.upload(String unitId, String usageString, Integer version, InputStream uploadedInputStream) -
Uses of CollectInternalException in fr.gouv.vitam.collect.internal.server
Constructors in fr.gouv.vitam.collect.internal.server that throw CollectInternalExceptionModifierConstructorDescriptionBusinessApplication(javax.servlet.ServletConfig servletConfig) Constructor -
Uses of CollectInternalException in fr.gouv.vitam.collect.internal.thread
Methods in fr.gouv.vitam.collect.internal.thread that throw CollectInternalExceptionModifier and TypeMethodDescriptionvoidPurgeTransactionThread.deleteTransaction(Integer tenantId, Integer delay) voidPurgeTransactionThread.process()