org.nuxeo.dam.platform.context
Class ImportActions
java.lang.Object
org.nuxeo.dam.platform.context.ImportActions
- All Implemented Interfaces:
- Serializable
@Name(value="importActions")
@Scope(value=CONVERSATION)
@Install(precedence=10)
public class ImportActions
- extends Object
- implements Serializable
- See Also:
- Serialized Form
ASYNCHRONOUS_IMPORT_PROPERTY
public static final String ASYNCHRONOUS_IMPORT_PROPERTY
- See Also:
- Constant Field Values
ImportActions
public ImportActions()
getNewImportSet
public org.nuxeo.ecm.core.api.DocumentModel getNewImportSet()
throws org.nuxeo.ecm.core.api.ClientException
- Throws:
org.nuxeo.ecm.core.api.ClientException
createImportSet
public void createImportSet()
throws Exception
- Throws:
Exception
uploadListener
public void uploadListener(org.richfaces.event.UploadEvent event)
throws Exception
- Throws:
Exception
cancel
public void cancel()
invalidateImportContext
public void invalidateImportContext()
logDocumentWithTitle
public void logDocumentWithTitle(String facesMessage,
String someLogString,
org.nuxeo.ecm.core.api.DocumentModel document)
- Logs a
DocumentModel
title and the passed string (info).
getImportFolders
public List<SelectItem> getImportFolders()
throws org.nuxeo.ecm.core.api.ClientException
- Throws:
org.nuxeo.ecm.core.api.ClientException
getImportFolder
public String getImportFolder()
setImportFolder
public void setImportFolder(String importFolder)
getNewImportFolder
public String getNewImportFolder()
setNewImportFolder
public void setNewImportFolder(String newImportFolder)
Copyright © 2011 Nuxeo SAS. All Rights Reserved.