Class DefaultXMLFilterEntry

java.lang.Object
com.ptc.transformation.filter.DefaultXMLFilterEntry
All Implemented Interfaces:
com.ptc.transformation.filter.XMLFilterEntry, Serializable
Direct Known Subclasses:
VersionedXMLFilterEntry

public class DefaultXMLFilterEntry extends Object implements com.ptc.transformation.filter.XMLFilterEntry, Serializable
DefaultXMLFilterEntry which provides Ufid as its identity Entry which are used by Dependency filters. This provide final implementation for getIdentityEntries, getRootTag and getEntryName which are populated by framework. The object owner who extends this should provide implementation for only getIndentityKeys. Where they can define their own identity keys based their XML element definition as per standardXXX.dtd Identity keys are nothing but, XPATH identification of elements as per their DTD definition.

Supported API: true

Extendable: true
See Also: