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
Modifier and Type | Method and Description |
---|---|
void |
onDocumentImported(OwDocumentImporter importer_p,
OwDocumentImportItem item_p)
Invoked by a document importer after it has finished importing one document.
|
void onDocumentImported(OwDocumentImporter importer_p, OwDocumentImportItem item_p) throws Exception
importer_p
- the importer that has just imported a documentitem_p
- the imported documentException
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.