Last modified by Thomas Mortagne on 2023/10/13

<
From version < 29.3 >
edited by Eduard Moraru
on 2012/11/13
To version < 29.5 >
edited by Eduard Moraru
on 2012/11/13
>
Change comment: Fixed clirr report

Summary

Details

Page properties
Content
... ... @@ -184,7 +184,6 @@
184 184  
185 185  * Many REST API module classes that were not meant to be public have been moved to internal package.(((
186 186  {{code language="none"}}
187 -org.xwiki.rest.model.jaxb.Page: Removed field version
188 188  org.xwiki.rest.ComponentsObjectFactory: Class org.xwiki.rest.ComponentsObjectFactory removed
189 189  org.xwiki.rest.Constants: Field ALLOWED_VALUES_ATTRIBUTE_NAME has been removed, but it was previously a constant
190 190  org.xwiki.rest.Constants: Field RELEASABLE_COMPONENT_REFERENCES has been removed, but it was previously a constant
... ... @@ -264,6 +264,17 @@
264 264  org.xwiki.rest.resources.wikis.WikiPagesResource: Class org.xwiki.rest.resources.wikis.WikiPagesResource removed
265 265  org.xwiki.rest.resources.wikis.WikiSearchResource: Class org.xwiki.rest.resources.wikis.WikiSearchResource removed
266 266  org.xwiki.rest.resources.wikis.WikisResource: Class org.xwiki.rest.resources.wikis.WikisResource removed
266 +{{/code}}
267 +)))
268 +
269 +* The version field has been moved from Page to PageSummary which is the superclass of Page(((
270 +{{code language="none"}}
271 +org.xwiki.rest.model.jaxb.Page: Removed field version
272 +{{/code}}
273 +)))
274 +
275 +* Added methods for creating workspaces and retrieving workspace templates.(((
276 +{{code language="none"}}
267 267  org.xwiki.workspace.WorkspaceManager: Method 'public com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer createWorkspace(java.lang.String, com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer, java.lang.String)' has been added to an interface
268 268  org.xwiki.workspace.WorkspaceManager: Method 'public java.util.List getWorkspaceTemplates()' has been added to an interface
269 269  {{/code}}

Get Connected