|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Realm | |
---|---|
com.filenet.api.core | Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork , Domain , Document , Folder , and so on. |
Uses of Realm in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return Realm | |
---|---|
static Realm |
Factory.Realm.fetchCurrent(Connection connection,
PropertyFilter filter)
Returns the realm for the current user. |
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. |
Realm |
EntireNetwork.get_MyRealm()
Returns the value of the MyRealm property. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |