Class ObjectFactory

java.lang.Object
org.exoplatform.wiki.service.rest.model.ObjectFactory

public class ObjectFactory extends Object
  • Constructor Details

    • ObjectFactory

      public ObjectFactory()
      Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.exoplatform.wiki.service.rest.model
  • Method Details

    • createXwiki

      public Xwiki createXwiki()
      Create an instance of Xwiki
    • createLinkCollection

      public LinkCollection createLinkCollection()
      Create an instance of LinkCollection
    • createLink

      public Link createLink()
      Create an instance of Link
    • createSyntaxes

      public Syntaxes createSyntaxes()
      Create an instance of Syntaxes
    • createWikis

      public Wikis createWikis()
      Create an instance of Wikis
    • createWiki

      public Wiki createWiki()
      Create an instance of Wiki
    • createSpaces

      public Spaces createSpaces()
      Create an instance of Spaces
    • createSpace

      public Space createSpace()
      Create an instance of Space
    • createPages

      public Pages createPages()
      Create an instance of Pages
    • createPageSummary

      public PageSummary createPageSummary()
      Create an instance of PageSummary
    • createPage

      public Page createPage()
      Create an instance of Page
    • createTranslations

      public Translations createTranslations()
      Create an instance of Translations
    • createHistory

      public History createHistory()
      Create an instance of History
    • createHistorySummary

      public HistorySummary createHistorySummary()
      Create an instance of HistorySummary
    • createAttachments

      public Attachments createAttachments()
      Create an instance of Attachments
    • createAttachment

      public Attachment createAttachment()
      Create an instance of Attachment
    • createComments

      public Comments createComments()
      Create an instance of Comments
    • createComment

      public Comment createComment()
      Create an instance of Comment
    • createProperty

      public Property createProperty()
      Create an instance of Property
    • createAttribute

      public Attribute createAttribute()
      Create an instance of Attribute
    • createClass

      public Class createClass()
      Create an instance of Class
    • createClasses

      public Classes createClasses()
      Create an instance of Classes
    • createObjects

      public Objects createObjects()
      Create an instance of Objects
    • createObjectSummary

      public ObjectSummary createObjectSummary()
      Create an instance of ObjectSummary
    • createObject

      public Object createObject()
      Create an instance of Object
    • createTranslation

      public Translation createTranslation()
      Create an instance of Translation
    • createProperties

      public Properties createProperties()
      Create an instance of Properties
    • createTag

      public Tag createTag()
      Create an instance of Tag
    • createTags

      public Tags createTags()
      Create an instance of Tags
    • createSearchResult

      public SearchResult createSearchResult()
      Create an instance of SearchResult
    • createSearchResults

      public SearchResults createSearchResults()
      Create an instance of SearchResults
    • createObjectSummary

      public javax.xml.bind.JAXBElement<ObjectSummary> createObjectSummary(ObjectSummary value)
      Create an instance of JAXBElement<ObjectSummary>}