public class FileFolderLoaderPost
extends org.springframework.extensions.webscripts.AbstractWebScript
implements org.springframework.context.ApplicationContextAware
FileFolderLoader
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_DESCRIPTION_COUNT |
static long |
DEFAULT_DESCRIPTION_SIZE |
static int |
DEFAULT_FILE_COUNT |
static int |
DEFAULT_FILES_PER_TXN |
static boolean |
DEFAULT_FORCE_BINARY_STORAGE |
static long |
DEFAULT_MAX_FILE_SIZE |
static long |
DEFAULT_MAX_UNIQUE_DOCUMENTS |
static long |
DEFAULT_MIN_FILE_SIZE |
static String |
KEY_COUNT |
static String |
KEY_DESCRIPTION_COUNT |
static String |
KEY_DESCRIPTION_SIZE |
static String |
KEY_FILE_COUNT |
static String |
KEY_FILES_PER_TXN |
static String |
KEY_FOLDER_PATH |
static String |
KEY_FORCE_BINARY_STORAGE |
static String |
KEY_MAX_FILE_SIZE |
static String |
KEY_MAX_UNIQUE_DOCUMENTS |
static String |
KEY_MIN_FILE_SIZE |
Constructor and Description |
---|
FileFolderLoaderPost() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.springframework.extensions.webscripts.WebScriptRequest req,
org.springframework.extensions.webscripts.WebScriptResponse res) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
addModuleBundleToCache, checkModuleBundleCache, createArgs, createArgsM, createHeaders, createHeadersM, createScriptParameters, createStatusException, createTemplateParameters, executeScript, getContainer, getDescription, getExecuteScript, getResources, getStatusTemplate, init, renderString, renderString, renderTemplate, sendStatus, setURLModelFactory, toString
public static final String KEY_FOLDER_PATH
public static final String KEY_FILE_COUNT
public static final String KEY_FILES_PER_TXN
public static final String KEY_MIN_FILE_SIZE
public static final String KEY_MAX_FILE_SIZE
public static final String KEY_MAX_UNIQUE_DOCUMENTS
public static final String KEY_FORCE_BINARY_STORAGE
public static final String KEY_DESCRIPTION_COUNT
public static final String KEY_DESCRIPTION_SIZE
public static final String KEY_COUNT
public static final int DEFAULT_FILE_COUNT
public static final int DEFAULT_FILES_PER_TXN
public static final long DEFAULT_MIN_FILE_SIZE
public static final long DEFAULT_MAX_FILE_SIZE
public static final long DEFAULT_MAX_UNIQUE_DOCUMENTS
public static final int DEFAULT_DESCRIPTION_COUNT
public static final long DEFAULT_DESCRIPTION_SIZE
public static final boolean DEFAULT_FORCE_BINARY_STORAGE
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void execute(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res) throws IOException
execute
in interface org.springframework.extensions.webscripts.WebScript
IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.