C G I O R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- className - Variable in class org.xwiki.annotation.reference.IndexedObjectReference
-
The class name of this object, as set by the caller.
G
- getClassName() - Method in class org.xwiki.annotation.reference.IndexedObjectReference
- getObjectNumber() - Method in class org.xwiki.annotation.reference.IndexedObjectReference
I
- IndexedObjectReference - Class in org.xwiki.annotation.reference
-
Object reference implementation for object names generated in
className[objectNumber]
format. - IndexedObjectReference(String, Integer, EntityReference) - Constructor for class org.xwiki.annotation.reference.IndexedObjectReference
-
Builds an indexed object reference for the object of class
className
with indexobjectNumber
in the document referenced byparent
. - IndexedObjectReference(EntityReference) - Constructor for class org.xwiki.annotation.reference.IndexedObjectReference
-
Constructor which would raise exceptions if the source entity reference does not have the appropriate type or parent, etc.
O
- objectNumber - Variable in class org.xwiki.annotation.reference.IndexedObjectReference
-
The number of this object, as set by the caller.
- org.xwiki.annotation.reference - package org.xwiki.annotation.reference
R
- resolve(String, EntityType) - Method in interface org.xwiki.annotation.reference.TypedStringEntityReferenceResolver
S
- serialize(EntityReference) - Method in interface org.xwiki.annotation.reference.TypedStringEntityReferenceSerializer
- setName(String) - Method in class org.xwiki.annotation.reference.IndexedObjectReference
T
- TypedStringEntityReferenceResolver - Interface in org.xwiki.annotation.reference
-
Typed version of the entity reference resolver from string representations which gets its type from the string serialization, in the form
type://
and, if no such type specification is found, it uses the default passed type. - TypedStringEntityReferenceSerializer - Interface in org.xwiki.annotation.reference
-
Typed flavour of the
EntityReferenceSerializer<String>
, which adds the type in front of it in the string serialization (e.g.
All Classes All Packages