Uses of Interface
com.wewebu.ow.server.app.OwDocumentImportItem

Packages that use OwDocumentImportItem
com.wewebu.ow.server.app   
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.servlets   
 

Uses of OwDocumentImportItem in com.wewebu.ow.server.app
 

Classes in com.wewebu.ow.server.app that implement OwDocumentImportItem
 class OwStandardDocumentImportItem
           The OwStandardDocumentImportItem is a default implementation that can be used if collecting the imported file(s), identified by a numerical ID, in some temporary directory.
 

Fields in com.wewebu.ow.server.app declared as OwDocumentImportItem
protected  OwDocumentImportItem OwDocumentImportItemContentElement.m_importedDocument
          the imported document the content collection is based on
protected  OwDocumentImportItem OwDocumentImportItemContentCollection.m_importedDocument
          the document imported by the document importer
 

Methods in com.wewebu.ow.server.app that return OwDocumentImportItem
 OwDocumentImportItem OwMainAppContext.getDNDImportedDocument(int i_p)
          Get the i_pth imported document from the DND document import stack.
 

Methods in com.wewebu.ow.server.app with parameters of type OwDocumentImportItem
 void OwMainAppContext.addDNDImportedDocumentToStack(OwDocumentImportItem importedDocument_p)
          Add an OwDocumentImportItem to the stack of DND imported documents.
 void OwDocumentImporterCallback.onDocumentImported(OwDocumentImporter importer_p, OwDocumentImportItem item_p)
          Invoked by a document importer after it has finished importing one document.
 

Constructors in com.wewebu.ow.server.app with parameters of type OwDocumentImportItem
OwDocumentImportItemContentCollection(OwDocumentImportItem importedDocument_p)
          Create a new OwDocumentImportItemContentCollection from the given OwDocumentImportItem.
OwDocumentImportItemContentElement(int contentType_p, int page_p, OwDocumentImportItem importedDocument_p)
          Create a new OwDocumentImportItemContentElement that represents a page (aka.
 

Uses of OwDocumentImportItem in com.wewebu.ow.server.dmsdialogs.views
 

Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwDocumentImportItem
protected  void OwAbstractDocumentImporterView.fireOnDocumentImportEvent(OwDocumentImportItem item_p)
          Helper method which should be used after a document was imported to notify the callback handler.
 

Uses of OwDocumentImportItem in com.wewebu.ow.server.servlets
 

Methods in com.wewebu.ow.server.servlets that return OwDocumentImportItem
protected  OwDocumentImportItem OwDragDropContent.createDocumentImportItem(String pathToCommonDNDTempDir_p, String rootPath_p, String upload_filename_p, int fileID_p)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.