- ClassPropertyReference - Class in org.xwiki.model.reference
-
References a property in a class in a document (the description of the property).
- ClassPropertyReference(EntityReference) - Constructor for class org.xwiki.model.reference.ClassPropertyReference
-
Constructor which would raise exceptions if the source entity reference does not have the appropriate type or
parent, etc.
- ClassPropertyReference(EntityReference, EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.ClassPropertyReference
-
Clone an ClassPropertyReference, but replace one of the parent in the chain by a new one.
- ClassPropertyReference(String, DocumentReference) - Constructor for class org.xwiki.model.reference.ClassPropertyReference
-
Builds a property reference for the passed property in the passed object.
- ClassPropertyReference(EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.ClassPropertyReference
-
Clone an ClassPropertyReference, but use the specified parent for its new parent.
- ClassPropertyReference(String, String, String, String) - Constructor for class org.xwiki.model.reference.ClassPropertyReference
-
Deprecated.
- compareTo(EntityReference) - Method in class org.xwiki.model.reference.EntityReference
- convertToString(AttachmentReference) - Method in class org.xwiki.model.reference.AttachmentReferenceConverter
-
- convertToType(Type, Object) - Method in class org.xwiki.model.reference.AttachmentReferenceConverter
-
- createAttachmentReference(DocumentReference, String) - Method in class org.xwiki.model.script.ModelScriptService
-
Creates an
AttachmentReference
from a file name and a reference to the document holding that file.
- createDocumentReference(String, String, String) - Method in class org.xwiki.model.script.ModelScriptService
-
Create a Document Reference from a passed wiki, space and page names, which can be empty strings or null
in which case they are resolved using the resolver.
- createDocumentReference(String, List<String>, String) - Method in class org.xwiki.model.script.ModelScriptService
-
Create a Document Reference from a passed wiki, list of spaces and page names, which can be empty strings or
null
in which case they are resolved using the resolver.
- createDocumentReference(DocumentReference, Locale) - Method in class org.xwiki.model.script.ModelScriptService
-
Create a new reference with the passed
Locale
.
- createDocumentReference(String, SpaceReference) - Method in class org.xwiki.model.script.ModelScriptService
-
Creates a new
DocumentReference
from a given page name and the reference of the parent space.
- createDocumentReference(String, String, String, String) - Method in class org.xwiki.model.script.ModelScriptService
-
Create a Document Reference from a passed wiki, space and page names, which can be empty strings or null in which
case they are resolved against the Resolver having the hint passed as parameter.
- createDocumentReference(String, List<String>, String, String) - Method in class org.xwiki.model.script.ModelScriptService
-
Create a Document Reference from a passed wiki, list of spaces and page names, which can be empty strings or null
in which case they are resolved against the Resolver having the hint passed as parameter.
- createEntityReference(String, EntityType) - Method in class org.xwiki.model.script.ModelScriptService
-
- createEntityReference(String, EntityType, EntityReference) - Method in class org.xwiki.model.script.ModelScriptService
-
- createObjectPropertyReference(String, ObjectReference) - Method in class org.xwiki.model.script.ModelScriptService
-
- createPageAttachmentReference(PageReference, String) - Method in class org.xwiki.model.script.ModelScriptService
-
- createPageReference(String, String...) - Method in class org.xwiki.model.script.ModelScriptService
-
Create a Page Reference from a passed wiki and pages names, which can be empty strings or null
in which
case they are resolved using the resolver.
- createPageReference(String, List<String>, Locale) - Method in class org.xwiki.model.script.ModelScriptService
-
Create a Page Reference from a passed wiki, list of page names, which can be empty strings or null
in
which case they are resolved using the resolver.
- createPageReference(String, List<String>, Locale, String) - Method in class org.xwiki.model.script.ModelScriptService
-
Create a Page Reference from a passed wiki, list of pages names, which can be empty strings or null in which case
they are resolved against the Resolver having the hint passed as parameter.
- createSpaceReference(String, WikiReference) - Method in class org.xwiki.model.script.ModelScriptService
-
- createSpaceReference(String, SpaceReference) - Method in class org.xwiki.model.script.ModelScriptService
-
Creates a
SpaceReference
from a string representing the space name and the reference of the parent space.
- createSpaceReference(List<String>, WikiReference) - Method in class org.xwiki.model.script.ModelScriptService
-
Creates a
SpaceReference
from a list of string representing the space name and the name of its parents.
- createWikiReference(String) - Method in class org.xwiki.model.script.ModelScriptService
-
Creates a
WikiReference
from a string representing the wiki name.
- DocumentNamespace - Class in org.xwiki.model.namespace
-
Typed Namespace
for documents.
- DocumentNamespace(String) - Constructor for class org.xwiki.model.namespace.DocumentNamespace
-
- DocumentReference - Class in org.xwiki.model.reference
-
Represents a reference to a document (wiki, space and document names).
- DocumentReference(EntityReference) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Special constructor that transforms a generic entity reference into a
DocumentReference
.
- DocumentReference(EntityReference, EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Clone an DocumentReference, but replace one of the parent in the chain by a new one.
- DocumentReference(EntityReference, Locale) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Clone the provided reference and change the Locale.
- DocumentReference(String, String, String) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Create a new Document reference from wiki, space and page name.
- DocumentReference(String, String, String, Locale) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Create a new Document reference from wiki name, space name, page name and locale.
- DocumentReference(String, String, String, String) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Create a new Document reference from wiki name, space name, page name and language.
- DocumentReference(String, List<String>, String) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Create a new Document reference from wiki name, spaces names and page name.
- DocumentReference(String, List<String>, String, Locale) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Create a new Document reference from wiki name, spaces names, page name and locale.
- DocumentReference(String, SpaceReference) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Create a new Document reference from document name and parent space.
- DocumentReference(LocalDocumentReference, WikiReference) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Create a new Document reference from local document reference and wiki reference.
- DocumentReference(String, SpaceReference, Locale) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Create a new Document reference from document name, parent space and locale.
- DocumentReference(String, EntityReference, Map<String, Serializable>) - Constructor for class org.xwiki.model.reference.DocumentReference
-
- DocumentReference(EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.DocumentReference
-
Clone an DocumentReference, but use the specified parent for its new parent.
- DocumentReferenceResolver<T> - Interface in org.xwiki.model.reference
-
Resolve a Document reference defined in a given representation into a validated
DocumentReference
object, ie
with valid values and a valid hierarchy (eg a Document reference must have a parent which is a space reference,
reference values must not be null, etc).
- EntityReference - Class in org.xwiki.model.reference
-
Represents a reference to an Entity (Document, Attachment, Space, Wiki, etc).
- EntityReference(EntityReference) - Constructor for class org.xwiki.model.reference.EntityReference
-
Clone an EntityReference.
- EntityReference(EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.EntityReference
-
Clone an EntityReference, but use the specified parent for its new parent.
- EntityReference(EntityReference, EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.EntityReference
-
Clone an EntityReference, but replace one of the parent in the chain by an other one.
- EntityReference(String, EntityType) - Constructor for class org.xwiki.model.reference.EntityReference
-
Create a new root EntityReference.
- EntityReference(String, EntityType, EntityReference) - Constructor for class org.xwiki.model.reference.EntityReference
-
Create a new EntityReference.
- EntityReference(String, EntityType, Map<String, Serializable>) - Constructor for class org.xwiki.model.reference.EntityReference
-
Create a new EntityReference.
- EntityReference(String, EntityType, EntityReference, Map<String, Serializable>) - Constructor for class org.xwiki.model.reference.EntityReference
-
Create a new EntityReference.
- EntityReference(EntityReference, Map<String, Serializable>) - Constructor for class org.xwiki.model.reference.EntityReference
-
Clone an EntityReference, but use the specified paramaters.
- EntityReferenceProvider - Interface in org.xwiki.model.reference
-
Return default values for specified Entity Reference types.
- EntityReferenceResolver<T> - Interface in org.xwiki.model.reference
-
Resolve an Entity reference defined in a given representation into a validated
EntityReference
object, ie
with valid values and a valid hierarchy (eg a Document reference must have a parent which is a space reference,
reference values must not be null, etc).
- EntityReferenceSerializer<T> - Interface in org.xwiki.model.reference
-
Generate a different representation of an Entity Reference (eg as a String).
- EntityReferenceSet - Class in org.xwiki.model.reference
-
A set of entities references.
- EntityReferenceSet() - Constructor for class org.xwiki.model.reference.EntityReferenceSet
-
- EntityReferenceString - Interface in org.xwiki.model.reference
-
- EntityReferenceTree - Class in org.xwiki.model.reference
-
Expose a set of references as a tree.
- EntityReferenceTree(Iterable<? extends EntityReference>) - Constructor for class org.xwiki.model.reference.EntityReferenceTree
-
- EntityReferenceTree(EntityReference...) - Constructor for class org.xwiki.model.reference.EntityReferenceTree
-
- EntityReferenceTree(Comparator<String>, Iterable<? extends EntityReference>) - Constructor for class org.xwiki.model.reference.EntityReferenceTree
-
- EntityReferenceTree(Comparator<String>, EntityReference...) - Constructor for class org.xwiki.model.reference.EntityReferenceTree
-
- EntityReferenceTreeNode - Class in org.xwiki.model.reference
-
- EntityReferenceTreeNode(Comparator<String>) - Constructor for class org.xwiki.model.reference.EntityReferenceTreeNode
-
- EntityReferenceValueProvider - Interface in org.xwiki.model.reference
-
- EntityType - Enum in org.xwiki.model
-
Represents a type of entity (ie a Model Object such as a Wiki, a Space, a Document, an Attachment, etc).
- equals(Object) - Method in class org.xwiki.model.reference.EntityReference
-
- equals(EntityReference, EntityType) - Method in class org.xwiki.model.reference.EntityReference
-
Compared the two reference between the first reference and the last (including) to
type of entity.
- equals(EntityReference, EntityType, EntityType) - Method in class org.xwiki.model.reference.EntityReference
-
Compared the two reference between the first (including) from
type of entity and the last
(including) to
type of entity.
- equals(Object) - Method in class org.xwiki.model.reference.PartialEntityReference
- equalsNonRecursive(EntityReference) - Method in class org.xwiki.model.reference.EntityReference
-
- escape(String, EntityType) - Method in class org.xwiki.model.script.ModelScriptService
-
Escape the passed entity name according to reference syntax.
- excludes(EntityReference) - Method in class org.xwiki.model.reference.EntityReferenceSet
-
- extractFirstReference(EntityType) - Method in class org.xwiki.model.reference.EntityReference
-
Extract the first entity of the given type from this one by traversing the current entity to the root.
- extractReference(EntityType) - Method in class org.xwiki.model.reference.EntityReference
-
Extract the last entity of the given type from this one by traversing the current entity to the root.
- PageAttachmentReference - Class in org.xwiki.model.reference
-
Represents a reference to an Attachment (page reference and file name).
- PageAttachmentReference(EntityReference) - Constructor for class org.xwiki.model.reference.PageAttachmentReference
-
- PageAttachmentReference(EntityReference, EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.PageAttachmentReference
-
Clone an AttachmentReference, but replace one of the parent in the chain by a new one.
- PageAttachmentReference(String, PageReference) - Constructor for class org.xwiki.model.reference.PageAttachmentReference
-
Create a new attachment reference based on the attachment name and the parent page reference.
- PageAttachmentReference(EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.PageAttachmentReference
-
Clone an PageAttachmentReference, but use the specified parent for its new parent.
- PageAttachmentReferenceResolver<T> - Interface in org.xwiki.model.reference
-
Resolve an Attachment reference defined in a given representation into a validated
PageAttachmentReference
object, ie with valid values and a valid hierarchy (eg an Attachment reference must have a parent which is a page
reference, reference values must not be null, etc).
- PageClassPropertyReference - Class in org.xwiki.model.reference
-
References a property in a class in a page (the description of the property).
- PageClassPropertyReference(EntityReference) - Constructor for class org.xwiki.model.reference.PageClassPropertyReference
-
Constructor which would raise exceptions if the source entity reference does not have the appropriate type or
parent, etc.
- PageClassPropertyReference(EntityReference, EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.PageClassPropertyReference
-
Clone an ClassPropertyReference, but replace one of the parent in the chain by a new one.
- PageClassPropertyReference(String, PageReference) - Constructor for class org.xwiki.model.reference.PageClassPropertyReference
-
Builds a property reference for the passed property in the passed object.
- PageClassPropertyReference(EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.PageClassPropertyReference
-
Clone an PageClassPropertyReference, but use the specified parent for its new parent.
- PageObjectPropertyReference - Class in org.xwiki.model.reference
-
References a property in an object in a document (the value of the property).
- PageObjectPropertyReference(EntityReference) - Constructor for class org.xwiki.model.reference.PageObjectPropertyReference
-
Constructor which would raise exceptions if the source entity reference does not have the appropriate type or
parent, etc.
- PageObjectPropertyReference(EntityReference, EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.PageObjectPropertyReference
-
Clone an ObjectPropertyReference, but replace one of the parent in the chain by a new one.
- PageObjectPropertyReference(String, PageObjectReference) - Constructor for class org.xwiki.model.reference.PageObjectPropertyReference
-
Builds a property reference for the passed property in the passed object.
- PageObjectPropertyReference(EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.PageObjectPropertyReference
-
Clone an PageObjectPropertyReference, but use the specified parent for its new parent.
- PageObjectPropertyReferenceResolver<T> - Interface in org.xwiki.model.reference
-
- PageObjectReference - Class in org.xwiki.model.reference
-
Reference to an object in a page (by classname and index, page, wiki).
- PageObjectReference(EntityReference) - Constructor for class org.xwiki.model.reference.PageObjectReference
-
Constructor which would raise exceptions if the source entity reference does not have the appropriate type or
parent, etc.
- PageObjectReference(EntityReference, EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.PageObjectReference
-
Clone an ObjectReference, but replace one of the parent in the chain by a new one.
- PageObjectReference(String, PageReference) - Constructor for class org.xwiki.model.reference.PageObjectReference
-
- PageObjectReference(EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.PageObjectReference
-
Clone an PageObjectReference, but use the specified parent for its new parent.
- PageObjectReferenceResolver<T> - Interface in org.xwiki.model.reference
-
Resolve an Object reference defined in a given representation into a validated
PageObjectReference
object,
i.e.
- PageReference - Class in org.xwiki.model.reference
-
Represents a reference to a page.
- PageReference(EntityReference) - Constructor for class org.xwiki.model.reference.PageReference
-
Special constructor that transforms a generic entity reference into a
PageReference
.
- PageReference(EntityReference, EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.PageReference
-
Clone a page reference, but replace one of the parent in the chain by a new one.
- PageReference(String, WikiReference) - Constructor for class org.xwiki.model.reference.PageReference
-
Create a page reference based on a page name and a parent wiki reference.
- PageReference(String, PageReference) - Constructor for class org.xwiki.model.reference.PageReference
-
Create a page reference based on a page name and a parent page reference.
- PageReference(String, EntityReference) - Constructor for class org.xwiki.model.reference.PageReference
-
Create a page reference based on a page name and a parent entity reference.
- PageReference(String, EntityReference, Locale) - Constructor for class org.xwiki.model.reference.PageReference
-
Create a page reference based on a page name and a parent entity reference.
- PageReference(EntityReference, Locale) - Constructor for class org.xwiki.model.reference.PageReference
-
Clone an EntityReference and change/add the passed Locale.
- PageReference(String, List<String>) - Constructor for class org.xwiki.model.reference.PageReference
-
Create a page reference based on a page name and a parent page reference.
- PageReference(String, List<String>, Locale) - Constructor for class org.xwiki.model.reference.PageReference
-
Create a page reference based on a page name and a parent page reference.
- PageReference(String, String, String...) - Constructor for class org.xwiki.model.reference.PageReference
-
Create a page reference based on a page name and a parent page reference.
- PageReference(LocalPageReference, WikiReference) - Constructor for class org.xwiki.model.reference.PageReference
-
Create a new page reference from local page reference and wiki reference.
- PageReference(EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.PageReference
-
Clone an PageReference, but use the specified parent for its new parent.
- PageReferenceResolver<T> - Interface in org.xwiki.model.reference
-
Resolve a Page reference defined in a given representation into a validated
PageReference
object, ie with
valid values and a valid hierarchy (eg a Page reference must have a parent which is a space reference, reference
values must not be null, etc).
- PartialEntityReference - Class in org.xwiki.model.reference
-
- PartialEntityReference(String, EntityType) - Constructor for class org.xwiki.model.reference.PartialEntityReference
-
Create a new root EntityReference.
- PartialEntityReference(String, EntityType, EntityReference) - Constructor for class org.xwiki.model.reference.PartialEntityReference
-
Create a new EntityReference.
- serialize(EntityReference, Object...) - Method in interface org.xwiki.model.reference.EntityReferenceSerializer
-
Serialize an entity reference into a new representation of type T
.
- serialize(EntityReference, Object...) - Method in class org.xwiki.model.script.ModelScriptService
-
- serialize(EntityReference, String, Object...) - Method in class org.xwiki.model.script.ModelScriptService
-
- setCurrentEntityReference(EntityReference) - Method in interface org.xwiki.model.ModelContext
-
- setLocale(Locale) - Method in class org.xwiki.model.reference.AbstractLocalizedEntityReference
-
Set the locale of this reference.
- setName(String) - Method in class org.xwiki.model.reference.EntityReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParameter(String, Serializable) - Method in class org.xwiki.model.reference.AbstractLocalizedEntityReference
-
Add or set a parameter value.
- setParameter(String, Serializable) - Method in class org.xwiki.model.reference.EntityReference
-
Add or set a parameter value.
- setParameters(Map<String, Serializable>) - Method in class org.xwiki.model.reference.EntityReference
-
Set multiple parameters at once.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.AttachmentReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.BlockReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.ClassPropertyReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.DocumentReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.EntityReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.LocalPageReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.ObjectPropertyReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.ObjectReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.PageAttachmentReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.PageClassPropertyReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.PageObjectPropertyReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.PageObjectReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.PageReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.SpaceReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setParent(EntityReference) - Method in class org.xwiki.model.reference.WikiReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.AttachmentReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.BlockReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.ClassPropertyReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.DocumentReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.EntityReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.LocalPageReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.ObjectPropertyReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.ObjectReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.PageAttachmentReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.PageClassPropertyReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.PageObjectPropertyReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.PageObjectReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.PageReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.SpaceReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setType(EntityType) - Method in class org.xwiki.model.reference.WikiReference
-
Entity reference are immutable since 3.3M2, so this method is now protected.
- setWikiReference(WikiReference) - Method in class org.xwiki.model.reference.DocumentReference
-
Create a new DocumentReference with passed wiki reference.
- size() - Method in class org.xwiki.model.reference.EntityReference
-
- SpaceNamespace - Class in org.xwiki.model.namespace
-
Typed Namespace
for spaces.
- SpaceNamespace(String) - Constructor for class org.xwiki.model.namespace.SpaceNamespace
-
- SpaceReference - Class in org.xwiki.model.reference
-
Represents a reference to a space (space name).
- SpaceReference(EntityReference) - Constructor for class org.xwiki.model.reference.SpaceReference
-
Special constructor that transforms a generic entity reference into a
SpaceReference
.
- SpaceReference(EntityReference, EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.SpaceReference
-
Clone an SpaceReference, but replace one of the parent in the chain by a new one.
- SpaceReference(String, WikiReference) - Constructor for class org.xwiki.model.reference.SpaceReference
-
Create a space reference based on a space name and a parent wiki reference.
- SpaceReference(String, SpaceReference) - Constructor for class org.xwiki.model.reference.SpaceReference
-
Create a space reference based on a space name and a parent space reference.
- SpaceReference(String, EntityReference) - Constructor for class org.xwiki.model.reference.SpaceReference
-
Create a space reference based on a space name and a parent entity reference.
- SpaceReference(String, String...) - Constructor for class org.xwiki.model.reference.SpaceReference
-
Create a space reference based on a space name and a parent space reference.
- SpaceReference(String, List<String>) - Constructor for class org.xwiki.model.reference.SpaceReference
-
Create a space reference based on a space name and a parent space reference.
- SpaceReference(EntityReference, EntityReference) - Constructor for class org.xwiki.model.reference.SpaceReference
-
Clone an SpaceReference, but use the specified parent for its new parent.
- SpaceReferenceResolver<T> - Interface in org.xwiki.model.reference
-
Resolve a Space reference defined in a given representation into a validated
SpaceReference
object, ie with
valid values and a valid hierarchy (eg a Space reference must have a parent which is a space reference or a wiki
reference, reference values must not be null, etc).
- toString() - Method in class org.xwiki.model.reference.DocumentReference
-
- toString() - Method in class org.xwiki.model.reference.EntityReference
-
- toString() - Method in class org.xwiki.model.reference.EntityReferenceTreeNode
-
- toString() - Method in class org.xwiki.model.reference.LocalDocumentReference
-
- toString() - Method in class org.xwiki.model.reference.LocalPageReference
-
- toString() - Method in class org.xwiki.model.reference.PageReference
-
- TOSTRING_SERIALIZER - Static variable in class org.xwiki.model.reference.EntityReference
-
- toTree(Iterable<? extends EntityReference>) - Method in class org.xwiki.model.script.ModelScriptService
-
Convert passed references to a tree of references.
- toTree(EntityReference...) - Method in class org.xwiki.model.script.ModelScriptService
-
Convert passed references to a tree of references.
- TYPE - Static variable in class org.xwiki.model.namespace.DocumentNamespace
-
The type used in those namespaces.
- TYPE - Static variable in class org.xwiki.model.namespace.SpaceNamespace
-
The type used in those namespaces.
- TYPE - Static variable in class org.xwiki.model.namespace.UserNamespace
-
The type used in those namespaces.
- TYPE - Static variable in class org.xwiki.model.namespace.WikiNamespace
-
The type used in those namespaces.
- TYPE_PROVIDER - Static variable in class org.xwiki.model.reference.DocumentReference
-
The
Type
for a
Provider<DocumentReference>
.
- TYPE_PROVIDER - Static variable in class org.xwiki.model.reference.PageReference
-
The
Type
for a
Provider<PageReference>
.
- TYPE_PROVIDER - Static variable in class org.xwiki.model.reference.SpaceReference
-
The
Type
for a
Provider<SpaceReference>
.
- TYPE_PROVIDER - Static variable in class org.xwiki.model.reference.WikiReference
-
The
Type
for a
Provider<WikiReference>
.
- TYPE_REFERENCE - Static variable in interface org.xwiki.model.reference.AttachmentReferenceResolver
-
Type instance for AttachmentReferenceResolver<EntityReference>
.
- TYPE_REFERENCE - Static variable in interface org.xwiki.model.reference.DocumentReferenceResolver
-
Type instance for DocumentReferenceResolver<EntityReference>
.
- TYPE_REFERENCE - Static variable in interface org.xwiki.model.reference.EntityReferenceResolver
-
Type instance for EntityReferenceResolver<EntityReference>
.
- TYPE_REFERENCE - Static variable in interface org.xwiki.model.reference.EntityReferenceSerializer
-
Type instance for EntityReferenceResolver<EntityReference>
.
- TYPE_REFERENCE - Static variable in interface org.xwiki.model.reference.ObjectPropertyReferenceResolver
-
Type instance for ObjectPropertyReferenceResolver<EntityReference>
.
- TYPE_REFERENCE - Static variable in interface org.xwiki.model.reference.ObjectReferenceResolver
-
Type instance for ObjectReferenceResolver<EntityReference>
.
- TYPE_REFERENCE - Static variable in interface org.xwiki.model.reference.PageAttachmentReferenceResolver
-
Type instance for PageAttachmentReferenceResolver<EntityReference>
.
- TYPE_REFERENCE - Static variable in interface org.xwiki.model.reference.PageObjectPropertyReferenceResolver
-
Type instance for PageObjectPropertyReferenceResolver<EntityReference>
.
- TYPE_REFERENCE - Static variable in interface org.xwiki.model.reference.PageObjectReferenceResolver
-
Type instance for PageObjectReferenceResolver<EntityReference>
.
- TYPE_REFERENCE - Static variable in interface org.xwiki.model.reference.PageReferenceResolver
-
Type instance for PageReferenceResolver<EntityReference>
.
- TYPE_REFERENCE - Static variable in interface org.xwiki.model.reference.SpaceReferenceResolver
-
Type instance for SpaceReferenceResolver<EntityReference>
.
- TYPE_STRING - Static variable in interface org.xwiki.model.reference.AttachmentReferenceResolver
-
Type instance for AttachmentReferenceResolver<String>
.
- TYPE_STRING - Static variable in interface org.xwiki.model.reference.DocumentReferenceResolver
-
Type instance for DocumentReferenceResolver<String>
.
- TYPE_STRING - Static variable in interface org.xwiki.model.reference.EntityReferenceResolver
-
Type instance for EntityReferenceResolver<String>
.
- TYPE_STRING - Static variable in interface org.xwiki.model.reference.EntityReferenceSerializer
-
Type instance for EntityReferenceResolver<String>
.
- TYPE_STRING - Static variable in interface org.xwiki.model.reference.ObjectPropertyReferenceResolver
-
Type instance for ObjectPropertyReferenceResolver<String>
.
- TYPE_STRING - Static variable in interface org.xwiki.model.reference.ObjectReferenceResolver
-
Type instance for ObjectReferenceResolver<String>
.
- TYPE_STRING - Static variable in interface org.xwiki.model.reference.PageAttachmentReferenceResolver
-
Type instance for PageAttachmentReferenceResolver<String>
.
- TYPE_STRING - Static variable in interface org.xwiki.model.reference.PageObjectPropertyReferenceResolver
-
Type instance for PageObjectPropertyReferenceResolver<String>
.
- TYPE_STRING - Static variable in interface org.xwiki.model.reference.PageObjectReferenceResolver
-
Type instance for PageObjectReferenceResolver<String>
.
- TYPE_STRING - Static variable in interface org.xwiki.model.reference.PageReferenceResolver
-
Type instance for PageReferenceResolver<String>
.
- TYPE_STRING - Static variable in interface org.xwiki.model.reference.SpaceReferenceResolver
-
Type instance for SpaceReferenceResolver<String>
.