Uses of Class
org.xwiki.model.reference.SpaceReference
-
Packages that use SpaceReference Package Description org.xwiki.model.reference org.xwiki.model.script -
-
Uses of SpaceReference in org.xwiki.model.reference
Methods in org.xwiki.model.reference that return SpaceReference Modifier and Type Method Description SpaceReferenceDocumentReference. getLastSpaceReference()SpaceReferenceSpaceReference. replaceParent(EntityReference newParent)SpaceReferenceSpaceReference. replaceParent(EntityReference oldParent, EntityReference newParent)SpaceReferenceSpaceReferenceResolver. resolve(T spaceReferenceRepresentation, Object... parameters)Methods in org.xwiki.model.reference that return types with arguments of type SpaceReference Modifier and Type Method Description List<SpaceReference>DocumentReference. getSpaceReferences()Constructors in org.xwiki.model.reference with parameters of type SpaceReference Constructor Description DocumentReference(String pageName, SpaceReference parent)Create a new Document reference from document name and parent space.DocumentReference(String pageName, SpaceReference parent, Locale locale)Create a new Document reference from document name, parent space and locale.SpaceReference(String spaceName, SpaceReference parent)Create a space reference based on a space name and a parent space reference. -
Uses of SpaceReference in org.xwiki.model.script
Methods in org.xwiki.model.script that return SpaceReference Modifier and Type Method Description SpaceReferenceModelScriptService. createSpaceReference(String spaceName, SpaceReference parent)Creates aSpaceReferencefrom a string representing the space name and the reference of the parent space.SpaceReferenceModelScriptService. createSpaceReference(String spaceName, WikiReference parent)Creates aSpaceReferencefrom a string representing the space name.SpaceReferenceModelScriptService. createSpaceReference(List<String> spaces, WikiReference parent)Creates aSpaceReferencefrom a list of string representing the space name and the name of its parents.SpaceReferenceModelScriptService. resolveSpace(String stringRepresentation, Object... parameters)SpaceReferenceModelScriptService. resolveSpace(String stringRepresentation, String hint, Object... parameters)Methods in org.xwiki.model.script with parameters of type SpaceReference Modifier and Type Method Description DocumentReferenceModelScriptService. createDocumentReference(String pageName, SpaceReference parent)Creates a newDocumentReferencefrom a given page name and the reference of the parent space.SpaceReferenceModelScriptService. createSpaceReference(String spaceName, SpaceReference parent)Creates aSpaceReferencefrom a string representing the space name and the reference of the parent space.
-