Uses of Interface
com.atlassian.bonnie.Handle
-
Packages that use Handle Package Description bucket.core.persistence.hibernate com.atlassian.bonnie com.atlassian.confluence.core.persistence com.atlassian.confluence.core.persistence.hibernate com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.internal.search com.atlassian.confluence.internal.search.tasks com.atlassian.confluence.internal.search.v2.lucene Provides a Lucene-backed implementation of theSearchManager
.com.atlassian.confluence.search com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of Handle in bucket.core.persistence.hibernate
Classes in bucket.core.persistence.hibernate that implement Handle Modifier and Type Class Description class
HibernateHandle
Deprecated.since 7.20. -
Uses of Handle in com.atlassian.bonnie
Methods in com.atlassian.bonnie that return Handle Modifier and Type Method Description Handle
HandleResolver. getHandle(Object obj)
Get aHandle
for a particular Object -
Uses of Handle in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence that return types with arguments of type Handle Modifier and Type Method Description List<Handle>
AnyTypeDao. findAllPersistentObjectsHandles()
Deprecated.since 7.14Methods in com.atlassian.confluence.core.persistence with parameters of type Handle Modifier and Type Method Description Object
AnyTypeDao. findByHandle(Handle handle)
Deprecated.Find a persistent object by its handle. -
Uses of Handle in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement Handle Modifier and Type Class Description class
HibernateHandle
class
TransientHibernateHandle
Deprecated.since 8.0.0Methods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type Handle Modifier and Type Method Description List<Handle>
HibernateAnyTypeDao. findAllPersistentObjectsHandles()
Deprecated.Methods in com.atlassian.confluence.core.persistence.hibernate with parameters of type Handle Modifier and Type Method Description @Nullable Object
HibernateAnyTypeDao. findByHandle(Handle handle)
Deprecated. -
Uses of Handle in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene that return Handle Modifier and Type Method Description Handle
LuceneDocumentBuilder. getHandle(Object obj)
-
Uses of Handle in com.atlassian.confluence.internal.search
Methods in com.atlassian.confluence.internal.search with parameters of type Handle Modifier and Type Method Description String
ChangeDocumentIdBuilder. getGroupId(Handle handle)
Creates an id that uniquely identifies a group of change documents in the index. -
Uses of Handle in com.atlassian.confluence.internal.search.tasks
Classes in com.atlassian.confluence.internal.search.tasks that implement Handle Modifier and Type Class Description class
SpaceKeyHandle
The spaceKey is sufficient to serve as the handle for spaces stored in the index.Methods in com.atlassian.confluence.internal.search.tasks that return Handle Modifier and Type Method Description Handle
AddChangeDocumentIndexTask. getHandle()
Handle
AddDocumentIndexTask. getHandle()
Handle
DeleteChangeDocumentsIndexTask. getHandle()
Handle
DeleteDocumentIndexTask. getHandle()
Handle
RebuildChangeDocumentsIndexTask. getHandle()
Handle
ReindexUsersInGroupChangeIndexTask. getHandle()
Handle
ReindexUsersInGroupContentIndexTask. getHandle()
Handle
UnIndexSpaceChangeIndexTask. getHandle()
Handle
UnIndexSpaceContentIndexTask. getHandle()
Handle
UpdateDocumentIndexTask. getHandle()
-
Uses of Handle in com.atlassian.confluence.internal.search.v2.lucene
Methods in com.atlassian.confluence.internal.search.v2.lucene that return Handle Modifier and Type Method Description Handle
DocumentBuilder. getHandle(Object obj)
-
Uses of Handle in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return Handle Modifier and Type Method Description Handle
HandleAware. getHandle()
-
Uses of Handle in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return Handle Modifier and Type Method Description Handle
AbstractSearchResult. getHandle()
Handle
BaseSearchResult. getHandle()
Retrieves the handle that can then be used by the AnyTypeDao to retrieve the database object referenced by this search result.Handle
ProjectedSearchResult. getHandle()
-