Class ProcessObjectEntityDelegate

java.lang.Object
com.ptc.odata.windchill.changemgmt.entity.service.ChangeManagementEntityDelegate
com.ptc.odata.windchill.changemgmt.entity.service.ProcessObjectEntityDelegate
All Implemented Interfaces:
com.ptc.odata.core.entity.service.EntityDelegate, com.ptc.odata.windchill.entity.processor.EntityProcessorDelegate, com.ptc.odata.windchill.entity.service.WcEntityDelegate

@Component("ProcessObjects") @Scope("singleton") public class ProcessObjectEntityDelegate extends ChangeManagementEntityDelegate
Displays Process Objects for Windchill objects that are Change Items. To get Process Objects for a change Item update the entity configuration inheritance to include "ProcessObjects".
 {
  ...
  "inherits":[ {
     "name":"ProcessObjects"
  }],
  ...
 }
 


Supported API: true

Extendable: false
  • Method Summary

    Methods inherited from class com.ptc.odata.windchill.changemgmt.entity.service.ChangeManagementEntityDelegate

    getInheritedAttributes, isValidNavigation, setNavigationAttributes

    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.core.entity.service.EntityDelegate

    getEdmProvider, setEdmProvider

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

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

    Methods inherited from interface com.ptc.odata.windchill.entity.service.WcEntityDelegate

    getInheritedActions, getInheritedFunctions, getOwningDomainName, hasStream