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

java.lang.Object
  extended by com.wewebu.ow.server.plug.owdoccopy.OwClipboardMoveOperation

public abstract class OwClipboardMoveOperation
extends Object

Represents a Cut/Copy or Move Operation performed on the 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:
4.0.0.0.

Constructor Summary
OwClipboardMoveOperation(com.wewebu.ow.server.app.OwClipboard clipboard, Map propertyMap)
           
 
Method Summary
 void execute()
           
protected abstract  void processClipboardElement(com.wewebu.ow.server.app.OwClipboardContentOwObject element, Map propertyMap)
           
 void sendUpdates(com.wewebu.ow.server.app.OwClientRefreshContext refreshCtx_p)
          Send all accumulated updates to the given client context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwClipboardMoveOperation

public OwClipboardMoveOperation(com.wewebu.ow.server.app.OwClipboard clipboard,
                                Map propertyMap)
Parameters:
clipboard - The clipboard we are working on.
propertyMap -
Method Detail

execute

public void execute()
             throws Exception
Throws:
Exception

processClipboardElement

protected abstract void processClipboardElement(com.wewebu.ow.server.app.OwClipboardContentOwObject element,
                                                Map propertyMap)
                                         throws Exception
Parameters:
element -
propertyMap -
Throws:
Exception

sendUpdates

public void sendUpdates(com.wewebu.ow.server.app.OwClientRefreshContext refreshCtx_p)
                 throws Exception
Send all accumulated updates to the given client context.

Parameters:
refreshCtx_p -
Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.