Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.