Package | Description |
---|---|
org.xwiki.model.reference | |
org.xwiki.model.script |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected String |
AttachmentReferenceConverter.convertToString(AttachmentReference value) |
Modifier and Type | Method and Description |
---|---|
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–2021 XWiki. All rights reserved.