Package org.bedework.calfacade.indexing
Class IndexKeys
java.lang.Object
org.bedework.calfacade.indexing.IndexKeys
Create keys for indexing
- Author:
- Mike Douglass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmakeKeyVal(String type, String href, String recurid) Called to make a key value for a record.
-
Constructor Details
-
IndexKeys
public IndexKeys()
-
-
Method Details
-
makeKeyVal
Called to make a key value for a record.- Parameters:
type- of the recordhref- of the recordrecurid- of the record or null- Returns:
- String String which uniquely identifies the record
-