Interface IReconcilerExtension
-
- All Known Implementing Classes:
Reconciler
public interface IReconcilerExtension
ExtendsIReconciler
with the ability to be aware of documents with multiple partitionings.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDocumentPartitioning()
Returns the partitioning this reconciler is using.
-
-
-
Method Detail
-
getDocumentPartitioning
String getDocumentPartitioning()
Returns the partitioning this reconciler is using.- Returns:
- the partitioning this reconciler is using
-
-