Uses of Class
org.xwiki.model.reference.LocalDocumentReference
-
Packages that use LocalDocumentReference Package Description org.xwiki.model.reference -
-
Uses of LocalDocumentReference in org.xwiki.model.reference
Methods in org.xwiki.model.reference that return LocalDocumentReference Modifier and Type Method Description LocalDocumentReference
DocumentReference. getLocalDocumentReference()
LocalDocumentReference
DocumentReference. getLocaleDocumentReference()
Deprecated.since 9.3RC1/8.4.5, useDocumentReference.getLocalDocumentReference()
insteadLocalDocumentReference
LocalDocumentReference. replaceParent(EntityReference newParent)
Constructors in org.xwiki.model.reference with parameters of type LocalDocumentReference Constructor Description DocumentReference(LocalDocumentReference localDocumentReference, WikiReference wikiReference)
Create a new Document reference from local document reference and wiki reference.
-