org.labkey.remoteapi.security
Class AddGroupMembersCommand

java.lang.Object
  extended by org.labkey.remoteapi.Command<ResponseType>
      extended by org.labkey.remoteapi.PostCommand<CommandResponse>
          extended by org.labkey.remoteapi.security.GroupMembersCommand
              extended by org.labkey.remoteapi.security.AddGroupMembersCommand

public class AddGroupMembersCommand
extends GroupMembersCommand

Adds a set of principals to a security group. This command has no meaningful response--if it executed without exception, the changes were applied.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.labkey.remoteapi.Command
Command.CommonParameters
 
Field Summary
 
Fields inherited from class org.labkey.remoteapi.Command
CONTENT_TYPE_JSON
 
Constructor Summary
AddGroupMembersCommand(int groupId)
           
 
Method Summary
 
Methods inherited from class org.labkey.remoteapi.security.GroupMembersCommand
addPrincipalId, addPrincipalId, clearPrincipalIds, getGroupId, getJsonObject, getPrincipals, setGroupId
 
Methods inherited from class org.labkey.remoteapi.PostCommand
copy, createMethod, setJsonObject
 
Methods inherited from class org.labkey.remoteapi.Command
createResponse, execute, getActionName, getActionUrl, getControllerName, getHttpMethod, getParameters, getParamValueAsString, getQueryString, getRequiredVersion, getTimeout, setParameters, setRequiredVersion, setTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddGroupMembersCommand

public AddGroupMembersCommand(int groupId)