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