Interface SnIndexerItemSourceOperation
-
- All Known Implementing Classes:
DefaultSnIndexerItemSourceOperation
public interface SnIndexerItemSourceOperationDefines the operation to be applied on an indexer item source.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SnDocumentOperationTypegetDocumentOperationType()Returns the document operation type.SnIndexerItemSourcegetIndexerItemSource()Returns the indexer item source.
-
-
-
Method Detail
-
getDocumentOperationType
SnDocumentOperationType getDocumentOperationType()
Returns the document operation type.- Returns:
- the document operation type.
-
getIndexerItemSource
SnIndexerItemSource getIndexerItemSource()
Returns the indexer item source.- Returns:
- the the indexer item source.
-
-