Uses of Class
org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity
- 
- 
Uses of AbstractDataEntity 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 AbstractDataEntity Modifier and Type Method Description List<AbstractDataEntity>BgpSyncProvider. unmappedPoll(SynchronizationGroup syncGroup)Method parameters in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.bgp with type arguments of type AbstractDataEntity Modifier and Type Method Description List<SyncResult>BgpSyncProvider. automatedSync(List<AbstractDataEntity> originalData)List<SyncFinding>BgpSyncProvider. supervisedSync(List<AbstractDataEntity> originalData) - 
Uses of AbstractDataEntity 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 AbstractDataEntity Modifier and Type Method Description List<AbstractDataEntity>IPAddressesSyncProvider. unmappedPoll(SynchronizationGroup syncGroup)Method parameters in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.ip with type arguments of type AbstractDataEntity Modifier and Type Method Description List<SyncResult>IPAddressesSyncProvider. automatedSync(List<AbstractDataEntity> originalData)List<SyncFinding>IPAddressesSyncProvider. supervisedSync(List<AbstractDataEntity> originalData) - 
Uses of AbstractDataEntity in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference
Subclasses of AbstractDataEntity in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference Modifier and Type Class Description classSnmpDataEntrySNMP data entry configurationclassSnmpTableDataMethods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference that return types with arguments of type AbstractDataEntity Modifier and Type Method Description List<AbstractDataEntity>ReferenceSnmpSyncProvider. unmappedPoll(SynchronizationGroup syncGroup)Method parameters in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.reference with type arguments of type AbstractDataEntity Modifier and Type Method Description List<SyncResult>ReferenceSnmpSyncProvider. automatedSync(List<AbstractDataEntity> originalData)List<SyncFinding>ReferenceSnmpSyncProvider. supervisedSync(List<AbstractDataEntity> originalData) - 
Uses of AbstractDataEntity 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 AbstractDataEntity Modifier and Type Method Description List<AbstractDataEntity>SnmpCiscoVlansSyncProvider. unmappedPoll(SynchronizationGroup syncGroup)Method parameters in org.neotropic.kuwaiba.modules.commercial.sync.connectors.snmp.vlan with type arguments of type AbstractDataEntity Modifier and Type Method Description List<SyncResult>SnmpCiscoVlansSyncProvider. automatedSync(List<AbstractDataEntity> originalData)List<SyncFinding>SnmpCiscoVlansSyncProvider. supervisedSync(List<AbstractDataEntity> originalData) - 
Uses of AbstractDataEntity 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 AbstractDataEntity Modifier and Type Method Description List<AbstractDataEntity>BridgeDomainSyncProvider. unmappedPoll(SynchronizationGroup syncGroup)List<AbstractDataEntity>DumbSyncProvider. unmappedPoll(SynchronizationGroup syncGroup)Method parameters in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi with type arguments of type AbstractDataEntity Modifier and Type Method Description List<SyncResult>BridgeDomainSyncProvider. automatedSync(List<AbstractDataEntity> originalData)List<SyncResult>DumbSyncProvider. automatedSync(List<AbstractDataEntity> originalData)List<SyncFinding>BridgeDomainSyncProvider. supervisedSync(List<AbstractDataEntity> originalData)List<SyncFinding>DumbSyncProvider. supervisedSync(List<AbstractDataEntity> originalData) - 
Uses of AbstractDataEntity in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities
Subclasses of AbstractDataEntity in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.entities Modifier and Type Class Description classBridgeDomainEntity class that represents a Cisco's bridge domainclassNetworkInterfaceAn entity class that represents a network interface that can be used in a bridge domainclassRouterEntity class that represents a Cisco's bridge domain - 
Uses of AbstractDataEntity in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi.parsers that return types with arguments of type AbstractDataEntity Modifier and Type Method Description List<AbstractDataEntity>BridgeDomainsASR1002Parser. parse(String input)Parses the raw inputList<AbstractDataEntity>BridgeDomainsASR1006Parser. parse(String input)Parses the raw inputList<AbstractDataEntity>BridgeDomainsASR9001Parser. parse(String input)Parses the raw inputList<AbstractDataEntity>BridgeDomainsASR920Parser. parse(String input)Parses the raw inputList<AbstractDataEntity>BridgeDomainsME3600Parser. parse(String input)Parses the raw inputList<AbstractDataEntity>GenericRouterParser. parse(String input)Parses the raw input - 
Uses of AbstractDataEntity in org.neotropic.kuwaiba.modules.commercial.sync.model
Subclasses of AbstractDataEntity in org.neotropic.kuwaiba.modules.commercial.sync.model Modifier and Type Class Description classTableDataRepresents a simple tableMethods in org.neotropic.kuwaiba.modules.commercial.sync.model that return types with arguments of type AbstractDataEntity Modifier and Type Method Description HashMap<SyncDataSourceConfiguration,List<AbstractDataEntity>>PollResult. getResult()abstract List<AbstractDataEntity>AbstractSyncProvider. unmappedPoll(SynchronizationGroup syncGroup)Some synchronization processes are related to a specific inventory object (for example when syncing the hardware of a given device).Method parameters in org.neotropic.kuwaiba.modules.commercial.sync.model with type arguments of type AbstractDataEntity Modifier and Type Method Description abstract List<SyncResult>AbstractSyncProvider. automatedSync(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(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 failure 
 -