Class SpaceKeyHandle
- java.lang.Object
-
- com.atlassian.confluence.internal.search.tasks.SpaceKeyHandle
-
- All Implemented Interfaces:
Handle,Serializable
@LuceneIndependent public class SpaceKeyHandle extends Object implements Handle
The spaceKey is sufficient to serve as the handle for spaces stored in the index.- Since:
- 7.9.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpaceKeyHandle(String key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()ThetoString()method of a Handle must be written so that the AnyTypeObjectDao (for example) can resolve the String representation of a Handle back to a Handle object, and thus find the referenced object
-
-
-
Constructor Detail
-
SpaceKeyHandle
public SpaceKeyHandle(String key)
-
-