Uses of Class
org.xwiki.model.reference.PageAttachmentReference
-
Packages that use PageAttachmentReference Package Description org.xwiki.model.reference org.xwiki.model.script -
-
Uses of PageAttachmentReference in org.xwiki.model.reference
Methods in org.xwiki.model.reference that return PageAttachmentReference Modifier and Type Method Description PageAttachmentReference
PageAttachmentReference. replaceParent(EntityReference newParent)
PageAttachmentReference
PageAttachmentReference. replaceParent(EntityReference oldParent, EntityReference newParent)
PageAttachmentReference
PageAttachmentReferenceResolver. resolve(T attachmentReferenceRepresentation, Object... parameters)
-
Uses of PageAttachmentReference in org.xwiki.model.script
Methods in org.xwiki.model.script that return PageAttachmentReference Modifier and Type Method Description PageAttachmentReference
ModelScriptService. createPageAttachmentReference(PageReference pageReference, String fileName)
Creates aPageAttachmentReference
from a file name and a reference to the page holding that file.PageAttachmentReference
ModelScriptService. resolvePageAttachment(String stringRepresentation, Object... parameters)
PageAttachmentReference
ModelScriptService. resolvePageAttachment(String stringRepresentation, String hint, Object... parameters)
-