| Modifier and Type | Method and Description |
|---|---|
protected WikiPageReference |
ImportOfficeFileWizardStep.getTargetPageReference() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractPageListSelectorWizardStep.serializeDocumentReference(WikiPageReference reference)
Serializes a document reference to be displayed to the user.
|
| Modifier and Type | Method and Description |
|---|---|
protected WikiPageReference |
LinkUploadWizardStep.getTargetPageReference() |
protected abstract WikiPageReference |
AbstractFileUploadWizardStep.getTargetPageReference() |
| Modifier and Type | Method and Description |
|---|---|
WikiPageReference |
AttachmentReference.getWikiPageReference() |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
WikiService.getAttachments(WikiPageReference documentReference)
Returns all the attachments from the referred page.
|
void |
WikiServiceAsync.getAttachments(WikiPageReference documentReference,
com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> async)
Returns all the attachments from the referred page.
|
void |
WikiServiceAsyncCacheProxy.getAttachments(WikiPageReference documentReference,
com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> async) |
List<Attachment> |
WikiService.getImageAttachments(WikiPageReference documentReference)
Returns all the image attachments from the referred page.
|
void |
WikiServiceAsync.getImageAttachments(WikiPageReference documentReference,
com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> async)
Returns all the image attachments from the referred page.
|
void |
WikiServiceAsyncCacheProxy.getImageAttachments(WikiPageReference documentReference,
com.google.gwt.user.client.rpc.AsyncCallback<List<Attachment>> async) |
String |
WikiService.getUploadURL(WikiPageReference documentReference) |
void |
WikiServiceAsync.getUploadURL(WikiPageReference documentReference,
com.google.gwt.user.client.rpc.AsyncCallback<String> async)
Returns the URL to be used to upload an attachment to the specified document.
|
void |
WikiServiceAsyncCacheProxy.getUploadURL(WikiPageReference documentReference,
com.google.gwt.user.client.rpc.AsyncCallback<String> async) |
| Constructor and Description |
|---|
AttachmentReference(String fileName,
WikiPageReference wikiPageReference)
Creates a new typed reference to the specified attachment.
|
Copyright © 2004–2016 XWiki. All rights reserved.