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
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
processObject(com.wewebu.ow.server.ecm.OwObject object_p) |
execute, getAllErrorMessages, getAllErrorNames, getAllErrorObjects, getDisabledObjectNames, getDisabledObjects, getFailedObjectsData, getProcessedDMSIDs, getProcessedObjectNames, getProcessedObjects, hasDisabledObjects, hasErrors, hasProcessedObjects
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)
parent_p
- - parent folderobjects_p
- - the collection of objects to be added in clipboardappContext_p
- - application context.clipboardOperation_p
- - the clipboard operation type (copy/cut)plugin_p
- - the plugin that use this command.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.