- CaseInsensitiveHashMap<V> - Class in org.labkey.remoteapi.collections
-
User: dave
Date: Aug 26, 2009
Time: 2:57:19 PM
- CaseInsensitiveHashMap() - Constructor for class org.labkey.remoteapi.collections.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(Map<String, V>) - Constructor for class org.labkey.remoteapi.collections.CaseInsensitiveHashMap
-
- CaseInsensitiveHashMap(int) - Constructor for class org.labkey.remoteapi.collections.CaseInsensitiveHashMap
-
- CheckForStudyReloadCommand - Class in org.labkey.remoteapi.study
-
Pings an existing LabKey study to check to see if it needs to be reloaded from a study archive on disk.
- CheckForStudyReloadCommand() - Constructor for class org.labkey.remoteapi.study.CheckForStudyReloadCommand
-
- CheckForStudyReloadCommand(boolean) - Constructor for class org.labkey.remoteapi.study.CheckForStudyReloadCommand
-
- CheckForStudyReloadCommand(boolean, boolean) - Constructor for class org.labkey.remoteapi.study.CheckForStudyReloadCommand
-
- checkThrowError(Command.Response) - Method in class org.labkey.remoteapi.Command
-
- clear() - Method in class org.labkey.remoteapi.collections.CaseInsensitiveHashMap
-
- clearPrincipalIds() - Method in class org.labkey.remoteapi.security.GroupMembersCommand
-
- close() - Method in class org.labkey.remoteapi.Command.Response
-
- Command<ResponseType extends CommandResponse> - Class in org.labkey.remoteapi
-
Base class for all API commands.
- Command(String, String) - Constructor for class org.labkey.remoteapi.Command
-
Constructs a new Command object for calling the specified
API action on the specified controller.
- Command(Command<ResponseType>) - Constructor for class org.labkey.remoteapi.Command
-
Constructs a new Command from an existing command
- Command.CommonParameters - Enum in org.labkey.remoteapi
-
An enum of common parameter names used in API URLs.
- Command.Response - Class in org.labkey.remoteapi
-
Response class allows clients to get an InputStream, consume lazily, and close the connection when complete.
- CommandException - Exception in org.labkey.remoteapi
-
Represents an exception that occurs while executing a command.
- CommandException(String) - Constructor for exception org.labkey.remoteapi.CommandException
-
Constructs a new CommandException given a message only.
- CommandException(String, int, Map<String, Object>, String) - Constructor for exception org.labkey.remoteapi.CommandException
-
Constructs a new CommandException given a message, HTTP status code,
and exception property map (which may be null).
- CommandResponse - Class in org.labkey.remoteapi
-
Represents the details of a response returned from the LabKey Server.
- CommandResponse(String, int, String, JSONObject, Command) - Constructor for class org.labkey.remoteapi.CommandResponse
-
Constructs a new CommandResponse, initialized with the provided
response text and status code.
- configureRequest(String, HttpUriRequest, HttpClientContext) - Method in class org.labkey.remoteapi.ApiKeyCredentialsProvider
-
- configureRequest(String, HttpUriRequest, HttpClientContext) - Method in class org.labkey.remoteapi.BasicAuthCredentialsProvider
-
- configureRequest(String, HttpUriRequest, HttpClientContext) - Method in interface org.labkey.remoteapi.CredentialsProvider
-
- configureRequest(String, HttpUriRequest, HttpClientContext) - Method in class org.labkey.remoteapi.GuestCredentialsProvider
-
- configureRequest(String, HttpUriRequest, HttpClientContext) - Method in class org.labkey.remoteapi.NetrcCredentialsProvider
-
- Connection - Class in org.labkey.remoteapi
-
Represents connection information for a particular LabKey Server.
- Connection(String, CredentialsProvider) - Constructor for class org.labkey.remoteapi.Connection
-
Constructs a new Connection object given a base URL and a credentials provider.
- Connection(String) - Constructor for class org.labkey.remoteapi.Connection
-
Constructs a new Connection object with a base URL that attempts authentication via .netrc/_netrc entry, if present.
- Connection(String, String, String) - Constructor for class org.labkey.remoteapi.Connection
-
Constructs a new Connection object for a base URL that attempts basic authentication.
- ContainerFilter - Enum in org.labkey.remoteapi.query
-
- containsKey(Object) - Method in class org.labkey.remoteapi.collections.CaseInsensitiveHashMap
-
- containsKey(String) - Method in class org.labkey.remoteapi.collections.CaseInsensitiveHashMap
-
- CONTENT_TYPE_JSON - Static variable in class org.labkey.remoteapi.Command
-
A constant for the official JSON content type ("application/json")
- copy() - Method in class org.labkey.remoteapi.assay.AssayListCommand
-
- copy() - Method in class org.labkey.remoteapi.assay.ImportRunCommand
-
- copy() - Method in class org.labkey.remoteapi.assay.nab.NAbRunsCommand
-
- copy() - Method in class org.labkey.remoteapi.assay.SaveAssayBatchCommand
-
- copy() - Method in class org.labkey.remoteapi.Command
-
Returns a copy of this object.
- copy() - Method in class org.labkey.remoteapi.PostCommand
-
- copy() - Method in class org.labkey.remoteapi.query.DeleteRowsCommand
-
- copy() - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
- copy() - Method in class org.labkey.remoteapi.query.GetQueriesCommand
-
- copy() - Method in class org.labkey.remoteapi.query.GetQueryDetailsCommand
-
- copy() - Method in class org.labkey.remoteapi.query.GetSchemasCommand
-
- copy() - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
- copy() - Method in class org.labkey.remoteapi.query.InsertRowsCommand
-
- copy() - Method in class org.labkey.remoteapi.query.SaveRowsCommand
-
- copy() - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
- copy() - Method in class org.labkey.remoteapi.query.UpdateRowsCommand
-
- copy() - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- copy() - Method in class org.labkey.remoteapi.security.CreateGroupCommand
-
- copy() - Method in class org.labkey.remoteapi.security.CreateUserCommand
-
- copy() - Method in class org.labkey.remoteapi.security.DeleteContainerCommand
-
- copy() - Method in class org.labkey.remoteapi.security.DeleteGroupCommand
-
- copy() - Method in class org.labkey.remoteapi.security.DeleteUserCommand
-
- copy() - Method in class org.labkey.remoteapi.security.GetContainersCommand
-
- copy() - Method in class org.labkey.remoteapi.security.GetGroupPermsCommand
-
- copy() - Method in class org.labkey.remoteapi.security.GetUsersCommand
-
- copy() - Method in class org.labkey.remoteapi.security.RenameGroupCommand
-
- CreateContainerCommand - Class in org.labkey.remoteapi.security
-
Create a container (project/folder/workbook) on the server
User: jeckels
Date: Jul 20, 2012
- CreateContainerCommand(CreateContainerCommand) - Constructor for class org.labkey.remoteapi.security.CreateContainerCommand
-
- CreateContainerCommand(String) - Constructor for class org.labkey.remoteapi.security.CreateContainerCommand
-
- CreateContainerResponse - Class in org.labkey.remoteapi.security
-
User: jeckels
Date: Jul 20, 2012
- CreateContainerResponse(String, int, String, JSONObject, Command) - Constructor for class org.labkey.remoteapi.security.CreateContainerResponse
-
- CreateGroupCommand - Class in org.labkey.remoteapi.security
-
Creates a new user group.
- CreateGroupCommand(String) - Constructor for class org.labkey.remoteapi.security.CreateGroupCommand
-
- CreateGroupCommand(CreateGroupCommand) - Constructor for class org.labkey.remoteapi.security.CreateGroupCommand
-
- CreateGroupResponse - Class in org.labkey.remoteapi.security
-
- CreateGroupResponse(String, int, String, JSONObject, Command) - Constructor for class org.labkey.remoteapi.security.CreateGroupResponse
-
- createRequest(URI) - Method in class org.labkey.remoteapi.assay.ImportRunCommand
-
- createRequest(URI) - Method in class org.labkey.remoteapi.Command
-
Creates the appropriate HttpUriRequest instance.
- createRequest(URI) - Method in class org.labkey.remoteapi.ms2.StartSearchCommand
-
- createRequest(URI) - Method in class org.labkey.remoteapi.PostCommand
-
- createRequest(URI) - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.assay.AssayListCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.assay.ImportRunCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.assay.nab.NAbRunsCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.assay.SaveAssayBatchCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.Command
-
Creates an instance of the response class, initialized with
the response text, the HTTP status code, and parsed JSONObject.
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.di.ResetTransformStateCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.di.RunTransformCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.ms2.StartSearchCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.pipeline.FileNotificationCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.query.GetQueriesCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.query.GetQueryDetailsCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.query.GetSchemasCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.query.SaveRowsCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
Overridden to create a SelectRowsResponse object.
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.security.CreateGroupCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.security.CreateUserCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.security.DeleteContainerCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.security.GetContainersCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.security.GetGroupPermsCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.security.GetUsersCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.security.RenameGroupCommand
-
- createResponse(String, int, String, JSONObject) - Method in class org.labkey.remoteapi.study.UpdateParticipantGroupCommand
-
- CreateUserCommand - Class in org.labkey.remoteapi.security
-
Create a new user account on the server.
- CreateUserCommand(String) - Constructor for class org.labkey.remoteapi.security.CreateUserCommand
-
- CreateUserCommand(CreateUserCommand) - Constructor for class org.labkey.remoteapi.security.CreateUserCommand
-
- CreateUserResponse - Class in org.labkey.remoteapi.security
-
- CreateUserResponse(String, int, String, JSONObject, Command) - Constructor for class org.labkey.remoteapi.security.CreateUserResponse
-
- CredentialsProvider - Interface in org.labkey.remoteapi
-
Created by adam on 4/15/2016.
- get(Object) - Method in class org.labkey.remoteapi.collections.CaseInsensitiveHashMap
-
- get(String) - Method in class org.labkey.remoteapi.collections.CaseInsensitiveHashMap
-
- getAbsolutePath() - Method in class org.labkey.remoteapi.assay.Data
-
- getActionName() - Method in class org.labkey.remoteapi.Command
-
Returns the action name specified when constructing this object.
- getActionUrl(Connection, String) - Method in class org.labkey.remoteapi.Command
-
Returns the portion of the URL before the query string for this command.
- getAllProperties() - Method in class org.labkey.remoteapi.ResponseObject
-
- getAssayDescription() - Method in class org.labkey.remoteapi.assay.nab.NAbRunsResponse
-
- getAssayId() - Method in class org.labkey.remoteapi.assay.ImportRunResponse
-
- getAssayId() - Method in class org.labkey.remoteapi.assay.nab.NAbRunsResponse
-
- getAssayId() - Method in class org.labkey.remoteapi.assay.SaveAssayBatchResponse
-
- getAssayName() - Method in class org.labkey.remoteapi.assay.nab.NAbRunsCommand
-
- getAssayName() - Method in class org.labkey.remoteapi.assay.nab.NAbRunsResponse
-
- getAsymmetry() - Method in class org.labkey.remoteapi.assay.nab.model.NAbCurveParameters
-
- getBaseUrl() - Method in class org.labkey.remoteapi.Connection
-
Returns the base URL for this connection.
- getBatch() - Method in class org.labkey.remoteapi.assay.SaveAssayBatchResponse
-
- getBatchId() - Method in class org.labkey.remoteapi.assay.ImportRunResponse
-
- getCaption() - Method in enum org.labkey.remoteapi.query.Filter.Operator
-
Deprecated.
- getCaption() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Column
-
- getCellControl() - Method in class org.labkey.remoteapi.assay.nab.model.NAbRun
-
- getColumn() - Method in class org.labkey.remoteapi.assay.nab.model.NAbWell
-
- getColumnDataType(String) - Method in class org.labkey.remoteapi.query.SelectRowsResponse
-
Returns the data type for the requested column name.
- getColumnModel() - Method in class org.labkey.remoteapi.query.SelectRowsResponse
-
Returns the column model section of the response.
- getColumnModel(String) - Method in class org.labkey.remoteapi.query.SelectRowsResponse
-
Returns the column properties for the specified column name.
- getColumnName() - Method in class org.labkey.remoteapi.query.Filter
-
- getColumnName() - Method in class org.labkey.remoteapi.query.Sort
-
- getColumnNames(String) - Method in class org.labkey.remoteapi.query.GetQueriesResponse
-
Returns the list of column names available in the given query name.
- getColumns() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse
-
Returns the columns available in the given query name.
- getColumns() - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
Returns the explicit column list to be requested, or null if the default
set of columns will be requested.
- getCommand() - Method in class org.labkey.remoteapi.query.SaveRowsResponse
-
Returns the 'command' response property.
- getComment() - Method in class org.labkey.remoteapi.assay.Run
-
- getContainerFilter() - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
Returns the container filter set for this command
- getContainerFilter() - Method in interface org.labkey.remoteapi.query.BaseSelect
-
- getContainerFilter() - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Returns the container filter set for this command
- getContainerId() - Method in class org.labkey.remoteapi.assay.nab.model.NAbRun
-
- getContainerId() - Method in class org.labkey.remoteapi.security.GetContainersResponse
-
- getContainerPath() - Method in class org.labkey.remoteapi.assay.nab.model.NAbRun
-
- getContainerPath() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Lookup
-
- getContainerPath() - Method in class org.labkey.remoteapi.security.GetUsersResponse
-
- GetContainersCommand - Class in org.labkey.remoteapi.security
-
- GetContainersCommand() - Constructor for class org.labkey.remoteapi.security.GetContainersCommand
-
- GetContainersCommand(GetContainersCommand) - Constructor for class org.labkey.remoteapi.security.GetContainersCommand
-
- GetContainersResponse - Class in org.labkey.remoteapi.security
-
- GetContainersResponse(String, int, String, JSONObject, GetContainersCommand) - Constructor for class org.labkey.remoteapi.security.GetContainersResponse
-
- getContentLength() - Method in class org.labkey.remoteapi.Command.Response
-
- getContentType() - Method in class org.labkey.remoteapi.Command.Response
-
- getContentType() - Method in class org.labkey.remoteapi.CommandResponse
-
Returns the Content-Type header value from the response.
- getControllerName() - Method in class org.labkey.remoteapi.Command
-
Returns the controller name specified when constructing this object.
- getCurveBasedDilution() - Method in class org.labkey.remoteapi.assay.nab.model.NAbNeutralizationResult
-
- getCutoff() - Method in class org.labkey.remoteapi.assay.nab.model.NAbNeutralizationResult
-
- getCutoffs() - Method in class org.labkey.remoteapi.assay.nab.model.NAbRun
-
- getDataFileURL() - Method in class org.labkey.remoteapi.assay.Data
-
- getDataInputs() - Method in class org.labkey.remoteapi.assay.Run
-
- getDataOutputs() - Method in class org.labkey.remoteapi.assay.Run
-
- getDefinition(String) - Method in class org.labkey.remoteapi.assay.AssayListResponse
-
Returns an assay definition for the assay identified by the specified name.
- getDefinition(int) - Method in class org.labkey.remoteapi.assay.AssayListResponse
-
Returns an assay definition for the assay identified by the specified id.
- getDefinitions() - Method in class org.labkey.remoteapi.assay.AssayListResponse
-
Returns the definitions section of the response.
- getDeleteParticipantIds() - Method in class org.labkey.remoteapi.study.UpdateParticipantGroupCommand.UpdatedParticipantGroup
-
- getDescription() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Column
-
- getDescription() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse
-
Returns the description of the query described by this response
- getDescription() - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- getDescription() - Method in class org.labkey.remoteapi.study.ParticipantGroup
-
- getDescriptionId() - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationResponse
-
- getDilution() - Method in class org.labkey.remoteapi.assay.nab.model.NAbReplicate
-
- getDirection() - Method in class org.labkey.remoteapi.query.Sort
-
- getDisplayColumn() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Lookup
-
- getDisplayName() - Method in class org.labkey.remoteapi.security.GetUsersResponse.UserInfo
-
- getDisplayValue() - Method in enum org.labkey.remoteapi.query.Filter.Operator
-
- getDisplayValue(String) - Method in interface org.labkey.remoteapi.query.Row
-
Returns a column's display value (if different from value).
- getDisplayValue(String) - Method in class org.labkey.remoteapi.query.RowMap
-
- getEmail() - Method in class org.labkey.remoteapi.security.CreateUserCommand
-
- getEmail() - Method in class org.labkey.remoteapi.security.CreateUserResponse
-
- getEmail() - Method in class org.labkey.remoteapi.security.GetUsersResponse.UserInfo
-
- getEnabled() - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationCommand
-
- getEnabled() - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationResponse
-
- getEnsureParticipantIds() - Method in class org.labkey.remoteapi.study.UpdateParticipantGroupCommand.UpdatedParticipantGroup
-
- getEntry(String) - Method in class org.labkey.remoteapi.NetrcFileParser
-
- getEntry(File, String) - Method in class org.labkey.remoteapi.NetrcFileParser
-
- getExtraContext() - Method in class org.labkey.remoteapi.query.SaveRowsCommand
-
Gets the additional extra context.
- getFieldKey() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Column
-
- getFiles() - Method in class org.labkey.remoteapi.ms2.StartSearchCommand
-
- getFilters() - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
Returns the current list of filters, or null if none are defined.
- getFitError() - Method in class org.labkey.remoteapi.assay.nab.model.NAbSample
-
- getFitParameters() - Method in class org.labkey.remoteapi.assay.nab.model.NAbSample
-
- getFolderType() - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- getGroup() - Method in class org.labkey.remoteapi.security.GetUsersCommand
-
- getGroupId() - Method in class org.labkey.remoteapi.security.CreateGroupResponse
-
- getGroupId() - Method in class org.labkey.remoteapi.security.DeleteGroupCommand
-
- getGroupId() - Method in class org.labkey.remoteapi.security.GetUsersCommand
-
- getGroupId() - Method in class org.labkey.remoteapi.security.GroupMembersCommand
-
- getGroupId() - Method in class org.labkey.remoteapi.security.RenameGroupCommand
-
- GetGroupPermsCommand - Class in org.labkey.remoteapi.security
-
- GetGroupPermsCommand() - Constructor for class org.labkey.remoteapi.security.GetGroupPermsCommand
-
- GetGroupPermsCommand(GetGroupPermsCommand) - Constructor for class org.labkey.remoteapi.security.GetGroupPermsCommand
-
- GetGroupPermsResponse - Class in org.labkey.remoteapi.security
-
- GetGroupPermsResponse(String, int, String, JSONObject, GetGroupPermsCommand) - Constructor for class org.labkey.remoteapi.security.GetGroupPermsResponse
-
- getHttpClient(int) - Method in class org.labkey.remoteapi.Connection
-
Returns the CloseableHttpClient object to use for this connection.
- getHttpRequest(Connection, String) - Method in class org.labkey.remoteapi.Command
-
Returns the appropriate, initialized HttpUriRequest implementation.
- getId() - Method in class org.labkey.remoteapi.assay.AssayListCommand
-
Returns the current assay id filter (if any).
- getId() - Method in class org.labkey.remoteapi.assay.ExpObject
-
- getId() - Method in class org.labkey.remoteapi.security.CreateContainerResponse
-
- getIdColumn() - Method in class org.labkey.remoteapi.query.SelectRowsResponse
-
Returns the name of the column containing the primary key value for each row.
- getInflection() - Method in class org.labkey.remoteapi.assay.nab.model.NAbCurveParameters
-
- getInputStream() - Method in class org.labkey.remoteapi.Command.Response
-
- getJobId() - Method in class org.labkey.remoteapi.di.RunTransformResponse
-
- getJsonObject() - Method in class org.labkey.remoteapi.assay.SaveAssayBatchCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.di.BaseTransformCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.PostCommand
-
Returns the JSON object to post, or null if the JSON object
has not yet been set.
- getJsonObject() - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.query.SaveRowsCommand
-
Dynamically builds the JSON object to send based on the current
schema name, query name and rows list.
- getJsonObject() - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.security.CreateGroupCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.security.CreateUserCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.security.DeleteGroupCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.security.DeleteUserCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.security.GroupMembersCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.security.RenameGroupCommand
-
- getJsonObject() - Method in class org.labkey.remoteapi.study.UpdateParticipantGroupCommand
-
- getKeyColumn() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Lookup
-
- getLabel() - Method in class org.labkey.remoteapi.study.ParticipantGroup
-
- getLastChecked() - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationResponse
-
- getLogin() - Method in class org.labkey.remoteapi.NetrcFileParser.NetrcEntry
-
- getLookup() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Column
-
- getMachine() - Method in class org.labkey.remoteapi.NetrcFileParser.NetrcEntry
-
- getMax() - Method in class org.labkey.remoteapi.assay.nab.model.NAbCurveParameters
-
- getMax() - Method in class org.labkey.remoteapi.assay.nab.model.NAbWellGroup
-
- getMaxDilution() - Method in class org.labkey.remoteapi.assay.nab.model.NAbSample
-
- getMaxRows() - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
Returns the current row limit value.
- getMaxRows() - Method in interface org.labkey.remoteapi.query.BaseSelect
-
- getMaxRows() - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Returns the current row limit value.
- getMean() - Method in class org.labkey.remoteapi.assay.nab.model.NAbWellGroup
-
- getMessage() - Method in class org.labkey.remoteapi.security.CreateUserResponse
-
- getMetaData() - Method in class org.labkey.remoteapi.query.SelectRowsResponse
-
Returns the meta-data section of the response.
- getMetaData(String) - Method in class org.labkey.remoteapi.query.SelectRowsResponse
-
Returns the meta-data for a given column name.
- getMin() - Method in class org.labkey.remoteapi.assay.nab.model.NAbCurveParameters
-
- getMin() - Method in class org.labkey.remoteapi.assay.nab.model.NAbWellGroup
-
- getMinDilution() - Method in class org.labkey.remoteapi.assay.nab.model.NAbSample
-
- getMvRawValue(String) - Method in interface org.labkey.remoteapi.query.Row
-
Returns the column's missing-value raw value.
- getMvRawValue(String) - Method in class org.labkey.remoteapi.query.RowMap
-
- getMvValue(String) - Method in interface org.labkey.remoteapi.query.Row
-
Returns a column's missing-value indicator.
- getMvValue(String) - Method in class org.labkey.remoteapi.query.RowMap
-
- getName() - Method in class org.labkey.remoteapi.assay.AssayListCommand
-
Returns the assay name filter upon (if any)
- getName() - Method in class org.labkey.remoteapi.assay.ExpObject
-
- getName() - Method in enum org.labkey.remoteapi.query.Filter.Operator
-
Deprecated.
- getName() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Column
-
- getName() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse
-
Returns the query name that is described by this response
- getName() - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- getName() - Method in class org.labkey.remoteapi.security.CreateContainerResponse
-
- getName() - Method in class org.labkey.remoteapi.security.CreateGroupCommand
-
- getName() - Method in class org.labkey.remoteapi.security.GetUsersCommand
-
- getNeutPercent() - Method in class org.labkey.remoteapi.assay.nab.model.NAbReplicate
-
- getNeutPlusMinus() - Method in class org.labkey.remoteapi.assay.nab.model.NAbReplicate
-
- getNeutralizationResults() - Method in class org.labkey.remoteapi.assay.nab.model.NAbSample
-
- getNewName() - Method in class org.labkey.remoteapi.security.RenameGroupCommand
-
- getNewName() - Method in class org.labkey.remoteapi.security.RenameGroupResponse
-
- getObjectId() - Method in class org.labkey.remoteapi.assay.nab.model.NAbSample
-
- getOffset() - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
Returns the index of the first row in the resultset to return (defaults to 0).
- getOffset() - Method in interface org.labkey.remoteapi.query.BaseSelect
-
- getOffset() - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Returns the index of the first row in the resultset to return (defaults to 0).
- getOldName() - Method in class org.labkey.remoteapi.security.RenameGroupResponse
-
- getOperator() - Method in class org.labkey.remoteapi.query.Filter
-
- getOperator(String) - Static method in enum org.labkey.remoteapi.query.Filter.Operator
-
- getParameters() - Method in class org.labkey.remoteapi.assay.AssayListCommand
-
- getParameters() - Method in class org.labkey.remoteapi.assay.nab.NAbRunsCommand
-
- getParameters() - Method in class org.labkey.remoteapi.Command
-
Returns the current parameter map, or null if a map has not yet been set.
- getParameters() - Method in class org.labkey.remoteapi.ms2.StartSearchCommand
-
- getParameters() - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
- getParameters() - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
- getParameters() - Method in class org.labkey.remoteapi.query.GetQueriesCommand
-
- getParameters() - Method in class org.labkey.remoteapi.query.GetQueryDetailsCommand
-
- getParameters() - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
- getParameters() - Method in class org.labkey.remoteapi.security.GetContainersCommand
-
- getParameters() - Method in class org.labkey.remoteapi.security.GetGroupPermsCommand
-
- getParameters() - Method in class org.labkey.remoteapi.security.GetUsersCommand
-
- getParameters() - Method in class org.labkey.remoteapi.study.CheckForStudyReloadCommand
-
- getParamValueAsString(Object, String) - Method in class org.labkey.remoteapi.Command
-
Returns an appropriate string encoding of the parameter value.
- getParsedData() - Method in class org.labkey.remoteapi.CommandResponse
-
Attempts to parse the response text and return a property Map.
- getParticipantGroup() - Method in class org.labkey.remoteapi.study.UpdateParticipantGroupResponse
-
- getParticipantIds() - Method in class org.labkey.remoteapi.study.ParticipantGroup
-
- getPassword() - Method in class org.labkey.remoteapi.NetrcFileParser.NetrcEntry
-
- getPath() - Method in class org.labkey.remoteapi.ms2.StartSearchCommand
-
- getPath() - Method in class org.labkey.remoteapi.security.CreateContainerResponse
-
- getPipelinePath() - Method in class org.labkey.remoteapi.assay.Data
-
- getPipelineURL() - Method in class org.labkey.remoteapi.di.RunTransformResponse
-
- getPointBasedDilution() - Method in class org.labkey.remoteapi.assay.nab.model.NAbNeutralizationResult
-
- getPrincipals() - Method in class org.labkey.remoteapi.security.GroupMembersCommand
-
- getProgrammaticName() - Method in enum org.labkey.remoteapi.query.Filter.Operator
-
- getProperties() - Method in class org.labkey.remoteapi.assay.ExpObject
-
- getProperties() - Method in class org.labkey.remoteapi.assay.nab.model.NAbRun
-
- getProperties() - Method in class org.labkey.remoteapi.assay.nab.model.NAbSample
-
- getProperties() - Method in exception org.labkey.remoteapi.CommandException
-
Returns the exception property map, or null if no map was set.
- getProperties() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Column
-
- getProperty(String) - Method in class org.labkey.remoteapi.CommandResponse
-
Returns the value of a specific property in the parsed data
given a path to that property.
- getProperty(String[], int, Map<String, Object>) - Method in class org.labkey.remoteapi.CommandResponse
-
- getProtocol() - Method in class org.labkey.remoteapi.ms2.StartSearchCommand
-
- GetQueriesCommand - Class in org.labkey.remoteapi.query
-
Command for obtaining the list of queries available within a given schema.
- GetQueriesCommand(String) - Constructor for class org.labkey.remoteapi.query.GetQueriesCommand
-
Constructs the command given a particular schema name.
- GetQueriesCommand(GetQueriesCommand) - Constructor for class org.labkey.remoteapi.query.GetQueriesCommand
-
- GetQueriesResponse - Class in org.labkey.remoteapi.query
-
Represents the response from a GetQueriesCommand.
- GetQueriesResponse(String, int, String, JSONObject, GetQueriesCommand) - Constructor for class org.labkey.remoteapi.query.GetQueriesResponse
-
- GetQueryDetailsCommand - Class in org.labkey.remoteapi.query
-
Command for obtaining the list of queries available within a given schema.
- GetQueryDetailsCommand(String, String) - Constructor for class org.labkey.remoteapi.query.GetQueryDetailsCommand
-
Constructs the command given a particular schema name.
- GetQueryDetailsCommand(GetQueryDetailsCommand) - Constructor for class org.labkey.remoteapi.query.GetQueryDetailsCommand
-
- GetQueryDetailsResponse - Class in org.labkey.remoteapi.query
-
Represents the response from a GetQueriesCommand.
- GetQueryDetailsResponse(String, int, String, JSONObject, GetQueryDetailsCommand) - Constructor for class org.labkey.remoteapi.query.GetQueryDetailsResponse
-
- GetQueryDetailsResponse.Column - Class in org.labkey.remoteapi.query
-
- GetQueryDetailsResponse.Lookup - Class in org.labkey.remoteapi.query
-
- getQueryName() - Method in class org.labkey.remoteapi.query.GetQueryDetailsCommand
-
- getQueryName() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Lookup
-
- getQueryName() - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
Returns the query name
- getQueryName() - Method in class org.labkey.remoteapi.query.SaveRowsCommand
-
Returns the query name
- getQueryName() - Method in class org.labkey.remoteapi.query.SaveRowsResponse
-
Returns the 'queryName' response property.
- getQueryName() - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
Returns the query this command will request.
- getQueryNames() - Method in class org.labkey.remoteapi.query.GetQueriesResponse
-
Returns the list of available query names in the given schema.
- getQueryParameters() - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
- getQueryParameters() - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Map of name (string)/value pairs for the values of parameters if the SQL references underlying queries
that are parameterized.
- getQueryString() - Method in class org.labkey.remoteapi.Command
-
Returns the query string portion of the URL for this command.
- getQueryStringParamName() - Method in class org.labkey.remoteapi.query.Filter
-
Returns the query string parameter name for this filter.
- getQueryStringParamValue() - Method in class org.labkey.remoteapi.query.Filter
-
Returns the query string parameter value (not URL-encoded).
- getReplicates() - Method in class org.labkey.remoteapi.assay.nab.model.NAbSample
-
- getRequiredVersion() - Method in class org.labkey.remoteapi.Command
-
Returns the required version number of this API call.
- getRequiredVersion() - Method in class org.labkey.remoteapi.CommandResponse
-
Returns the API version number required by the source command.
- getRequiredVersion() - Method in interface org.labkey.remoteapi.query.BaseSelect
-
- getResponseText() - Method in exception org.labkey.remoteapi.CommandException
-
Returns the text of the response
- getResult() - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationResponse
-
- getRow() - Method in class org.labkey.remoteapi.assay.nab.model.NAbWell
-
- getRowCount() - Method in class org.labkey.remoteapi.query.ImportDataResponse
-
- getRowCount() - Method in class org.labkey.remoteapi.query.SelectRowsResponse
-
Returns the number of rows this query could return.
- getRowId() - Method in class org.labkey.remoteapi.study.ParticipantGroup
-
- getRows() - Method in class org.labkey.remoteapi.query.SaveRowsCommand
-
Returns the current list of 'rows' (i.e., Maps) that will
be sent to the server.
- getRowsAffected() - Method in class org.labkey.remoteapi.query.SaveRowsResponse
-
Returns the 'rowsAffected' response property.
- getRowset() - Method in class org.labkey.remoteapi.query.SelectRowsResponse
-
Returns an iterable Rowset.
- getRunId() - Method in class org.labkey.remoteapi.assay.ImportRunResponse
-
- getRunId() - Method in class org.labkey.remoteapi.assay.nab.model.NAbRun
-
- getRuns() - Method in class org.labkey.remoteapi.assay.Batch
-
- getRuns() - Method in class org.labkey.remoteapi.assay.nab.NAbRunsResponse
-
- getSamples() - Method in class org.labkey.remoteapi.assay.nab.model.NAbRun
-
- getSchemaName() - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Returns the current schema name.
- getSchemaName() - Method in class org.labkey.remoteapi.query.GetQueriesCommand
-
- getSchemaName() - Method in class org.labkey.remoteapi.query.GetQueriesResponse
-
Returns the schema name the queries in this response belong to.
- getSchemaName() - Method in class org.labkey.remoteapi.query.GetQueryDetailsCommand
-
- getSchemaName() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse
-
Returns the schema name the query in this response belongs to.
- getSchemaName() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Lookup
-
- getSchemaName() - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
Returns the schema name.
- getSchemaName() - Method in class org.labkey.remoteapi.query.SaveRowsCommand
-
Returns the schema name.
- getSchemaName() - Method in class org.labkey.remoteapi.query.SaveRowsResponse
-
Returns the 'schemaName' response property.
- getSchemaName() - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
Returns the current schema name this command will query.
- getSchemaNames() - Method in class org.labkey.remoteapi.query.GetSchemasResponse
-
Returns the list of schema names available in the folder path in which this command was executed.
- GetSchemasCommand - Class in org.labkey.remoteapi.query
-
Command to obtain the list of schemas available in a given folder path.
- GetSchemasCommand() - Constructor for class org.labkey.remoteapi.query.GetSchemasCommand
-
- GetSchemasCommand(GetSchemasCommand) - Constructor for class org.labkey.remoteapi.query.GetSchemasCommand
-
- GetSchemasResponse - Class in org.labkey.remoteapi.query
-
Represents the response of a GetSchemasCommand.
- GetSchemasResponse(String, int, String, JSONObject, GetSchemasCommand) - Constructor for class org.labkey.remoteapi.query.GetSchemasResponse
-
- getSize() - Method in interface org.labkey.remoteapi.query.Rowset
-
- getSize() - Method in class org.labkey.remoteapi.query.RowsResponseRowset
-
- getSlope() - Method in class org.labkey.remoteapi.assay.nab.model.NAbCurveParameters
-
- getSortQueryStringParam(List<Sort>) - Static method in class org.labkey.remoteapi.query.Sort
-
Constructs the sort query string parameter from the current list of
sort definitions.
- getSorts() - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
Returns the current list of sort definitions.
- getSorts() - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
A sort specification to apply over the rows returned by the SQL.
- getSourceCommand() - Method in class org.labkey.remoteapi.CommandResponse
-
Returns a reference to a copy of the command that created this response
- getSql() - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Returns the current SQL query.
- getState() - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationResponse
-
- getStatus() - Method in class org.labkey.remoteapi.di.RunTransformResponse
-
- getStatusCode() - Method in class org.labkey.remoteapi.Command.Response
-
- getStatusCode() - Method in exception org.labkey.remoteapi.CommandException
-
Returns the HTTP status code returned by the server.
- getStatusCode() - Method in class org.labkey.remoteapi.CommandResponse
-
Returns the HTTP status code (typically 200).
- getStatusText() - Method in class org.labkey.remoteapi.Command.Response
-
- getStddev() - Method in class org.labkey.remoteapi.assay.nab.model.NAbWellGroup
-
- getSuccess() - Method in class org.labkey.remoteapi.di.BaseTransformResponse
-
- getSuccess() - Method in class org.labkey.remoteapi.query.ImportDataResponse
-
- getSuccessURL() - Method in class org.labkey.remoteapi.assay.ImportRunResponse
-
- getText() - Method in class org.labkey.remoteapi.Command.Response
-
- getText() - Method in class org.labkey.remoteapi.CommandResponse
-
Returns the raw response text.
- getTimeout() - Method in class org.labkey.remoteapi.Command
-
Returns the current timeout setting in milliseconds for this Command.
- getTimeout() - Method in class org.labkey.remoteapi.Connection
-
The timeout used for Commands that have not established their own timeouts.
- getTitle() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse
-
Returns the title of the query described by this response (often the same as the name, but not always)
- getTitle() - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- getTransformId() - Method in class org.labkey.remoteapi.di.BaseTransformCommand
-
- getType() - Method in class org.labkey.remoteapi.assay.AssayListCommand
-
Returns the current assay type filter (if any).
- getType() - Method in class org.labkey.remoteapi.query.GetQueryDetailsResponse.Column
-
- getUrl(String) - Method in interface org.labkey.remoteapi.query.Row
-
Returns a column's URL
- getUrl(String) - Method in class org.labkey.remoteapi.query.RowMap
-
- getUrlKey() - Method in enum org.labkey.remoteapi.query.Filter.Operator
-
- getUserId() - Method in class org.labkey.remoteapi.security.CreateUserResponse
-
- getUserId() - Method in class org.labkey.remoteapi.security.DeleteUserCommand
-
- getUserId() - Method in class org.labkey.remoteapi.security.GetUsersResponse.UserInfo
-
- getUserPermissions() - Method in class org.labkey.remoteapi.security.GetContainersResponse
-
- getUserPermissions(String) - Method in class org.labkey.remoteapi.security.GetContainersResponse
-
- GetUsersCommand - Class in org.labkey.remoteapi.security
-
Returns a list of users given selection criteria.
- GetUsersCommand() - Constructor for class org.labkey.remoteapi.security.GetUsersCommand
-
- GetUsersCommand(Command, String, int, String) - Constructor for class org.labkey.remoteapi.security.GetUsersCommand
-
- getUsersInfo() - Method in class org.labkey.remoteapi.security.GetUsersResponse
-
- GetUsersResponse - Class in org.labkey.remoteapi.security
-
The result of a GetUsersCommand request.
- GetUsersResponse(String, int, String, JSONObject, GetUsersCommand) - Constructor for class org.labkey.remoteapi.security.GetUsersResponse
-
- GetUsersResponse.UserInfo - Class in org.labkey.remoteapi.security
-
Information about a single user that matched the request
- getValue() - Method in class org.labkey.remoteapi.assay.nab.model.NAbWell
-
- getValue() - Method in class org.labkey.remoteapi.query.Filter
-
- getValue(String) - Method in interface org.labkey.remoteapi.query.Row
-
Returns a column's raw value.
- getValue(String) - Method in class org.labkey.remoteapi.query.RowMap
-
- getVerboseLogging() - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationCommand
-
- getVerboseLogging() - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationResponse
-
- getViewName() - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
Returns the current saved view name this command will request.
- getVirusControl() - Method in class org.labkey.remoteapi.assay.nab.model.NAbRun
-
- getWellgroupName() - Method in class org.labkey.remoteapi.assay.nab.model.NAbSample
-
- getWells() - Method in class org.labkey.remoteapi.assay.nab.model.NAbWellGroup
-
- GroupMembersCommand - Class in org.labkey.remoteapi.security
-
Base class for AddGroupMembersCommand and RemoveGroupMembersCommand
- GroupMembersCommand(String, int) - Constructor for class org.labkey.remoteapi.security.GroupMembersCommand
-
- GroupMembersCommand(GroupMembersCommand) - Constructor for class org.labkey.remoteapi.security.GroupMembersCommand
-
- GuestCredentialsProvider - Class in org.labkey.remoteapi
-
A credentials provider that provides no credentials.
- GuestCredentialsProvider() - Constructor for class org.labkey.remoteapi.GuestCredentialsProvider
-
- SaveAssayBatchCommand - Class in org.labkey.remoteapi.assay
-
Saves an assay batch on the server.
- SaveAssayBatchCommand(int) - Constructor for class org.labkey.remoteapi.assay.SaveAssayBatchCommand
-
- SaveAssayBatchCommand(int, Batch) - Constructor for class org.labkey.remoteapi.assay.SaveAssayBatchCommand
-
- SaveAssayBatchResponse - Class in org.labkey.remoteapi.assay
-
User: jeckels
Date: Apr 28, 2010
- SaveAssayBatchResponse(String, int, String, JSONObject, Command) - Constructor for class org.labkey.remoteapi.assay.SaveAssayBatchResponse
-
- SaveRowsCommand - Class in org.labkey.remoteapi.query
-
Base class for commands that make changes to rows exposed from a given
query in a given schema.
- SaveRowsCommand(String, String, String) - Constructor for class org.labkey.remoteapi.query.SaveRowsCommand
-
Constructs a new SaveRowsCommand for a given schema, query and action name.
- SaveRowsCommand(SaveRowsCommand) - Constructor for class org.labkey.remoteapi.query.SaveRowsCommand
-
- SaveRowsResponse - Class in org.labkey.remoteapi.query
-
Response object used for commands that derive from SaveRowsCommand.
- SaveRowsResponse(String, int, String, JSONObject, SaveRowsCommand) - Constructor for class org.labkey.remoteapi.query.SaveRowsResponse
-
Constructs a new SaveRowsResponse given the response text and status code
- SelectRowsCommand - Class in org.labkey.remoteapi.query
-
- SelectRowsCommand(String, String) - Constructor for class org.labkey.remoteapi.query.SelectRowsCommand
-
Constructs a new SelectRowsCommand for the given schema
and query name.
- SelectRowsCommand(SelectRowsCommand) - Constructor for class org.labkey.remoteapi.query.SelectRowsCommand
-
Constructs a new SelectRowsCommand that is a copy of the source command
- SelectRowsResponse - Class in org.labkey.remoteapi.query
-
- SelectRowsResponse(String, int, String, JSONObject, Command) - Constructor for class org.labkey.remoteapi.query.SelectRowsResponse
-
Constructs a new SelectRowsResponse given the response text and HTTP status code.
- SelectRowsResponse.ColumnDataType - Enum in org.labkey.remoteapi.query
-
An enumeration of the possible column data types
- setAbsolutePath(String) - Method in class org.labkey.remoteapi.assay.Data
-
- setAcceptSelfSignedCerts(boolean) - Method in class org.labkey.remoteapi.Connection
-
Sets the accept self-signed certificates option.
- setAssayName(String) - Method in class org.labkey.remoteapi.assay.nab.NAbRunsCommand
-
- setBatchId(int) - Method in class org.labkey.remoteapi.assay.ImportRunCommand
-
- setBatchProperties(Map<String, Object>) - Method in class org.labkey.remoteapi.assay.ImportRunCommand
-
- setCalculateNeut(boolean) - Method in class org.labkey.remoteapi.assay.nab.NAbRunsCommand
-
- setColumnName(String) - Method in class org.labkey.remoteapi.query.Filter
-
- setColumnName(String) - Method in class org.labkey.remoteapi.query.Sort
-
- setColumns(List<String>) - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
Sets an explicit list of columns to request.
- setComment(String) - Method in class org.labkey.remoteapi.assay.ImportRunCommand
-
- setComment(String) - Method in class org.labkey.remoteapi.assay.Run
-
- setContainerFilter(ContainerFilter) - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
Sets the container filter for the sql to be executed.
- setContainerFilter(ContainerFilter) - Method in interface org.labkey.remoteapi.query.BaseSelect
-
- setContainerFilter(ContainerFilter) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Sets the container filter for the sql to be executed.
- setDataFileURL(String) - Method in class org.labkey.remoteapi.assay.Data
-
- setDataInputs(List<Data>) - Method in class org.labkey.remoteapi.assay.Run
-
- setDataOutputs(List<Data>) - Method in class org.labkey.remoteapi.assay.Run
-
- setDeleteParticipantIds(Set<String>) - Method in class org.labkey.remoteapi.study.UpdateParticipantGroupCommand.UpdatedParticipantGroup
-
- setDescription(String) - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- setDescription(String) - Method in class org.labkey.remoteapi.study.ParticipantGroup
-
- setDirection(Sort.Direction) - Method in class org.labkey.remoteapi.query.Sort
-
- setEmail(String) - Method in class org.labkey.remoteapi.security.CreateUserCommand
-
Set the email address for the new user.
- setEnabled(boolean) - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationCommand
-
- setEnsureParticipantIds(Set<String>) - Method in class org.labkey.remoteapi.study.UpdateParticipantGroupCommand.UpdatedParticipantGroup
-
- setExtendedFormat(boolean) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Set to true to request the extended response format, which includes URLs, Missing-Value indicators and
display values in addition to the raw values.
- setExtendedFormat(boolean) - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
Set to true to request the extended response format, which includes URLs, Missing-Value indicators and
display values in addition to the raw values.
- setExtraContext(Map<String, Object>) - Method in class org.labkey.remoteapi.query.SaveRowsCommand
-
Sets the additional extra context.
- setFile(File) - Method in class org.labkey.remoteapi.assay.ImportRunCommand
-
- setFile(File) - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
- setFiles(List<String>) - Method in class org.labkey.remoteapi.ms2.StartSearchCommand
-
- setFilters(List<Filter>) - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
Sets the current list of filters.
- setFolderType(String) - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- setGroup(String) - Method in class org.labkey.remoteapi.security.GetUsersCommand
-
- setGroupId(int) - Method in class org.labkey.remoteapi.security.DeleteGroupCommand
-
- setGroupId(int) - Method in class org.labkey.remoteapi.security.GetUsersCommand
-
- setGroupId(int) - Method in class org.labkey.remoteapi.security.GroupMembersCommand
-
- setGroupId(int) - Method in class org.labkey.remoteapi.security.RenameGroupCommand
-
- setId(Integer) - Method in class org.labkey.remoteapi.assay.AssayListCommand
-
Sets the current assay id filter.
- setId(int) - Method in class org.labkey.remoteapi.assay.ExpObject
-
- setImportIdentity(boolean) - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
- setImportLookupByAlternateKey(boolean) - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
- setIncludeColumns(boolean) - Method in class org.labkey.remoteapi.query.GetQueriesCommand
-
Pass false to omit information about the columns within each query.
- setIncludeDeactivated(Boolean) - Method in class org.labkey.remoteapi.security.GetUsersCommand
-
- setIncludeDetailsColumn(boolean) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Include the Details link column in the set of columns (defaults to false).
- setIncludeFitParameters(boolean) - Method in class org.labkey.remoteapi.assay.nab.NAbRunsCommand
-
- setIncludeStats(boolean) - Method in class org.labkey.remoteapi.assay.nab.NAbRunsCommand
-
- setIncludeSubfolders(boolean) - Method in class org.labkey.remoteapi.security.GetContainersCommand
-
- setIncludeSubfolders(boolean) - Method in class org.labkey.remoteapi.security.GetGroupPermsCommand
-
Sets whether this command should recurse down the subfolders
of the folder in which the command is executed.
- setIncludeTotalCount(boolean) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Include the total number of rows available (defaults to true).
- setIncludeUserQueries(boolean) - Method in class org.labkey.remoteapi.query.GetQueriesCommand
-
Pass false to this method to omit user-defined queries from the results.
- setIncludeWells(boolean) - Method in class org.labkey.remoteapi.assay.nab.NAbRunsCommand
-
- setJsonObject(JSONObject) - Method in class org.labkey.remoteapi.PostCommand
-
Sets the JSON object to post.
- setLabel(String) - Method in class org.labkey.remoteapi.study.ParticipantGroup
-
- setMap(Map<String, Object>) - Method in class org.labkey.remoteapi.query.RowMap
-
- setMaxRows(int) - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
Sets the current row limit value.
- setMaxRows(int) - Method in interface org.labkey.remoteapi.query.BaseSelect
-
- setMaxRows(int) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Sets the current row limit value.
- setModuleResource(String, String) - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
- setName(String) - Method in class org.labkey.remoteapi.assay.AssayListCommand
-
Sets the assay name to filter upon.
- setName(String) - Method in class org.labkey.remoteapi.assay.ExpObject
-
- setName(String) - Method in class org.labkey.remoteapi.assay.ImportRunCommand
-
- setName(String) - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- setName(String) - Method in class org.labkey.remoteapi.security.CreateGroupCommand
-
- setName(String) - Method in class org.labkey.remoteapi.security.GetUsersCommand
-
- setNewName(String) - Method in class org.labkey.remoteapi.security.RenameGroupCommand
-
- setOffset(int) - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
Sets the index of the first row in the resultset to return from the server.
- setOffset(int) - Method in interface org.labkey.remoteapi.query.BaseSelect
-
- setOffset(int) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Sets the index of the first row in the resultset to return from the server.
- setOperator(Filter.Operator) - Method in class org.labkey.remoteapi.query.Filter
-
- setParameters(Map<String, Object>) - Method in class org.labkey.remoteapi.Command
-
Sets the current parameter map.
- setParticipantIds(Set<String>) - Method in class org.labkey.remoteapi.study.ParticipantGroup
-
- setPath(String) - Method in class org.labkey.remoteapi.ms2.StartSearchCommand
-
- setPath(String) - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
- setPipelinePath(String) - Method in class org.labkey.remoteapi.assay.Data
-
- setProperties(Map<String, Object>) - Method in class org.labkey.remoteapi.assay.ExpObject
-
- setProperties(Map<String, Object>) - Method in class org.labkey.remoteapi.assay.ImportRunCommand
-
- setProtocol(String) - Method in class org.labkey.remoteapi.ms2.StartSearchCommand
-
- setQueryName(String) - Method in class org.labkey.remoteapi.query.GetQueryDetailsCommand
-
- setQueryName(String) - Method in class org.labkey.remoteapi.query.SaveRowsCommand
-
Sets a new query name to update
- setQueryName(String) - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
Sets the query name this command will request.
- setQueryParameters(Map<String, String>) - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
Map of name (string)/value pairs for the values of parameters if the SQL references underlying queries
that are parameterized.
- setQueryParameters(Map<String, String>) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Map of name (string)/value pairs for the values of parameters if the SQL references underlying queries
that are parameterized.
- setRequiredVersion(double) - Method in class org.labkey.remoteapi.Command
-
Sets the required version number for this API call.
- setRequiredVersion(double) - Method in interface org.labkey.remoteapi.query.BaseSelect
-
- setResultData(List<Map<String, Object>>) - Method in class org.labkey.remoteapi.assay.Run
-
- setRowId(Integer) - Method in class org.labkey.remoteapi.study.ParticipantGroup
-
- setRows(List<Map<String, Object>>) - Method in class org.labkey.remoteapi.query.SaveRowsCommand
-
Sets the list of 'rows' (i.e., Maps) to be sent to the server.
- setRuns(List<Run>) - Method in class org.labkey.remoteapi.assay.Batch
-
- setSaveInSession(boolean) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Whether or not the definition of this query should be stored for reuse during the current session.
- setSchemaName(String) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Sets the current schema name.
- setSchemaName(String) - Method in class org.labkey.remoteapi.query.GetQueriesCommand
-
- setSchemaName(String) - Method in class org.labkey.remoteapi.query.GetQueryDetailsCommand
-
- setSchemaName(String) - Method in class org.labkey.remoteapi.query.SaveRowsCommand
-
Sets the schema name
- setSchemaName(String) - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
Sets the schema name this command will query.
- setSendEmail(boolean) - Method in class org.labkey.remoteapi.security.CreateUserCommand
-
Set to true to send email to the user with login instructions, false to skip email.
- setSort(List<Sort>) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
A sort specification to apply over the rows returned by the SQL.
- setSorts(List<Sort>) - Method in class org.labkey.remoteapi.query.BaseQueryCommand
-
Sets the current set of sort definitions.
- setSql(String) - Method in class org.labkey.remoteapi.query.ExecuteSqlCommand
-
Sets the SQL query to execute.
- setText(String) - Method in class org.labkey.remoteapi.query.ImportDataCommand
-
- setTimeout(Integer) - Method in class org.labkey.remoteapi.Command
-
Sets the timeout for this Command.
- setTimeout(Integer) - Method in class org.labkey.remoteapi.Connection
-
Set a default timeout for Commands that have not established their own timeouts.
- setTitle(String) - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- setTransformId(String) - Method in class org.labkey.remoteapi.di.BaseTransformCommand
-
- setType(String) - Method in class org.labkey.remoteapi.assay.AssayListCommand
-
Sets the assay type filter.
- setUseJson(boolean) - Method in class org.labkey.remoteapi.assay.ImportRunCommand
-
- setUserId(int) - Method in class org.labkey.remoteapi.security.DeleteUserCommand
-
- setValue(Object) - Method in class org.labkey.remoteapi.query.Filter
-
- setVerboseLogging(boolean) - Method in class org.labkey.remoteapi.di.UpdateTransformConfigurationCommand
-
- setViewName(String) - Method in class org.labkey.remoteapi.query.SelectRowsCommand
-
Sets a particular saved view to request.
- setWorkbook(boolean) - Method in class org.labkey.remoteapi.security.CreateContainerCommand
-
- Sort - Class in org.labkey.remoteapi.query
-
Represents a particular sort order entry,
which consists of a column name and an optional direction
- Sort(String) - Constructor for class org.labkey.remoteapi.query.Sort
-
- Sort(String, Sort.Direction) - Constructor for class org.labkey.remoteapi.query.Sort
-
- Sort(Sort) - Constructor for class org.labkey.remoteapi.query.Sort
-
- Sort.Direction - Enum in org.labkey.remoteapi.query
-
- StartSearchCommand - Class in org.labkey.remoteapi.ms2
-
Initiates an MS2 search.
- StartSearchCommand(StartSearchCommand.SearchEngine, String, String, List<String>) - Constructor for class org.labkey.remoteapi.ms2.StartSearchCommand
-
- StartSearchCommand.SearchEngine - Enum in org.labkey.remoteapi.ms2
-
The set of supported search engines, which may or may not be available on any given server
- StartSearchResponse - Class in org.labkey.remoteapi.ms2
-
User: jeckels
Date: Feb 11, 2011
- StartSearchResponse(String, int, String, JSONObject, Command) - Constructor for class org.labkey.remoteapi.ms2.StartSearchResponse
-