Package com.logicaldoc.comparison
Class WorkShareComparator
java.lang.Object
com.logicaldoc.comparison.AbstractDocumentComparator
com.logicaldoc.comparison.WorkShareComparator
- All Implemented Interfaces:
 DocumentComparator
A comparator that uses WorkShare
- Since:
 - 8.2.3
 - Author:
 - Marco Meschieri - LogicalDOC
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionImplementations should return the list of the required parameters.Methods inherited from class com.logicaldoc.comparison.AbstractDocumentComparator
compare, compare, equals, getParameter, getParameters, hashCode, isEnabled, loadParameters, setEnabled 
- 
Constructor Details
- 
WorkShareComparator
public WorkShareComparator() 
 - 
 - 
Method Details
- 
getParameterNames
Description copied from interface:DocumentComparatorImplementations should return the list of the required parameters. A parameter is stored in the context as comparator.SimpleClassName.parameter = value- Specified by:
 getParameterNamesin interfaceDocumentComparator- Overrides:
 getParameterNamesin classAbstractDocumentComparator- Returns:
 - the list of configuration parameters
 
 
 -