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_PROVIDERFields inherited from class org.xwiki.model.reference.EntityReference
TOSTRING_SERIALIZER -
Constructor Summary
ConstructorsConstructorDescriptionUserReference(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, withoutLocaleMethods inherited from class org.xwiki.model.reference.AbstractLocalizedEntityReference
getLocale, setLocale, setParameterMethods 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
-
Constructor Details
-
UserReference
public UserReference(org.xwiki.model.reference.EntityReference reference) Default constructor.- Parameters:
reference- an EntityReference
-