Package | Description |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.dmsdialogs.views | |
com.wewebu.ow.server.servlets |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected OwDocumentImportItem |
OwDocumentImportItemContentCollection.m_importedDocument
the document imported by the document importer
|
protected OwDocumentImportItem |
OwDocumentImportItemContentElement.m_importedDocument
the imported document the content collection is based on
|
Modifier and Type | Method and Description |
---|---|
OwDocumentImportItem |
OwMainAppContext.getDNDImportedDocument(int i_p)
Get the
i_p th imported document from the DND document import stack. |
Modifier and Type | Method and Description |
---|---|
void |
OwMainAppContext.addDNDImportedDocumentToStack(OwDocumentImportItem importedDocument_p)
Add an
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.
|
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
protected void |
OwAbstractDocumentImporterView.fireOnDocumentImportEvent(OwDocumentImportItem item_p)
Helper method which should be used after a
document was imported to notify the callback handler.
|
Modifier and Type | Method and Description |
---|---|
protected OwDocumentImportItem |
OwDragDropContent.createDocumentImportItem(String pathToCommonDNDTempDir_p,
String rootPath_p,
String upload_filename_p,
int fileID_p) |
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.