Interface EdgeDocumentFactory
- All Known Implementing Classes:
- DefaultEdgeDocumentFactory
public interface EdgeDocumentFactory
Responsible for creating an Atlassian document that represents an edge.
- 
Method SummaryModifier and TypeMethodDescriptionbuildDocument(String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, Date date, String edgeTypeKey) Build the AtlassianDocument which will be stored as an edge index document
- 
Method Details- 
buildDocumentAtlassianDocument buildDocument(String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, Date date, String edgeTypeKey) Build the AtlassianDocument which will be stored as an edge index document- Parameters:
- edgeId- the edge ID
- userKey- the user key
- target- the target object (usually a page, blog post or comment)
- date- the date when this edge index is created
- edgeTypeKey- the edge type
- Returns:
- the AtlassianDocumentrepresenting the edge index document
 
 
-