Uses of Class
org.xwiki.model.reference.AttachmentReference
-
Packages that use AttachmentReference Package Description 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 Modifier and Type Method Description protected AttachmentReference
AttachmentReferenceConverter. convertToType(Type type, Object value)
AttachmentReference
AttachmentReference. replaceParent(EntityReference newParent)
AttachmentReference
AttachmentReference. replaceParent(EntityReference oldParent, EntityReference newParent)
AttachmentReference
AttachmentReferenceResolver. resolve(T attachmentReferenceRepresentation, Object... parameters)
Methods in org.xwiki.model.reference with parameters of type AttachmentReference Modifier and Type Method Description protected String
AttachmentReferenceConverter. convertToString(AttachmentReference value)
-
Uses of AttachmentReference in org.xwiki.model.script
Methods in org.xwiki.model.script that return AttachmentReference Modifier and Type Method Description AttachmentReference
ModelScriptService. createAttachmentReference(DocumentReference documentReference, String fileName)
Creates anAttachmentReference
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)
-