public class OwDocumentFunctionCut extends OwDocumentFunctionAddToClipboard
Implementation of the Document cut plugin.
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 |
---|
OwDocumentFunctionCut() |
Modifier and Type | Method and Description |
---|---|
protected OwCommandAddToClipboard |
createAddToClipboardCommand(com.wewebu.ow.server.ecm.OwObject oParent_p,
List objects_p)
Create the concrete
OwCommandAddToClipboard object. |
String |
getBigIcon()
get the URL to the info icon
|
String |
getIcon()
get the URL to the info icon
|
boolean |
getNeedParent()
check if plugin needs oParent_p parameter in onClick handler
|
boolean |
isEnabled(Collection objects_p,
com.wewebu.ow.server.ecm.OwObject oParent_p,
int iContext_p) |
boolean |
isEnabled(com.wewebu.ow.server.ecm.OwObject oObject_p,
com.wewebu.ow.server.ecm.OwObject oParent_p,
int iContext_p) |
protected void |
onClickEventPostProcessing(com.wewebu.ow.server.ecm.OwObject oObject_p,
com.wewebu.ow.server.ecm.OwObject oParent_p)
This method is called after the click event was processed.
|
executeAddToClipboadCommand, onClickEvent, onMultiselectClickEvent
addHistoryEvent, addHistoryEvent, getBigDefaultIconHTML, getBigIconHTML, getColumnTitle, getContextMenu, getDefaultIconHTML, getDefaultLabel, getDisplayNameFromUserId, getEnableColumnClickEvent, getIconHTML, getLabel, getMultiselect, getObjectInstance, getPluginType, getRetrievalPropertyNames, getShowInEditViews, init, isObjectTypeSupported, onColumnClickEvent
getConfigNode, getContext, getDragDropProperties, getEventManager, getHelpPath, getName, getNoEvent, getPluginID, getPluginTitle, getPluginTypeDisplayName, getSafeSetting, getSupportedObjectClassesFromDescriptor, getSupportedObjectTypesFromDescriptor, getTooltip, isDragDropTarget, isObjectClassSupported, setSafeSetting
public String getIcon() throws Exception
getIcon
in interface com.wewebu.ow.server.app.OwPlugin
getIcon
in class com.wewebu.ow.server.app.OwFunction
Exception
public String getBigIcon() throws Exception
getBigIcon
in class com.wewebu.ow.server.app.OwFunction
Exception
public boolean getNeedParent()
getNeedParent
in class com.wewebu.ow.server.app.OwDocumentFunction
protected void onClickEventPostProcessing(com.wewebu.ow.server.ecm.OwObject oObject_p, com.wewebu.ow.server.ecm.OwObject oParent_p) throws Exception, com.wewebu.ow.server.exceptions.OwInvalidOperationException
OwDocumentFunctionAddToClipboard
onClickEventPostProcessing
in class OwDocumentFunctionAddToClipboard
Exception
com.wewebu.ow.server.exceptions.OwInvalidOperationException
protected OwCommandAddToClipboard createAddToClipboardCommand(com.wewebu.ow.server.ecm.OwObject oParent_p, List objects_p)
OwDocumentFunctionAddToClipboard
OwCommandAddToClipboard
object.createAddToClipboardCommand
in class OwDocumentFunctionAddToClipboard
oParent_p
- - the parent folderobjects_p
- - the collection of objectsOwCommandAddToClipboard
object.public boolean isEnabled(Collection objects_p, com.wewebu.ow.server.ecm.OwObject oParent_p, int iContext_p) throws Exception
isEnabled
in class com.wewebu.ow.server.app.OwDocumentFunction
Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.