|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.plugins.edgeindex.model.ContentEntityEdgeTargetInfo
public class ContentEntityEdgeTargetInfo
Constructor Summary | |
---|---|
ContentEntityEdgeTargetInfo(java.lang.String edgeTargetType,
ContentEntityObjectId targetId,
float score)
|
Method Summary | |
---|---|
int |
compareTo(ContentEntityEdgeTargetInfo o)
|
float |
getScore()
|
ContentEntityObjectId |
getTargetId()
|
java.lang.String |
getTargetType()
|
void |
incrementScore(float score)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentEntityEdgeTargetInfo(java.lang.String edgeTargetType, ContentEntityObjectId targetId, float score)
Method Detail |
---|
public java.lang.String getTargetType()
getTargetType
in interface EdgeTargetInfo
public ContentEntityObjectId getTargetId()
getTargetId
in interface EdgeTargetInfo
public float getScore()
getScore
in interface EdgeTargetInfo
public void incrementScore(float score)
public int compareTo(ContentEntityEdgeTargetInfo o)
compareTo
in interface java.lang.Comparable<ContentEntityEdgeTargetInfo>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |