Class ObjectFactory
- java.lang.Object
-
- org.exoplatform.wiki.service.rest.model.ObjectFactory
-
public class ObjectFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
-
-
-
Method Detail
-
createLinkCollection
public LinkCollection createLinkCollection()
Create an instance ofLinkCollection
-
createPageSummary
public PageSummary createPageSummary()
Create an instance ofPageSummary
-
createTranslations
public Translations createTranslations()
Create an instance ofTranslations
-
createHistorySummary
public HistorySummary createHistorySummary()
Create an instance ofHistorySummary
-
createAttachments
public Attachments createAttachments()
Create an instance ofAttachments
-
createAttachment
public Attachment createAttachment()
Create an instance ofAttachment
-
createObjectSummary
public ObjectSummary createObjectSummary()
Create an instance ofObjectSummary
-
createTranslation
public Translation createTranslation()
Create an instance ofTranslation
-
createProperties
public Properties createProperties()
Create an instance ofProperties
-
createSearchResult
public SearchResult createSearchResult()
Create an instance ofSearchResult
-
createSearchResults
public SearchResults createSearchResults()
Create an instance ofSearchResults
-
createObjectSummary
public JAXBElement<ObjectSummary> createObjectSummary(ObjectSummary value)
-
-