Uses of Class
fr.gouv.vitam.worker.core.distribution.JsonLineModel
-
-
Uses of JsonLineModel in fr.gouv.vitam.worker.core.distribution
Methods in fr.gouv.vitam.worker.core.distribution that return JsonLineModel Modifier and Type Method Description JsonLineModelJsonLineIterator. next()Deprecated.Methods in fr.gouv.vitam.worker.core.distribution with parameters of type JsonLineModel Modifier and Type Method Description voidJsonLineWriter. addEntry(JsonLineModel line) -
Uses of JsonLineModel in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Fields in fr.gouv.vitam.worker.core.plugin.lfc_traceability with type parameters of type JsonLineModel Modifier and Type Field Description static com.fasterxml.jackson.core.type.TypeReference<JsonLineModel>BuildTraceabilityActionPlugin. TYPE_REFERENCEMethod parameters in fr.gouv.vitam.worker.core.plugin.lfc_traceability with type arguments of type JsonLineModel Modifier and Type Method Description protected voidLogbookLifeCycleTraceabilityHelper. extractAppendToFinalFile(CloseableIterator<JsonLineModel> jsonLineIterator, TraceabilityFile traceabilityFile, MerkleTreeAlgo algo)Reduce part of the process : lets merge in one only file the disting lifecycles onesConstructor parameters in fr.gouv.vitam.worker.core.plugin.lfc_traceability with type arguments of type JsonLineModel Constructor Description LogbookObjectGroupLifeCycleTraceabilityHelper(HandlerIO handlerIO, LogbookOperationsClient logbookOperationsClient, ItemStatus itemStatus, java.lang.String operationID, WorkspaceClientFactory workspaceClientFactory, CloseableIterator<JsonLineModel> traceabilityDataIterator, java.lang.String traceabilityEventFileName, java.lang.String traceabilityZipFileName)LogbookUnitLifeCycleTraceabilityHelper(HandlerIO handlerIO, LogbookOperationsClient logbookOperationsClient, ItemStatus itemStatus, java.lang.String operationID, WorkspaceClientFactory workspaceClientFactory, CloseableIterator<JsonLineModel> traceabilityDataIterator, java.lang.String traceabilityEventFileName, java.lang.String traceabilityZipFileName) -
Uses of JsonLineModel in fr.gouv.vitam.worker.core.plugin.transfer.reply
Fields in fr.gouv.vitam.worker.core.plugin.transfer.reply with type parameters of type JsonLineModel Modifier and Type Field Description static com.fasterxml.jackson.core.type.TypeReference<JsonLineModel>TransferReplyUnitPreparationHandler. JSON_NODE_TYPE_REFERENCE -
Uses of JsonLineModel in fr.gouv.vitam.worker.core.plugin.transfer.reply.utils
Methods in fr.gouv.vitam.worker.core.plugin.transfer.reply.utils with parameters of type JsonLineModel Modifier and Type Method Description voidSortedLevelJsonLineWriter. addEntry(JsonLineModel line)
-