Uses of Class
com.atlassian.confluence.search.v2.AtlassianDocument
-
Packages that use AtlassianDocument Package Description com.atlassian.confluence.internal.index.v2 com.atlassian.confluence.plugins.edgeindex com.atlassian.confluence.plugins.edgeindex.tasks com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of AtlassianDocument in com.atlassian.confluence.internal.index.v2
Methods in com.atlassian.confluence.internal.index.v2 that return AtlassianDocument Modifier and Type Method Description AtlassianDocumentAtlassianChangeDocumentBuilder. build(Searchable searchable)AtlassianDocumentAtlassianContentDocumentBuilder. build(Searchable searchable)AtlassianDocumentMergingAtlassianDocumentBuilder. build(T searchable) -
Uses of AtlassianDocument in com.atlassian.confluence.plugins.edgeindex
Methods in com.atlassian.confluence.plugins.edgeindex that return AtlassianDocument Modifier and Type Method Description AtlassianDocumentDefaultEdgeDocumentFactory. buildDocument(String edgeId, com.atlassian.sal.api.user.UserKey userKey, ContentEntityObject target, Date date, String edgeTypeKey)AtlassianDocumentEdgeDocumentFactory. 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 -
Uses of AtlassianDocument in com.atlassian.confluence.plugins.edgeindex.tasks
Constructors in com.atlassian.confluence.plugins.edgeindex.tasks with parameters of type AtlassianDocument Constructor Description AddEdgeDocumentIndexTask(AtlassianDocument document) -
Uses of AtlassianDocument in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return AtlassianDocument Modifier and Type Method Description AtlassianDocumentAtlassianDocument. addField(FieldDescriptor field)AtlassianDocumentAtlassianDocument. addFields(Collection<FieldDescriptor> fields)AtlassianDocumentAtlassianDocumentBuilder. build(T searchable)Methods in com.atlassian.confluence.search.v2 with parameters of type AtlassianDocument Modifier and Type Method Description voidSearchIndexWriter. add(AtlassianDocument document)
-