|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttachmentName | |
|---|---|
| org.xwiki.bridge | |
| org.xwiki.bridge.internal | |
| Uses of AttachmentName in org.xwiki.bridge |
|---|
| Methods in org.xwiki.bridge that return AttachmentName | |
|---|---|
AttachmentName |
AttachmentNameFactory.createAttachmentName(java.lang.String reference)
Deprecated. |
| Methods in org.xwiki.bridge that return types with arguments of type AttachmentName | |
|---|---|
java.util.List<AttachmentName> |
DocumentAccessBridge.getAttachments(DocumentName documentName)
Deprecated. replaced by DocumentAccessBridge.getAttachmentReferences(DocumentReference) since 2.2M1 |
| Methods in org.xwiki.bridge with parameters of type AttachmentName | |
|---|---|
java.io.InputStream |
DocumentAccessBridge.getAttachmentContent(AttachmentName attachmentName)
Deprecated. replaced by DocumentAccessBridge.getAttachmentContent(org.xwiki.model.reference.AttachmentReference) since 2.2M1 |
java.lang.String |
DocumentAccessBridge.getAttachmentURL(AttachmentName attachmentName,
boolean isFullURL)
Deprecated. replaced by DocumentAccessBridge.getAttachmentURL(AttachmentReference , boolean) since 2.2M1 |
java.lang.String |
AttachmentNameSerializer.serialize(AttachmentName attachmentName)
Deprecated. |
| Uses of AttachmentName in org.xwiki.bridge.internal |
|---|
| Methods in org.xwiki.bridge.internal that return AttachmentName | |
|---|---|
AttachmentName |
DefaultAttachmentNameFactory.createAttachmentName(java.lang.String reference)
Deprecated. The supported formats are: wiki:space.page@filename filename If no "@" symbol is found then the reference is the attachment's filename and the document is the current document. |
| Methods in org.xwiki.bridge.internal with parameters of type AttachmentName | |
|---|---|
java.lang.String |
DefaultAttachmentNameSerializer.serialize(AttachmentName attachmentName)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||