Uses of Interface
com.ibm.pim.organization.User

Packages that use User
com.ibm.pim.collaboration   
com.ibm.pim.context   
com.ibm.pim.docstore   
com.ibm.pim.job   
com.ibm.pim.organization   
 

Uses of User in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration that return User
 User CollaborationHistoryEvent.getUser()
          Get the user who initiated the collaboration event.
 User CollaborationStep.getUserWhoReserved(CollaborationObject reservedObject)
          Returns the user to whom the specified collaboration object is reserved.
 

Methods in com.ibm.pim.collaboration with parameters of type User
 boolean CollaborationStep.reserve(CollaborationObject object, java.lang.String comment, User user)
          Acquires a lock to reserve a collaboration object in this step, with a comment for a particular user.
 

Uses of User in com.ibm.pim.context
 

Methods in com.ibm.pim.context that return User
 User Context.getCurrentUser()
          Returns the currently authenticated User object.
 

Uses of User in com.ibm.pim.docstore
 

Methods in com.ibm.pim.docstore that return User
 User DocumentAuditLog.getUser()
          Fetches the user who accessed the document
 

Uses of User in com.ibm.pim.job
 

Methods in com.ibm.pim.job that return User
 User Export.getApprovingUser()
          Returns the user approving this export
 User Import.getAuthorizedUser()
          Returns the authorized user
 User Job.getCreator()
          Gets the creator of the job.
 User Schedule.getCreator()
          Gets the creator of the schedule.
 

Uses of User in com.ibm.pim.organization
 

Methods in com.ibm.pim.organization that return User
 User OrganizationManager.createUser(java.lang.String userName, java.lang.String firstName, java.lang.String lastName, java.lang.String email, boolean enabled, java.lang.String password, java.util.List<Role> roles, Organization organization, boolean encryptPassword)
          Creates a user with the specified parameters.
 User OrganizationManager.getUser(java.lang.String name)
          Returns a specific User based upon name.
 

Methods in com.ibm.pim.organization that return types with arguments of type User
 PIMCollection<User> Company.getUsers()
          Returns all users in the context of this company
 PIMCollection<User> Role.getUsers()
          Identifies the Users applied to the Role
 PIMCollection<User> Organization.getUsers()
          Returns a collection of users belonging to this Organization
 

Methods in com.ibm.pim.organization with parameters of type User
 void Organization.associateUser(User user)
          Associates a user with this Organization.
 void Organization.disassociateUser(User user)
          Disassociate a user from this Organization.