Uses of Class
org.neotropic.kuwaiba.modules.commercial.sync.model.SyncFinding
-
Packages that use SyncFinding Package Description org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi org.neotropic.kuwaiba.modules.commercial.sync.model -
-
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)
-
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 SyncFinding
SyncAction. 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 void
SyncAction. setFinding(SyncFinding finding)
Constructors in org.neotropic.kuwaiba.modules.commercial.sync.model with parameters of type SyncFinding Constructor Description SyncAction(SyncFinding finding, int type)
-