com.wewebu.ow.server.app
Interface OwDocumentImporterCallback


public interface OwDocumentImporterCallback

Callback interface invoked by the OwDocumentImporter.
A document importer can be used by plugins that gather content like the add document, the save or the checkin plugins to receive the content from the user.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com


Method Summary
 void onDocumentImported(OwDocumentImporter importer_p, OwDocumentImportItem item_p)
          Invoked by a document importer after it has finished importing one document.
 

Method Detail

onDocumentImported

void onDocumentImported(OwDocumentImporter importer_p,
                        OwDocumentImportItem item_p)
                        throws Exception
Invoked by a document importer after it has finished importing one document. An importer is able to import multiple documents one by one and hold some in a List. This method is invoked after each import to import the plugin that this List now contains at least one element.

Parameters:
importer_p - the importer that has just imported a document
item_p - the imported document
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.