Uses of Class
org.exoplatform.wiki.service.rest.model.ObjectFactory
-
Packages that use ObjectFactory Package Description org.exoplatform.wiki.service.impl Implements services of the Wiki application. -
-
Uses of ObjectFactory in org.exoplatform.wiki.service.impl
Methods in org.exoplatform.wiki.service.impl with parameters of type ObjectFactory Modifier and Type Method Description AttachmentWikiRestServiceImpl. createAttachment(ObjectFactory objectFactory, URI baseUri, Attachment pageAttachment, Page page, String xwikiRelativeUrl, String xwikiAbsoluteUrl)PageWikiRestServiceImpl. createPage(ObjectFactory objectFactory, URI baseUri, URI self, Page doc, String userId)PageSummaryWikiRestServiceImpl. createPageSummary(ObjectFactory objectFactory, URI baseUri, Page page, String userId)SpaceWikiRestServiceImpl. createSpace(ObjectFactory objectFactory, URI baseUri, String wikiName, String spaceName, Page home)
-