public interface QueryFactory<C>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryFactory.ConfigurationFactory<C>
Configuration factory.
|
static interface |
QueryFactory.NetworkDeviceFactory<C>
Network device factory.
|
static interface |
QueryFactory.UserFactory<C>
User factory.
|
| Modifier and Type | Method and Description |
|---|---|
QueryFactory.ConfigurationFactory<C> |
configuration()
Gets the configuration query factory.
|
QueryFactory.NetworkDeviceFactory<C> |
networkDevice()
Gets the network device query factory.
|
QueryFactory.UserFactory<C> |
user()
Gets the user query factory.
|
QueryFactory.ConfigurationFactory<C> configuration()
QueryFactory.NetworkDeviceFactory<C> networkDevice()
QueryFactory.UserFactory<C> user()
Copyright © 2015. All rights reserved.