Class BasicEntityProcessor

java.lang.Object
com.ptc.odata.core.entity.processor.BasicEntityProcessor
All Implemented Interfaces:
EntityObjectProcessor
Direct Known Subclasses:
ClfStructureProcessor, PersistableEntityProcessor

public class BasicEntityProcessor extends Object implements EntityObjectProcessor
Extends the EntityProcessor and implements all CRUD operations by invoking a specified entity javascript file. The Entity javascript by convention should be the same name of the Entity JSON config but end with '.js' instead of '.json'. The Entity javascript file should be in the same location as the JSON config file.

Supported API: true

Extendable: true
See Also:
  • EntityProviderDelegate
  • EntityProviderProcessor