Uses of Class
com.stratelia.webactiv.beans.admin.RightAssignationContext.MODE

Packages that use RightAssignationContext.MODE
com.stratelia.webactiv.beans.admin   
 

Uses of RightAssignationContext.MODE in com.stratelia.webactiv.beans.admin
 

Methods in com.stratelia.webactiv.beans.admin that return RightAssignationContext.MODE
 RightAssignationContext.MODE RightAssignationContext.getMode()
          Gets the operation mode (copy or replace for now)
static RightAssignationContext.MODE RightAssignationContext.MODE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RightAssignationContext.MODE[] RightAssignationContext.MODE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stratelia.webactiv.beans.admin with parameters of type RightAssignationContext.MODE
 void AdminController.assignRightsFromGroupToGroup(RightAssignationContext.MODE operationMode, String sourceGroupId, String targetGroupId, boolean nodeAssignRights, String authorId)
           
 void Admin.assignRightsFromGroupToGroup(RightAssignationContext.MODE operationMode, String sourceGroupId, String targetGroupId, boolean nodeAssignRights, String authorId)
           
 void AdminController.assignRightsFromGroupToUser(RightAssignationContext.MODE operationMode, String sourceGroupId, String targetUserId, boolean nodeAssignRights, String authorId)
           
 void Admin.assignRightsFromGroupToUser(RightAssignationContext.MODE operationMode, String sourceGroupId, String targetUserId, boolean nodeAssignRights, String authorId)
           
 void AdminController.assignRightsFromUserToGroup(RightAssignationContext.MODE operationMode, String sourceUserId, String targetGroupId, boolean nodeAssignRights, String authorId)
           
 void Admin.assignRightsFromUserToGroup(RightAssignationContext.MODE operationMode, String sourceUserId, String targetGroupId, boolean nodeAssignRights, String authorId)
           
 void AdminController.assignRightsFromUserToUser(RightAssignationContext.MODE operationMode, String sourceUserId, String targetUserId, boolean nodeAssignRights, String authorId)
           
 void Admin.assignRightsFromUserToUser(RightAssignationContext.MODE operationMode, String sourceUserId, String targetUserId, boolean nodeAssignRights, String authorId)
           
 String ProfileInstManager.updateProfileInst(GroupManager groupManager, DomainDriverManager ddManager, ProfileInst profileInstNew, RightAssignationContext.MODE rightAssignationMode)
          Update profile instance.
 



Copyright © 2016 Silverpeas. All Rights Reserved.