Uses of Class
org.neotropic.kuwaiba.modules.commercial.sync.model.AbstractDataEntity
-
-
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)
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<SyncFinding>
BridgeDomainSyncProvider. 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 class
BridgeDomain
Entity class that represents a Cisco's bridge domainclass
NetworkInterface
An entity class that represents a network interface that can be used in a 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 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 class
TableData
Represents 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
-