[xwiki-users] XWikiPage timestamp
Hi, I was wondering, can the modification date be manually overridden? I mean, how does the org.codehaus.swizzle.confluence.Page.setModified() work? Thank you very much, Allen _________________________________________________________________ Windows 7: Find the right PC for you. Learn more. http://windows.microsoft.com/shop
On Nov 20, 2009, at 12:51 PM, J. Allen Santos wrote:
Hi,
I was wondering, can the modification date be manually overridden? I mean, how does the org.codehaus.swizzle.confluence.Page.setModified() work?
This is used to encapsulate page data sent and received to/by the XMLRPC subsystem. However, at the moment, the storePage method only considers the following fields of a Page object when actually storing the page : - Content - Title - Parent So whatever else you set in the Page object is ignored. -Fabio
participants (2)
-
Fabio Mancinelli -
J. Allen Santos