atg.endeca.index
Interface RecordSubmitter
- All Superinterfaces: 
- atg.repository.search.indexing.DocumentSubmitter
- public interface RecordSubmitter 
- extends atg.repository.search.indexing.DocumentSubmitter
An interface that extends DocumentSubmitter to support
 the idea of a default locale.
 
 Created: December 01 2011
- See Also:
- RecordSubmitterSession
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
| Fields inherited from interface atg.repository.search.indexing.DocumentSubmitter | 
| INDEXING_MODE_FULL, INDEXING_MODE_INCREMENTAL | 
 
| Method Summary | 
|  java.util.Locale | getDefaultLocale()Get the default locale for the RecordSubmitter.
 | 
 
| Methods inherited from interface atg.repository.search.indexing.DocumentSubmitter | 
| beginSession, cancelSession, endSession | 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
getDefaultLocale
java.util.Locale getDefaultLocale()
- Get the default locale for the RecordSubmitter. Used
 when the current context has no locale.
 
- 
 
-