@Unstable
public interface Rating
Modifier and Type | Method and Description |
---|---|
org.xwiki.user.UserReference |
getAuthor() |
Date |
getCreatedAt() |
String |
getId() |
String |
getManagerId() |
org.xwiki.model.reference.EntityReference |
getReference() |
int |
getScaleUpperBound() |
Date |
getUpdatedAt() |
int |
getVote() |
String getId()
String getManagerId()
org.xwiki.model.reference.EntityReference getReference()
org.xwiki.user.UserReference getAuthor()
Date getCreatedAt()
Date getUpdatedAt()
getCreatedAt()
if no
update has been performed.int getVote()
int getScaleUpperBound()
Copyright © 2004–2021 XWiki. All rights reserved.