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
-
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:DocumentComparator
Implementations should return the list of the required parameters. A parameter is stored in the context as comparator.SimpleClassName.parameter = value- Specified by:
getParameterNames
in interfaceDocumentComparator
- Overrides:
getParameterNames
in classAbstractDocumentComparator
- Returns:
- the list of configuration parameters
-