Nuxeo Enterprise Platform 5.4

org.nuxeo.dam.platform.context
Class ImportActions

java.lang.Object
  extended by 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

Field Summary
static String ASYNCHRONOUS_IMPORT_PROPERTY
           
 
Constructor Summary
ImportActions()
           
 
Method Summary
 void cancel()
           
 void createImportSet()
           
 String getImportFolder()
           
 List<SelectItem> getImportFolders()
           
 String getNewImportFolder()
           
 org.nuxeo.ecm.core.api.DocumentModel getNewImportSet()
           
 void invalidateImportContext()
           
 void logDocumentWithTitle(String facesMessage, String someLogString, org.nuxeo.ecm.core.api.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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASYNCHRONOUS_IMPORT_PROPERTY

public static final String ASYNCHRONOUS_IMPORT_PROPERTY
See Also:
Constant Field Values
Constructor Detail

ImportActions

public ImportActions()
Method Detail

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)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.