-
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.com.filenet.api.engine Provides interfaces and classes related to EventActions and other non-FileNet code which runs within the Content Engine itself. -
-
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.Methods in com.filenet.api.core with parameters of type User Modifier and Type Method and Description static CmManagedUserFactory.CmManagedUser. fetchInstance(User user, PropertyFilter filter)Retrieves an instance of theCmManagedUserclass corresponding to a specifiedUser.static CmManagedUserFactory.CmManagedUser. getInstance(User user)Retrieves an instance of theCmManagedUserclass corresponding to a specifiedUser. -
Uses of User in com.filenet.api.engine
Methods in com.filenet.api.engine with parameters of type User Modifier and Type Method and Description booleanAuthorizationServices. isUserInGroup(User user, java.lang.String groupIdentity)Determine if the specified user is a member of the specified group, taking account of nested groups.booleanRoleMembershipHandler. isUserInRole(CmRoleMembershipAction action, CmDynamicRole role, User evaluationUser, AuthorizationServices services)Determines if a given user is a member of a role.
-