|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwFunction
com.wewebu.ow.server.app.OwDocumentFunction
com.wewebu.ow.server.plug.owdoccopy.OwDocumentFunctionAddToClipboard
com.wewebu.ow.server.plug.owdoccopy.OwDocumentFunctionCopy
public class OwDocumentFunctionCopy
Implementation of the Document copy 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
Field Summary |
---|
Fields inherited from class com.wewebu.ow.server.app.OwFunction |
---|
DESCRIPTION_KEY_CLASSES, DESCRIPTION_KEY_OBJ_TYPES, DESCRIPTION_KEY_TYPE, DRAG_DROP_PROPERTY_MAX_FILESIZE, m_MainContext |
Constructor Summary | |
---|---|
OwDocumentFunctionCopy()
|
Method Summary | |
---|---|
protected OwCommandAddToClipboard |
createAddToClipboardCommand(com.wewebu.ow.server.ecm.OwObject oParent_p,
List objects_p)
Create add to clipboard command |
String |
getBigIcon()
get the URL to the info icon |
String |
getIcon()
get the URL to the info icon |
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. |
Methods inherited from class com.wewebu.ow.server.plug.owdoccopy.OwDocumentFunctionAddToClipboard |
---|
executeAddToClipboadCommand, onClickEvent, onMultiselectClickEvent |
Methods inherited from class com.wewebu.ow.server.app.OwDocumentFunction |
---|
addHistoryEvent, addHistoryEvent, getBigDefaultIconHTML, getBigIconHTML, getColumnTitle, getContextMenu, getDefaultIconHTML, getDefaultLabel, getDisplayNameFromUserId, getEnableColumnClickEvent, getIconHTML, getLabel, getMultiselect, getNeedParent, getObjectInstance, getPluginType, getRetrievalPropertyNames, getShowInEditViews, init, isEnabled, isEnabled, isObjectTypeSupported, onColumnClickEvent |
Methods inherited from class com.wewebu.ow.server.app.OwFunction |
---|
getConfigNode, getContext, getDragDropProperties, getEventManager, getHelpPath, getName, getNoEvent, getPluginID, getPluginTitle, getPluginTypeDisplayName, getSafeSetting, getSupportedObjectClassesFromDescriptor, getSupportedObjectTypesFromDescriptor, getTooltip, isDragDropTarget, isObjectClassSupported, setSafeSetting |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwDocumentFunctionCopy()
Method Detail |
---|
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
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)
createAddToClipboardCommand
in class OwDocumentFunctionAddToClipboard
oParent_p
- objects_p
-
OwCommandAddToClipboard
object, configured for the needed operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |