Uses of Class
org.exoplatform.wiki.mow.core.api.wiki.AttachmentImpl

Packages that use AttachmentImpl
org.exoplatform.wiki.mow.core.api.wiki   
org.exoplatform.wiki.service.impl Packaging implementation of the services layer of the wiki application. 
org.exoplatform.wiki.utils   
 

Uses of AttachmentImpl in org.exoplatform.wiki.mow.core.api.wiki
 

Methods in org.exoplatform.wiki.mow.core.api.wiki that return AttachmentImpl
abstract  AttachmentImpl PageImpl.createAttachment()
           
 AttachmentImpl PageImpl.createAttachment(String fileName, org.chromattic.ext.ntdef.Resource contentResource)
           
protected abstract  AttachmentImpl PageImpl.createContent()
           
 AttachmentImpl PageImpl.getAttachment(String attachmentId)
           
 AttachmentImpl PageImpl.getAttachmentByRootPermisison(String attachmentId)
           
 AttachmentImpl PageImpl.getContent()
           
protected abstract  AttachmentImpl PageImpl.getContentByChromattic()
           
 

Methods in org.exoplatform.wiki.mow.core.api.wiki that return types with arguments of type AttachmentImpl
 Collection<AttachmentImpl> PageImpl.getAttachments()
           
abstract  Collection<AttachmentImpl> PageImpl.getAttachmentsByChromattic()
           
 Collection<AttachmentImpl> PageImpl.getAttachmentsExcludeContent()
           
 Collection<AttachmentImpl> PageImpl.getAttachmentsExcludeContentByRootPermisison()
           
 

Methods in org.exoplatform.wiki.mow.core.api.wiki with parameters of type AttachmentImpl
 void PageImpl.addAttachment(AttachmentImpl attachment)
           
 int AttachmentImpl.compareTo(AttachmentImpl o)
           
protected abstract  void PageImpl.setContentByChromattic(AttachmentImpl content)
           
 

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

Methods in org.exoplatform.wiki.service.impl with parameters of type AttachmentImpl
 Attachment WikiRestServiceImpl.createAttachment(ObjectFactory objectFactory, URI baseUri, AttachmentImpl pageAttachment, String xwikiRelativeUrl, String xwikiAbsoluteUrl)
           
 

Uses of AttachmentImpl in org.exoplatform.wiki.utils
 

Methods in org.exoplatform.wiki.utils with parameters of type AttachmentImpl
static void Utils.sendMailOnChangeContent(AttachmentImpl content)
           
 



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