|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwPasteMetadataHandler
Provide support for paste operations inside properties view.
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
Method Summary | |
---|---|
boolean |
isPasteMetadataActivated()
check if paste metadata is active and should be displayed for user |
void |
onPasteAllMetaData(javax.servlet.http.HttpServletRequest request_p)
called when user presses the paste all metadata button |
void |
onPasteThisMetaData(javax.servlet.http.HttpServletRequest request_p)
called when user presses the paste this metadata button |
void |
renderPasteAllMetadata(Writer w_p,
OwEventTarget view_p)
Render the "paste all" metadata HTML code. |
void |
renderPasteMetadata(Writer w_p,
OwProperty prop_p,
OwEventTarget view_p)
Render the "paste" metadata HTML code |
void |
setProperties(OwPropertyCollection properties_p)
Set the current properties. |
Method Detail |
---|
void onPasteAllMetaData(javax.servlet.http.HttpServletRequest request_p) throws Exception
Exception
void onPasteThisMetaData(javax.servlet.http.HttpServletRequest request_p) throws Exception
Exception
boolean isPasteMetadataActivated()
void renderPasteAllMetadata(Writer w_p, OwEventTarget view_p) throws Exception
w_p
- - the writerview_p
- - the view
Exception
void renderPasteMetadata(Writer w_p, OwProperty prop_p, OwEventTarget view_p) throws Exception
w_p
- prop_p
- view_p
-
Exception
void setProperties(OwPropertyCollection properties_p)
properties_p
- - the properties.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |