Class BasicEntityProcessor
java.lang.Object
com.ptc.odata.core.entity.processor.BasicEntityProcessor
- All Implemented Interfaces:
EntityObjectProcessor
- Direct Known Subclasses:
ClfStructureProcessor,PersistableEntityProcessor
Extends the
Supported API: true
Extendable: true
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:
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ptc.odata.core.entity.processor.EntityObjectProcessor
getCountProcessor, getEntityId, getFilterProcessor, getOrderByProcessor, typeFilteredRelatedData, vetoEmptyPropertyOnNewEntity