Uses of Class
org.exoplatform.wiki.service.rest.model.Attachment

Packages that use Attachment
org.exoplatform.wiki.service.impl Packaging implementation of the services layer of the wiki application. 
org.exoplatform.wiki.service.rest.model   
 

Uses of Attachment in org.exoplatform.wiki.service.impl
 

Methods in org.exoplatform.wiki.service.impl that return Attachment
 Attachment WikiRestServiceImpl.createAttachment(ObjectFactory objectFactory, URI baseUri, AttachmentImpl pageAttachment, String xwikiRelativeUrl, String xwikiAbsoluteUrl)
           
 

Uses of Attachment in org.exoplatform.wiki.service.rest.model
 

Fields in org.exoplatform.wiki.service.rest.model with type parameters of type Attachment
protected  List<Attachment> Attachments.attachments
           
 

Methods in org.exoplatform.wiki.service.rest.model that return Attachment
 Attachment ObjectFactory.createAttachment()
          Create an instance of Attachment
 

Methods in org.exoplatform.wiki.service.rest.model that return types with arguments of type Attachment
 List<Attachment> Attachments.getAttachments()
          Gets the value of the attachments property.
 



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.