Uses of Class
org.xwiki.model.reference.AttachmentReference

Packages that use AttachmentReference
org.xwiki.model.reference   
org.xwiki.model.script   
 

Uses of AttachmentReference in org.xwiki.model.reference
 

Methods in org.xwiki.model.reference that return AttachmentReference
 AttachmentReference AttachmentReference.replaceParent(EntityReference oldParent, EntityReference newParent)
           
 AttachmentReference AttachmentReferenceResolver.resolve(T attachmentReferenceRepresentation, Object... parameters)
           
 

Uses of AttachmentReference in org.xwiki.model.script
 

Methods in org.xwiki.model.script that return AttachmentReference
 AttachmentReference ModelScriptService.createAttachmentReference(DocumentReference documentReference, String fileName)
          Creates an AttachmentReference from a file name and a reference to the document holding that file.
 AttachmentReference ModelScriptService.resolveAttachment(String stringRepresentation, Object... parameters)
           
 AttachmentReference ModelScriptService.resolveAttachment(String stringRepresentation, String hint, Object... parameters)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.