org.rococoa.cocoa.searchkit
Interface SearchKitLibrary.SKDocumentIndexState

Enclosing interface:
SearchKitLibrary

public static interface SearchKitLibrary.SKDocumentIndexState

SKDocumentIndexState

Summary:
The indexing state of a document.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/SearchKit.framework/Headers/SKIndex.h:134
enum values


Field Summary
static int kSKDocumentStateAddPending
          Document is not in the index but will be added after the index is
flushed or closed.
static int kSKDocumentStateDeletePending
          Document is in the index but will be deleted after the index is
flushed or closed.
static int kSKDocumentStateIndexed
           
static int kSKDocumentStateNotIndexed
           
 

Field Detail

kSKDocumentStateNotIndexed

static final int kSKDocumentStateNotIndexed
See Also:
Constant Field Values

kSKDocumentStateIndexed

static final int kSKDocumentStateIndexed
See Also:
Constant Field Values

kSKDocumentStateAddPending

static final int kSKDocumentStateAddPending
Document is not in the index but will be added after the index is
flushed or closed.

See Also:
Constant Field Values

kSKDocumentStateDeletePending

static final int kSKDocumentStateDeletePending
Document is in the index but will be deleted after the index is
flushed or closed.

See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.