|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityReference | |
|---|---|
| org.xwiki.gwt.wysiwyg.client.plugin.link.ui | |
| org.xwiki.gwt.wysiwyg.client.widget.explorer | |
| org.xwiki.gwt.wysiwyg.client.wiki | |
| Uses of EntityReference in org.xwiki.gwt.wysiwyg.client.plugin.link.ui |
|---|
| Methods in org.xwiki.gwt.wysiwyg.client.plugin.link.ui with parameters of type EntityReference | |
|---|---|
protected void |
AbstractExplorerWizardStep.updateLinkConfig(EntityReference selectedEntityReference)
Updates the link configuration object based on the selected entity. |
| Uses of EntityReference in org.xwiki.gwt.wysiwyg.client.widget.explorer |
|---|
| Methods in org.xwiki.gwt.wysiwyg.client.widget.explorer with parameters of type EntityReference | |
|---|---|
void |
XWikiExplorer.selectEntity(EntityReference entityReference,
String anchor)
Selects the tree node corresponding to the specified entity and anchor. |
| Uses of EntityReference in org.xwiki.gwt.wysiwyg.client.wiki |
|---|
| Methods in org.xwiki.gwt.wysiwyg.client.wiki that return EntityReference | |
|---|---|
EntityReference |
EntityReference.clone()
|
EntityReference |
WikiPageReference.getEntityReference()
|
EntityReference |
URIReference.getEntityReference()
|
EntityReference |
ResourceReference.getEntityReference()
|
EntityReference |
AttachmentReference.getEntityReference()
|
EntityReference |
EntityLink.getOrigin()
|
EntityReference |
Entity.getReference()
|
| Methods in org.xwiki.gwt.wysiwyg.client.wiki with parameters of type EntityReference | |
|---|---|
EntityConfig |
WikiService.getEntityConfig(EntityReference origin,
ResourceReference destination)
Creates an entity link configuration object (URL, link reference) for a link with the specified origin and destination. |
void |
WikiServiceAsyncCacheProxy.getEntityConfig(EntityReference base,
ResourceReference target,
com.google.gwt.user.client.rpc.AsyncCallback<EntityConfig> async)
Creates an entity link configuration object (URL, reference) for a link with the specified origin and destination. |
void |
WikiServiceAsync.getEntityConfig(EntityReference origin,
ResourceReference destination,
com.google.gwt.user.client.rpc.AsyncCallback<EntityConfig> async)
Creates an entity link configuration object (URL, reference) for a link with the specified origin and destination. |
ResourceReference |
WikiService.parseLinkReference(String linkReference,
EntityReference baseReference)
Parses the given link reference and extracts a reference to the linked resource. |
void |
WikiServiceAsyncCacheProxy.parseLinkReference(String linkReference,
EntityReference baseReference,
com.google.gwt.user.client.rpc.AsyncCallback<ResourceReference> async)
Parses the given link reference and extracts a reference to the linked resource. |
void |
WikiServiceAsync.parseLinkReference(String linkReferenceAsString,
EntityReference baseReference,
com.google.gwt.user.client.rpc.AsyncCallback<ResourceReference> async)
Parses the given link reference and extracts a reference to the linked resource. |
void |
ResourceReference.setEntityReference(EntityReference entityReference)
Sets the entity reference. |
void |
EntityLink.setOrigin(EntityReference origin)
Sets the link origin. |
void |
Entity.setReference(EntityReference reference)
Sets the entity reference. |
| Constructors in org.xwiki.gwt.wysiwyg.client.wiki with parameters of type EntityReference | |
|---|---|
AttachmentReference(EntityReference entityReference)
Creates a typed attachment reference. |
|
EntityLink(EntityReference origin,
ResourceReference destination,
T data)
Explicit constructor. |
|
URIReference(EntityReference entityReference)
Creates a typed URI reference. |
|
WikiPageReference(EntityReference entityReference)
Creates a typed wiki page reference. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||