-
Packages that use User Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,Domain,Document,Folder, and so on. -
-
Uses of User in com.filenet.api.core
Methods in com.filenet.api.core that return User Modifier and Type Method and Description static UserFactory.User. fetchCurrent(Connection connection, PropertyFilter filter)Returns the current user.static UserFactory.User. fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)Retrieves an object of theUserclass by the specified connection and symbolic name.UserEntireNetwork. get_CurrentUser()Returns the value of the CurrentUser property.static UserFactory.User. getInstance(Connection connection, java.lang.String name)Retrieves an instance of theUserclass by the specified connection and symbolic name.
-