Class StandardObjComparisonService

java.lang.Object
wt.services.StandardManager
com.ptc.core.ocmp.service.StandardObjComparisonService
All Implemented Interfaces:
ObjComparisonService, Serializable, wt.fc._NetFactor, NetFactor, wt.services.Manager

public class StandardObjComparisonService extends StandardManager implements ObjComparisonService
The default implementation of the object comparison service. It's main job is to identify the comparison operation and delegate the actual comparison to any of the comparators configured in the object comparison configuration resource.

Use the newStandardObjComparisonService static factory method(s), not the StandardObjComparisonService constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: