Uses of Class
org.neotropic.kuwaiba.modules.commercial.sync.model.SynchronizationGroup
-
-
Uses of SynchronizationGroup in org.neotropic.kuwaiba.modules.commercial.sync
Methods in org.neotropic.kuwaiba.modules.commercial.sync that return SynchronizationGroup Modifier and Type Method Description static SynchronizationGroup
PersistenceUtil. createSyncGroupFromNode(org.neo4j.graphdb.Node syncGroupNode)
Converts a node representing a Node into a SynchronizationGroup objectSynchronizationGroup
SynchronizationService. getSyncGroup(long syncGroupId)
Fetches a synchronization group.Methods in org.neotropic.kuwaiba.modules.commercial.sync that return types with arguments of type SynchronizationGroup Modifier and Type Method Description List<SynchronizationGroup>
SynchronizationService. getSyncGroups()
Gets the list of available sync groups -
Uses of SynchronizationGroup in org.neotropic.kuwaiba.modules.commercial.sync.components
Methods in org.neotropic.kuwaiba.modules.commercial.sync.components with parameters of type SynchronizationGroup Modifier and Type Method Description static List<AbstractProperty>
SyncGroupPropertySheet. propertiesFromSyncGroup(SynchronizationGroup group, TranslationService ts)
Display sync group elements; used in sync framework -
Uses of SynchronizationGroup in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi
Methods in org.neotropic.kuwaiba.modules.commercial.sync.connectors.ssh.bdi with parameters of type SynchronizationGroup Modifier and Type Method Description PollResult
BridgeDomainSyncProvider. mappedPoll(SynchronizationGroup syncGroup)
List<AbstractDataEntity>
BridgeDomainSyncProvider. unmappedPoll(SynchronizationGroup syncGroup)
-
Uses of SynchronizationGroup in org.neotropic.kuwaiba.modules.commercial.sync.model
Methods in org.neotropic.kuwaiba.modules.commercial.sync.model with parameters of type SynchronizationGroup Modifier and Type Method Description abstract PollResult
AbstractSyncProvider. mappedPoll(SynchronizationGroup syncGroup)
Some synchronization processes are related to a specific inventory object (for example when syncing the hardware of a given device).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). -
Uses of SynchronizationGroup in org.neotropic.kuwaiba.northbound.ws.model.application
Method parameters in org.neotropic.kuwaiba.northbound.ws.model.application with type arguments of type SynchronizationGroup Modifier and Type Method Description static List<RemoteSynchronizationGroup>
RemoteSynchronizationGroup. toArray(List<SynchronizationGroup> syncGroups)
Constructors in org.neotropic.kuwaiba.northbound.ws.model.application with parameters of type SynchronizationGroup Constructor Description RemoteSynchronizationGroup(SynchronizationGroup syncGroup)
-