static RealmSet |
Factory.Realm.fetchAll(Connection connection,
PropertyFilter filter)
Returns all realms available in the domain.
|
static Realm |
Factory.Realm.fetchCurrent(Connection connection,
PropertyFilter filter)
Returns the realm for the current user.
|
static User |
Factory.User.fetchCurrent(Connection connection,
PropertyFilter filter)
Returns the current user.
|
static Realm |
Factory.Realm.fetchInstance(Connection connection,
Id id,
PropertyFilter filter)
Retrieves an object of the Realm class
by the specified connection and ID.
|
static EntireNetwork |
Factory.EntireNetwork.fetchInstance(Connection conn,
PropertyFilter filter)
Retrieves an object of the EntireNetwork class.
|
static Group |
Factory.Group.fetchInstance(Connection connection,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the Group class by the specified connection and symbolic name.
|
static Domain |
Factory.Domain.fetchInstance(Connection conn,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the Domain class by the specified name.
|
static Realm |
Factory.Realm.fetchInstance(Connection connection,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the Realm class by the specified connection and symbolic name.
|
static SecurityPrincipal |
Factory.SecurityPrincipal.fetchInstance(Connection connection,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the SecurityPrincipal class by the specified connection and symbolic name.
|
static User |
Factory.User.fetchInstance(Connection connection,
java.lang.String name,
PropertyFilter filter)
Retrieves an object of the User class by the specified connection and symbolic name.
|
static EntireNetwork |
Factory.EntireNetwork.getInstance(Connection conn)
Retrieves an instance of the EntireNetwork class.
|
static Realm |
Factory.Realm.getInstance(Connection connection,
Id id)
Constructs an instance of the Realm class by the specified connection and ID.
|
static Group |
Factory.Group.getInstance(Connection connection,
java.lang.String name)
Retrieves an instance of the Group class by the specified connection and symbolic name.
|
static Domain |
Factory.Domain.getInstance(Connection conn,
java.lang.String name)
Retrieves an instance of the Domain class by the specified name.
|
static Realm |
Factory.Realm.getInstance(Connection connection,
java.lang.String name)
Constructs an instance of the Realm class by the specified connection and symbolic name.
|
static User |
Factory.User.getInstance(Connection connection,
java.lang.String name)
Retrieves an instance of the User class by the specified connection and symbolic name.
|
static PageIterator |
Factory.PageIterator.resumeInstance(Connection conn,
byte[] checkpoint)
Creates a PageIterator that is positioned before the same page
as the checkpoint.
|