Modifier and Type | Method and Description |
---|---|
CloseableIterator<org.bson.Document> |
UnitComputedInheritedRulesInvalidationRepository.findCollectionByProcessIdTenant(String processId,
int tenantId) |
Modifier and Type | Class and Description |
---|---|
class |
EmptyCloseableIterator<E>
EmptyCloseableIterator implementation
|
Modifier and Type | Method and Description |
---|---|
static <T,R> CloseableIterator<R> |
CloseableIteratorUtils.map(CloseableIterator<T> closeableIterator,
Function<? super T,? extends R> mapper)
Maps a CloseableIterator from un input type T to an output type R using a mapper function.
|
static <E> CloseableIterator<E> |
CloseableIteratorUtils.toCloseableIterator(Iterator<E> iterator)
Converts an Iterator to a CloseableIterator.
|
Modifier and Type | Method and Description |
---|---|
static <T,R> CloseableIterator<R> |
CloseableIteratorUtils.map(CloseableIterator<T> closeableIterator,
Function<? super T,? extends R> mapper)
Maps a CloseableIterator from un input type T to an output type R using a mapper function.
|
Modifier and Type | Method and Description |
---|---|
CloseableIterator<List<org.bson.Document>> |
AccessionRegisterMigrationRepository.selectAccessionRegistesBulk(FunctionalAdminCollections collection)
Returns all AccessionRegister to migrate, by chunks of (at most) BULK_SIZE.
|
Modifier and Type | Method and Description |
---|---|
CloseableIterator<List<String>> |
DataMigrationRepository.selectObjectGroupBulk()
Returns all object group ids to migrate by chunks of (at most) BULK_SIZE.
|
CloseableIterator<List<Unit>> |
DataMigrationRepository.selectUnitBulkInTopDownHierarchyLevel()
Returns all unit ids to migrate sorted by top-down hierarchy level, by chunks of (at most) BULK_SIZE.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonLineGenericIterator<T> |
class |
JsonLineIterator
Deprecated.
Use JsonLineGenericIterator instead.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LogbookLifeCycleTraceabilityHelper.extractAppendToFinalFile(CloseableIterator<JsonLineModel> jsonLineIterator,
TraceabilityFile traceabilityFile,
MerkleTreeAlgo algo)
Reduce part of the process : lets merge in one only file the disting lifecycles ones
|
Constructor and Description |
---|
LogbookUnitLifeCycleTraceabilityHelper(HandlerIO handlerIO,
LogbookOperationsClient logbookOperationsClient,
ItemStatus itemStatus,
String operationID,
WorkspaceClientFactory workspaceClientFactory,
CloseableIterator<JsonLineModel> traceabilityDataIterator) |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<String> |
PurgeReportService.exportDistinctObjectGroups(String processId) |
Copyright © 2019 Vitam. All rights reserved.