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

Packages that use Role
com.ibm.pim.collaboration   
com.ibm.pim.organization   
 

Uses of Role in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration with parameters of type Role
 java.lang.String ItemCollaborationArea.getWorkflowStepsXMLByAttributeValue(AttributeDefinition attrPath, java.lang.Object attrValue, Role role)
          Returns xml representation of workflow steps accessible by the given role.
 

Uses of Role in com.ibm.pim.organization
 

Methods in com.ibm.pim.organization that return Role
 Role OrganizationManager.createRole(java.lang.String roleName, java.lang.String description)
          Creates a role with the specified parameters.
 Role OrganizationManager.getRole(java.lang.String name)
          Retrieves a role based upon a name
 

Methods in com.ibm.pim.organization that return types with arguments of type Role
 PIMCollection<Role> Company.getRoles()
          Returns all roles associated with the company
 PIMCollection<Role> User.getRoles()
          Retrieves the Role objects this User is registered to
 java.util.Collection<Role> AccessControlGroup.getRoles()
          Retrieve the roles associated with this AccessControlGroup
 

Methods in com.ibm.pim.organization with parameters of type Role
 AccessControlGroup OrganizationManager.createAccessControlGroup(java.lang.String acgName, java.lang.String description, Role role, java.util.EnumSet<Permission> permissions)
          Creates an access control group object with the specified acg name and acg description.
 java.util.Set<Permission> AccessControlGroup.getPermissionList(Role role)
          Identifies the permissions set on for this Access Control Group
 void AccessControlGroup.grantPermissions(Role role, java.util.Set<Permission> permissions)
          Grants the given set of permissions to this role.
 void AccessControlGroup.revokePermissions(Role role, java.util.Set<Permission> permissions)
          Revokes the given set of permissions to this role.
 

Method parameters in com.ibm.pim.organization with type arguments of type Role
 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.
 void User.setRoles(java.util.List<Role> roles)
          Sets the Roles applicable to this User