|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EdgeFactory
| Method Summary | |
|---|---|
boolean |
canBuildCreatEdge(ContentEntityObject contentEntity)
Determines if the edge factory is capable of building create edges for a particular piece of content. |
Edge |
getCreateEdge(ContentEntityObject contentEntity)
Creates a new instance of an edge which indicates new content creation. |
Edge |
getLikeEdge(com.atlassian.user.User liker,
ContentEntityObject likedContent,
Date likeDate)
Creates a new instance of an edge which represents a user liking content. |
| Method Detail |
|---|
Edge getCreateEdge(ContentEntityObject contentEntity)
contentEntity - the new content that has been created
Edge getLikeEdge(com.atlassian.user.User liker,
ContentEntityObject likedContent,
Date likeDate)
boolean canBuildCreatEdge(ContentEntityObject contentEntity)
contentEntity - the content to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||