|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
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 User in com.filenet.api.core |
---|
Methods in com.filenet.api.core that return User | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |