@Name(value="importActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class ImportActions extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
ASYNCHRONOUS_IMPORT_PROPERTY |
| Constructor and Description |
|---|
ImportActions() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
createImportSet() |
String |
getImportFolder() |
List<SelectItem> |
getImportFolders() |
String |
getNewImportFolder() |
DocumentModel |
getNewImportSet() |
void |
invalidateImportContext() |
void |
logDocumentWithTitle(String facesMessage,
String someLogString,
DocumentModel document)
Logs a
DocumentModel title and the passed string (info). |
void |
setImportFolder(String importFolder) |
void |
setNewImportFolder(String newImportFolder) |
void |
uploadListener(org.richfaces.event.UploadEvent event) |
public static final String ASYNCHRONOUS_IMPORT_PROPERTY
public DocumentModel getNewImportSet() throws ClientException
ClientExceptionpublic void uploadListener(org.richfaces.event.UploadEvent event)
throws Exception
Exceptionpublic void cancel()
public void invalidateImportContext()
public void logDocumentWithTitle(String facesMessage, String someLogString, DocumentModel document)
DocumentModel title and the passed string (info).public List<SelectItem> getImportFolders() throws ClientException
ClientExceptionpublic String getImportFolder()
public void setImportFolder(String importFolder)
public String getNewImportFolder()
public void setNewImportFolder(String newImportFolder)
Copyright © 2011 Nuxeo SA. All Rights Reserved.