Uses of Class
org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
- 
- 
Uses of SyncFinding in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp that return types with arguments of type SyncFinding Modifier and Type Method Description List<SyncFinding>BgpSyncProvider. supervisedSync(List<AbstractDataEntity> originalData)List<SyncFinding>BgpSyncProvider. supervisedSync(PollResult pollResult) - 
Uses of SyncFinding in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip that return types with arguments of type SyncFinding Modifier and Type Method Description List<SyncFinding>IPAddressesSyncProvider. supervisedSync(List<AbstractDataEntity> originalData)List<SyncFinding>IPAddressesSyncProvider. supervisedSync(PollResult pollResult) - 
Uses of SyncFinding in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference that return types with arguments of type SyncFinding Modifier and Type Method Description List<SyncFinding>ReferenceSnmpSyncProvider. supervisedSync(List<AbstractDataEntity> originalData)List<SyncFinding>ReferenceSnmpSyncProvider. supervisedSync(PollResult pollResult) - 
Uses of SyncFinding in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan that return types with arguments of type SyncFinding Modifier and Type Method Description List<SyncFinding>SnmpCiscoVlansSyncProvider. supervisedSync(List<AbstractDataEntity> originalData)List<SyncFinding>SnmpCiscoVlansSyncProvider. supervisedSync(PollResult pollResult) - 
Uses of SyncFinding in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi that return types with arguments of type SyncFinding Modifier and Type Method Description List<SyncFinding>BridgeDomainSyncProvider. supervisedSync(List<AbstractDataEntity> originalData)List<SyncFinding>BridgeDomainSyncProvider. supervisedSync(PollResult pollResult)List<SyncFinding>DumbSyncProvider. supervisedSync(List<AbstractDataEntity> originalData)List<SyncFinding>DumbSyncProvider. supervisedSync(PollResult pollResult) - 
Uses of SyncFinding in org.neotropic.kuwaiba.modules.commercial.sync.model
Methods in org.neotropic.kuwaiba.modules.commercial.sync.model that return SyncFinding Modifier and Type Method Description SyncFindingSyncAction. getFinding()Methods in org.neotropic.kuwaiba.modules.commercial.sync.model that return types with arguments of type SyncFinding Modifier and Type Method Description abstract List<SyncFinding>AbstractSyncProvider. supervisedSync(List<AbstractDataEntity> originalData)Implement this method if the supervised synchronization process won't be associated to a single object in the inventory, for example, if you want to see what virtual circuits were re-routed after switching to a backup link during a network failureabstract List<SyncFinding>AbstractSyncProvider. supervisedSync(PollResult pollResult)Implement this method if the supervised synchronization process will be associated to an object in the inventory, for example, you will retrieve the hardware information about a network element and find what has changed overnight.Methods in org.neotropic.kuwaiba.modules.commercial.sync.model with parameters of type SyncFinding Modifier and Type Method Description voidSyncAction. setFinding(SyncFinding finding)Constructors in org.neotropic.kuwaiba.modules.commercial.sync.model with parameters of type SyncFinding Constructor Description SyncAction(SyncFinding finding, int type) 
 -