Class FolderedEntityDelegateProcessor

java.lang.Object
com.ptc.odata.windchill.entity.processor.FolderedEntityDelegateProcessor
All Implemented Interfaces:
com.ptc.odata.windchill.entity.processor.EntityProcessorDelegate

@Component("foldered.processor") @Scope("singleton") public class FolderedEntityDelegateProcessor extends Object implements com.ptc.odata.windchill.entity.processor.EntityProcessorDelegate
Provides context navigations for Windchill objects that are foldered. To add foldered behavior to an entity configuration update the inheritance to include "foldered".
 { 
  ...
  "inherits":[ {
     "name":"foldered"
  }],
  ...
 }
 


Supported API: true

Extendable: false
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.ptc.odata.windchill.entity.processor.EntityProcessorDelegate

    addEntityAssociation, createMediaEntity, deleteAllEntityAssociations, deleteEntityAssociation, getEntityStreamProperties, isValidNavigation, multiOperationPostProcess, multiOperationPreProcess, operationPostProcess, operationPreProcess, readAction, readActionVoid, readEntityData, readEntitySetData, readFunction, readMediaEntity, updateEntityAssociations, updateMediaEntity, vetoEmptyPropertyOnNewEntity