Uses of Interface
com.atlassian.bonnie.Handle
-
-
Uses of Handle in bucket.core.persistence.hibernate
Classes in bucket.core.persistence.hibernate that implement Handle Modifier and Type Class Description classHibernateHandleDeprecated.since 7.20. -
Uses of Handle in com.atlassian.bonnie
Methods in com.atlassian.bonnie that return Handle Modifier and Type Method Description HandleHandleResolver. getHandle(Object obj)Get aHandlefor 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 ObjectAnyTypeDao. 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 classHibernateHandleclassTransientHibernateHandleDeprecated.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 ObjectHibernateAnyTypeDao. 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 HandleLuceneDocumentBuilder. getHandle(Object obj) -
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 classSpaceKeyHandleThe 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 HandleAddChangeDocumentIndexTask. getHandle()HandleAddDocumentIndexTask. getHandle()HandleDeleteChangeDocumentsIndexTask. getHandle()HandleDeleteDocumentIndexTask. getHandle()HandleRebuildChangeDocumentsIndexTask. getHandle()HandleReindexUsersInGroupChangeIndexTask. getHandle()HandleReindexUsersInGroupContentIndexTask. getHandle()HandleUnIndexSpaceChangeIndexTask. getHandle()HandleUnIndexSpaceContentIndexTask. getHandle()HandleUpdateDocumentIndexTask. 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 HandleDocumentBuilder. 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 HandleHandleAware. getHandle() -
Uses of Handle in com.atlassian.confluence.search.lucene
Methods in com.atlassian.confluence.search.lucene with parameters of type Handle Modifier and Type Method Description StringChangeDocumentIdBuilder. getGroupId(Handle handle)Creates an id that uniquely identifies a group of change documents in the index. -
Uses of Handle in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return Handle Modifier and Type Method Description HandleAbstractSearchResult. getHandle()HandleBaseSearchResult. getHandle()Retrieves the handle that can then be used by the AnyTypeDao to retrieve the database object referenced by this search result.HandleProjectedSearchResult. getHandle()
-