Class UserReference

java.lang.Object
org.xwiki.model.reference.EntityReference
org.xwiki.model.reference.AbstractLocalizedEntityReference
org.xwiki.model.reference.DocumentReference
com.xwiki.macros.userprofile.macro.UserReference
All Implemented Interfaces:
Serializable, Cloneable, Comparable<org.xwiki.model.reference.EntityReference>

public class UserReference extends org.xwiki.model.reference.DocumentReference
Class used to associate a picker to the UserProfileMacro user parameter.
Version:
$Id$
See Also:
  • Field Summary

    Fields inherited from class org.xwiki.model.reference.DocumentReference

    TYPE_PROVIDER

    Fields inherited from class org.xwiki.model.reference.EntityReference

    TOSTRING_SERIALIZER
  • Constructor Summary

    Constructors
    Constructor
    Description
    UserReference(org.xwiki.model.reference.EntityReference reference)
    Default constructor.
  • Method Summary

    Methods inherited from class org.xwiki.model.reference.DocumentReference

    getLastSpaceReference, getLocalDocumentReference, getLocaleDocumentReference, getSpaceReferences, getWikiReference, replaceParent, replaceParent, setParent, setType, setWikiReference, toString, withoutLocale

    Methods inherited from class org.xwiki.model.reference.AbstractLocalizedEntityReference

    getLocale, setLocale, setParameter

    Methods inherited from class org.xwiki.model.reference.EntityReference

    appendParent, compareTo, equals, equals, equals, equalsNonRecursive, extractFirstReference, extractReference, getName, getParameter, getParameters, getParent, getReversedReferenceChain, getRoot, getType, hashCode, hasParent, removeParent, setName, setParameters, size

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UserReference

      public UserReference(org.xwiki.model.reference.EntityReference reference)
      Default constructor.
      Parameters:
      reference - an EntityReference