com.wewebu.ow.server.plug.owdoccopy
Class OwCommandAddToClipboard

java.lang.Object
  extended by com.wewebu.ow.server.command.OwCommand
      extended by com.wewebu.ow.server.plug.owdoccopy.OwCommandAddToClipboard

public class OwCommandAddToClipboard
extends com.wewebu.ow.server.command.OwCommand

Command class for adding objects in clipboard.

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

Since:
3.0.0.0

Field Summary
 
Fields inherited from class com.wewebu.ow.server.command.OwCommand
m_appContext, m_collector, m_objects
 
Constructor Summary
OwCommandAddToClipboard(com.wewebu.ow.server.ecm.OwObject parent_p, Collection objects_p, com.wewebu.ow.server.app.OwMainAppContext appContext_p, com.wewebu.ow.server.app.OwClipboard.OwClipboardOperation clipboardOperation_p, com.wewebu.ow.server.app.OwDocumentFunction plugin_p)
          Constructor.
 
Method Summary
protected  void processObject(com.wewebu.ow.server.ecm.OwObject object_p)
           
 
Methods inherited from class com.wewebu.ow.server.command.OwCommand
execute, getAllErrorMessages, getAllErrorNames, getAllErrorObjects, getDisabledObjectNames, getDisabledObjects, getFailedObjectsData, getProcessedDMSIDs, getProcessedObjectNames, getProcessedObjects, hasDisabledObjects, hasErrors, hasProcessedObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwCommandAddToClipboard

public OwCommandAddToClipboard(com.wewebu.ow.server.ecm.OwObject parent_p,
                               Collection objects_p,
                               com.wewebu.ow.server.app.OwMainAppContext appContext_p,
                               com.wewebu.ow.server.app.OwClipboard.OwClipboardOperation clipboardOperation_p,
                               com.wewebu.ow.server.app.OwDocumentFunction plugin_p)
Constructor.

Parameters:
parent_p - - parent folder
objects_p - - the collection of objects to be added in clipboard
appContext_p - - application context.
clipboardOperation_p - - the clipboard operation type (copy/cut)
plugin_p - - the plugin that use this command.
Method Detail

processObject

protected void processObject(com.wewebu.ow.server.ecm.OwObject object_p)
                      throws Exception
Specified by:
processObject in class com.wewebu.ow.server.command.OwCommand
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.