com.wewebu.ow.server.plug.owaddmultidocuments
Interface OwMultiDocumentObjectPropertyViewListner

All Superinterfaces:
EventListener
All Known Implementing Classes:
OwCreateMultipleDocumentsDialog

public interface OwMultiDocumentObjectPropertyViewListner
extends EventListener

Listener for save event.

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 onCancel()
          overridable called when user clicks cancel button, and returns to last opened view.
 void onSaveAllDocument()
          overridable called when user clicks save and all properties are correct
 void onSaveDocument()
          overridable called when user clicks save and all properties are correct
 

Method Detail

onSaveDocument

void onSaveDocument()
                    throws Exception
overridable called when user clicks save and all properties are correct

Throws:
Exception

onSaveAllDocument

void onSaveAllDocument()
                       throws Exception
overridable called when user clicks save and all properties are correct

Throws:
Exception

onCancel

void onCancel()
              throws Exception
overridable called when user clicks cancel button, and returns to last opened view.

Attention this interface will be not deleted, but it will be refactored for consistent rendering and working of cancel operations.

Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.