Package org.labkey.remoteapi

Class Summary
Command<ResponseType extends CommandResponse> Base class for all API commands.
CommandResponse Represents the details of a response returned from the LabKey Server.
Connection Represents connection information for a particular LabKey Server.
PostCommand<ResponseType extends CommandResponse> Base class for all commands that needs to post data to the server, rather than providing parameters in the query string.
ResponseObject User: jeckels Date: Apr 3, 2010
 

Enum Summary
Command.CommonParameters An enum of common parameter names used in API URLs.
 

Exception Summary
ApiVersionException User: adam Date: Feb 23, 2009 Time: 1:13:26 PM
CommandException Represents an exception that occurs while executing a command.