All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AbstractLocalizedEntityReference |
Represents an entity reference which contains a locale.
|
AttachmentReference |
Represents a reference to an Attachment (document reference and file name).
|
AttachmentReferenceConverter |
|
AttachmentReferenceResolver<T> |
Resolve an Attachment reference defined in a given representation into a validated AttachmentReference
object, ie with valid values and a valid hierarchy (eg an Attachment reference must have a parent which is a document
reference, reference values must not be null, etc).
|
BlockReference |
Reference to a block, a structured part of the content of a document or an object property.
|
BlockReferenceResolver<T> |
Resolve a Block reference from the referenced instance or another representation into a validated
BlockReference object.
|
ClassPropertyReference |
References a property in a class in a document (the description of the property).
|
DocumentNamespace |
Typed Namespace for documents.
|
DocumentReference |
Represents a reference to a document (wiki, space and document names).
|
DocumentReferenceResolver<T> |
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).
|
DocumentVersionReference |
A reference to a document version.
|
EntityReference |
Represents a reference to an Entity (Document, Attachment, Space, Wiki, etc).
|
EntityReferenceProvider |
Return default values for specified Entity Reference types.
|
EntityReferenceResolver<T> |
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> |
Generate a different representation of an Entity Reference (eg as a String).
|
EntityReferenceSet |
A set of entities references.
|
EntityReferenceString |
|
EntityReferenceTree |
Expose a set of references as a tree.
|
EntityReferenceTreeNode |
|
EntityReferenceValueProvider |
Deprecated.
|
EntityType |
Represents a type of entity (ie a Model Object such as a Wiki, a Space, a Document, an Attachment, etc).
|
InvalidEntityReferenceException |
Thrown when an Entity Reference isn't valid.
|
LocalDocumentReference |
Represents a reference to a document in the current wiki.
|
LocalPageReference |
Represents a reference to a page in the current wiki.
|
ModelConfiguration |
Provides configuration options for the Model module.
|
ModelContext |
Allows accessing Model Objects for current objects (current document, current wiki, current space, etc) placed in the
Execution Context.
|
ModelScriptService |
Provides Model-specific Scripting APIs.
|
ObjectPropertyReference |
References a property in an object in a document (the value of the property).
|
ObjectPropertyReferenceResolver<T> |
Resolve a Property reference defined in a given representation into a validated ObjectPropertyReference
object, i.e.
|
ObjectReference |
Reference to an object in a document (by classname and index, document, space, wiki).
|
ObjectReferenceResolver<T> |
Resolve an Object reference defined in a given representation into a validated ObjectReference object, i.e.
|
PageAttachmentReference |
Represents a reference to an Attachment (page reference and file name).
|
PageAttachmentReferenceResolver<T> |
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 |
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).
|
PageObjectPropertyReferenceResolver<T> |
|
PageObjectReference |
Reference to an object in a page (by classname and index, page, wiki).
|
PageObjectReferenceResolver<T> |
Resolve an Object reference defined in a given representation into a validated PageObjectReference object,
i.e.
|
PageReference |
Represents a reference to a page.
|
PageReferenceResolver<T> |
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 |
|
RegexEntityReference |
|
SpaceNamespace |
Typed Namespace for spaces.
|
SpaceReference |
Represents a reference to a space (space name).
|
SpaceReferenceResolver<T> |
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).
|
UserNamespace |
Typed Namespace for users.
|
WikiNamespace |
Typed Namespace for wikis.
|
WikiReference |
Represents a reference to a wiki (wiki name).
|