org.labkey.remoteapi.security
Class RemoveGroupMembersCommand

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.RemoveGroupMembersCommand

public class RemoveGroupMembersCommand
extends GroupMembersCommand

Removes a set of principals from 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
RemoveGroupMembersCommand(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

RemoveGroupMembersCommand

public RemoveGroupMembersCommand(int groupId)