Class GetContainersCommand
java.lang.Object
org.labkey.remoteapi.Command<GetContainersResponse, org.apache.hc.client5.http.classic.methods.HttpGet>
org.labkey.remoteapi.GetCommand<GetContainersResponse>
org.labkey.remoteapi.security.GetContainersCommand
- All Implemented Interfaces:
HasRequiredVersion
-
Nested Class Summary
Nested classes/interfaces inherited from class Command
Command.CommonParameters, Command.Response -
Field Summary
Fields inherited from class Command
CONTENT_TYPE_JSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a new, mutable parameter map.protected GetContainersResponsecreateResponse(String text, int status, String contentType, org.json.JSONObject json) Creates an instance of the response class, initialized with the response text, the HTTP status code, and parsed JSONObject.booleanvoidsetIncludeChildWorkbooks(Boolean includeChildWorkbooks) voidsetIncludeEffectivePermissions(Boolean includeEffectivePermissions) voidsetIncludeStandardProperties(Boolean includeStandardProperties) voidsetIncludeSubfolders(boolean includeSubfolders) Methods inherited from class GetCommand
createRequestMethods inherited from class Command
_execute, execute, getActionName, getControllerName, getHttpRequest, getParameters, getParamValueAsString, getRequiredVersion, getTimeout, setRequiredVersion, setTimeout
-
Constructor Details
-
GetContainersCommand
public GetContainersCommand()
-
-
Method Details
-
isIncludeSubfolders
public boolean isIncludeSubfolders() -
setIncludeSubfolders
public void setIncludeSubfolders(boolean includeSubfolders) -
getIncludeChildWorkbooks
-
setIncludeChildWorkbooks
-
getIncludeStandardProperties
-
setIncludeStandardProperties
-
getIncludeEffectivePermissions
-
setIncludeEffectivePermissions
-
createResponse
protected GetContainersResponse createResponse(String text, int status, String contentType, org.json.JSONObject json) Description copied from class:CommandCreates an instance of the response class, initialized with the response text, the HTTP status code, and parsed JSONObject.Override this method to create an instance of a different class that extends CommandResponse
- Overrides:
createResponsein classCommand<GetContainersResponse, org.apache.hc.client5.http.classic.methods.HttpGet>- Parameters:
text- The response text from the server.status- The HTTP status code.contentType- The Content-Type header value.json- The parsed JSONObject (or null if no JSON was returned).- Returns:
- An instance of the response object.
-
createParameterMap
Description copied from class:CommandReturns a new, mutable parameter map. Derived classes will typically override this method to put values passed to specialized setter methods into the map.- Overrides:
createParameterMapin classCommand<GetContainersResponse, org.apache.hc.client5.http.classic.methods.HttpGet>- Returns:
- The parameter map to use when building the URL.
-