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 User |
Factory.User.fetchCurrent(Connection connection,
PropertyFilter filter)
Returns the current user.
|
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. |
User |
EntireNetwork.get_CurrentUser()
Returns the value of the CurrentUser property.
|
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. |
© Copyright IBM Corporation 2006, 2015. All rights reserved.