Uses of Class
fr.gouv.vitam.collect.internal.model.CollectModel
-
-
Uses of CollectModel in fr.gouv.vitam.collect.internal.helpers
Methods in fr.gouv.vitam.collect.internal.helpers with parameters of type CollectModel Modifier and Type Method Description static ExportRequest
SipHelper. buildExportRequest(CollectModel collectModel, ExportRequestParameters exportRequestParameters)
static ExportRequestParameters
SipHelper. buildExportRequestParameters(CollectModel collectModel)
-
Uses of CollectModel in fr.gouv.vitam.collect.internal.helpers.builders
Methods in fr.gouv.vitam.collect.internal.helpers.builders that return CollectModel Modifier and Type Method Description CollectModel
CollectModelBuilder. build()
-
Uses of CollectModel in fr.gouv.vitam.collect.internal.repository
Methods in fr.gouv.vitam.collect.internal.repository that return types with arguments of type CollectModel Modifier and Type Method Description java.util.Optional<CollectModel>
CollectRepository. findCollect(java.lang.String id)
return collection according to idMethods in fr.gouv.vitam.collect.internal.repository with parameters of type CollectModel Modifier and Type Method Description void
CollectRepository. createCollect(CollectModel collectModel)
create a collect modelvoid
CollectRepository. replaceCollect(CollectModel collectModel)
replace a collect model -
Uses of CollectModel in fr.gouv.vitam.collect.internal.service
Methods in fr.gouv.vitam.collect.internal.service that return types with arguments of type CollectModel Modifier and Type Method Description java.util.Optional<CollectModel>
CollectService. findCollect(java.lang.String id)
return collection according to idMethods in fr.gouv.vitam.collect.internal.service with parameters of type CollectModel Modifier and Type Method Description boolean
CollectService. checkStatus(CollectModel collectModel, TransactionStatus... transactionStatus)
java.lang.String
SipService. generateSip(CollectModel collectModel)
java.lang.String
SipService. ingest(CollectModel collectModel, java.lang.String digest)
void
CollectService. replaceCollect(CollectModel collectModel)
-