public class Collector extends Object
| Constructor and Description |
|---|
Collector() |
public static Set<org.qubership.automation.itf.core.model.jpa.system.System> collectSystemsFromSituationSteps(Collection<org.qubership.automation.itf.core.model.jpa.step.SituationStep> steps)
public static Set<org.qubership.automation.itf.core.model.jpa.step.SituationStep> collectSituationStepsFromStorables(Collection<? extends org.qubership.automation.itf.core.model.common.Storable> storables, Class<? extends org.qubership.automation.itf.core.model.common.Storable> clazz) throws ClassNotFoundException
ClassNotFoundExceptionpublic static Set<org.qubership.automation.itf.core.model.jpa.system.System> collectSystemsFromSystems(Collection<org.qubership.automation.itf.core.model.jpa.system.System> systems)
public static Set<org.qubership.automation.itf.core.model.jpa.system.System> collectSystemsFromSituations(Collection<org.qubership.automation.itf.core.model.jpa.system.stub.Situation> situations)
situations - - Situations collection.public static Set<? extends org.qubership.automation.itf.core.model.jpa.step.Step> collectSituationStepsFromCallChains(Collection<org.qubership.automation.itf.core.model.jpa.callchain.CallChain> callChains)
callChains - - Callchains collection.public static Set<org.qubership.automation.itf.core.model.jpa.callchain.CallChain> collectCallChainsFromCallChainsAndFolders(Collection<org.qubership.automation.itf.core.model.common.Storable> storables)
storables - callchains and callchain folderspublic static Set<org.qubership.automation.itf.core.model.jpa.callchain.CallChain> collectCallChainsFromFolders(Set<org.qubership.automation.itf.core.model.jpa.folder.ChainFolder> chainFolders)
chainFolders - - chainFolders collection.public static Set<org.qubership.automation.itf.core.model.jpa.system.System> collectSystemsFromSystemsAndFolders(Collection<org.qubership.automation.itf.core.model.common.Storable> storables)
storables - Systems and System folderspublic static Set<org.qubership.automation.itf.core.model.jpa.system.System> collectSystemsFromFolders(Set<org.qubership.automation.itf.core.model.jpa.folder.SystemFolder> systemFolders)
systemFolders - - system folders collection.public static Map<String,org.qubership.automation.itf.core.model.jpa.message.template.Template> collectTemplatesFromSystems(Collection<org.qubership.automation.itf.core.model.jpa.system.System> systems)
systems - - systems collection.public static Map<String,org.qubership.automation.itf.core.model.jpa.system.operation.Operation> collectOperationsFromSystem(org.qubership.automation.itf.core.model.jpa.system.System system)
system - target systempublic static HashMap<String,HashMap<String,org.qubership.automation.itf.core.model.jpa.system.stub.Situation>> collectSituationsFromSystemsMap(HashMap<org.qubership.automation.itf.core.model.jpa.system.System,org.qubership.automation.itf.core.model.jpa.system.System> systems)
systems - target systemsCopyright © 2025. All rights reserved.