Uses of Package
org.xwiki.model.reference
-
Packages that use org.xwiki.model.reference Package Description org.xwiki.model org.xwiki.model.reference org.xwiki.model.script -
Classes in org.xwiki.model.reference used by org.xwiki.model Class Description EntityReference Represents a reference to an Entity (Document, Attachment, Space, Wiki, etc). -
Classes in org.xwiki.model.reference used by org.xwiki.model.reference Class Description AbstractLocalizedEntityReference Represents an entity reference which contains a locale.AttachmentReference Represents a reference to an Attachment (document reference and file name).BlockReference Reference to a block, a structured part of the content of a document or an object property.ClassPropertyReference References a property in a class in a document (the description of the property).DocumentReference Represents a reference to a document (wiki, space and document names).EntityReference Represents a reference to an Entity (Document, Attachment, Space, Wiki, etc).EntityReferenceSet A set of entities references.EntityReferenceTreeNode A node in aEntityReferenceTree
.LocalDocumentReference Represents a reference to a document in the current wiki.LocalPageReference Represents a reference to a page in the current wiki.ObjectPropertyReference References a property in an object in a document (the value of the property).ObjectReference Reference to an object in a document (by classname and index, document, space, wiki).PageAttachmentReference Represents a reference to an Attachment (page reference and file name).PageClassPropertyReference References a property in a class in a page (the description of the property).PageObjectPropertyReference References a property in an object in a document (the value of the property).PageObjectReference Reference to an object in a page (by classname and index, page, wiki).PageReference Represents a reference to a page.PartialEntityReference AnEntityReference
used to match another one.SpaceReference Represents a reference to a space (space name).WikiReference Represents a reference to a wiki (wiki name). -
Classes in org.xwiki.model.reference used by org.xwiki.model.script Class Description AttachmentReference Represents a reference to an Attachment (document reference and file name).ClassPropertyReference References a property in a class in a document (the description of the property).DocumentReference Represents a reference to a document (wiki, space and document names).EntityReference Represents a reference to an Entity (Document, Attachment, Space, Wiki, etc).EntityReferenceTree Expose a set of references as a tree.ObjectPropertyReference References a property in an object in a document (the value of the property).ObjectReference Reference to an object in a document (by classname and index, document, space, wiki).PageAttachmentReference Represents a reference to an Attachment (page reference and file name).PageClassPropertyReference References a property in a class in a page (the description of the property).PageObjectPropertyReference References a property in an object in a document (the value of the property).PageObjectReference Reference to an object in a page (by classname and index, page, wiki).PageReference Represents a reference to a page.SpaceReference Represents a reference to a space (space name).WikiReference Represents a reference to a wiki (wiki name).