@Service public class ExtraObjectsCollector extends Object
| Constructor and Description |
|---|
ExtraObjectsCollector() |
| Modifier and Type | Method and Description |
|---|---|
Map<Object,org.qubership.automation.itf.core.model.common.Storable> |
collect(org.qubership.automation.itf.core.model.common.Storable storable,
Map<String,Set<Object>> checkedObjectsMap)
Collect extra objects for export.
|
void |
collectParents(org.qubership.automation.itf.core.model.common.Storable source,
ConcurrentHashMap<Object,org.apache.commons.lang3.tuple.Pair<org.qubership.automation.itf.core.model.jpa.folder.Folder<?>,Integer>> collectTo)
Collect parents of storable to parent storage.
|
public Map<Object,org.qubership.automation.itf.core.model.common.Storable> collect(org.qubership.automation.itf.core.model.common.Storable storable, Map<String,Set<Object>> checkedObjectsMap)
storable - processed objectpublic void collectParents(org.qubership.automation.itf.core.model.common.Storable source, ConcurrentHashMap<Object,org.apache.commons.lang3.tuple.Pair<org.qubership.automation.itf.core.model.jpa.folder.Folder<?>,Integer>> collectTo)
source - storable object.collectTo - storage.Copyright © 2025. All rights reserved.