Package org.labkey.remoteapi.security
Class CreateFolderCommand
java.lang.Object
org.labkey.remoteapi.Command<ResponseType,org.apache.hc.client5.http.classic.methods.HttpPost>
org.labkey.remoteapi.PostCommand<CommandResponse>
org.labkey.remoteapi.security.BaseCreateFolderCommand<CreateFolderCommand>
org.labkey.remoteapi.security.CreateFolderCommand
- All Implemented Interfaces:
HasRequiredVersion
Similar to CreateContainerCommand, but supports creating folders from a template
-
Nested Class Summary
Nested classes/interfaces inherited from class org.labkey.remoteapi.Command
Command.CommonParameters, Command.Response
-
Field Summary
Fields inherited from class org.labkey.remoteapi.Command
CONTENT_TYPE_JSON
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.labkey.remoteapi.security.BaseCreateFolderCommand
createRequest, getPostData, setFolderType, setName, setTemplateIncludeSubfolders, setTemplateSourceId, setTemplateWriterTypes
Methods inherited from class org.labkey.remoteapi.PostCommand
getJsonObject
Methods inherited from class org.labkey.remoteapi.Command
_execute, createParameterMap, createResponse, execute, getActionName, getControllerName, getHttpRequest, getParameters, getParamValueAsString, getRequiredVersion, getTimeout, setRequiredVersion, setTimeout
-
Constructor Details
-
CreateFolderCommand
protected CreateFolderCommand()
-