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 AttachmentReferenceAttachmentReferenceConverter. convertToType(Type type, Object value)AttachmentReferenceAttachmentReference. replaceParent(EntityReference newParent)AttachmentReferenceAttachmentReference. replaceParent(EntityReference oldParent, EntityReference newParent)AttachmentReferenceAttachmentReferenceResolver. resolve(T attachmentReferenceRepresentation, Object... parameters)Methods in org.xwiki.model.reference with parameters of type AttachmentReference Modifier and Type Method Description protected StringAttachmentReferenceConverter. 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 AttachmentReferenceModelScriptService. createAttachmentReference(DocumentReference documentReference, String fileName)Creates anAttachmentReferencefrom a file name and a reference to the document holding that file.AttachmentReferenceModelScriptService. resolveAttachment(String stringRepresentation, Object... parameters)AttachmentReferenceModelScriptService. resolveAttachment(String stringRepresentation, String hint, Object... parameters)
-