Class OrganizationOwnedEntityDelegate

java.lang.Object
com.ptc.odata.windchill.entity.service.OrganizationOwnedEntityDelegate
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("organizationOwned") @Scope("singleton") public class OrganizationOwnedEntityDelegate extends Object implements com.ptc.odata.windchill.entity.service.WcEntityDelegate, com.ptc.odata.windchill.entity.processor.EntityProcessorDelegate
Provides navigations for Windchill objects that implement OrganizationOwned. To add organization owned behavior to an entity configuration update the inheritance to include "organizationOwned".
 {
  ...
  "inherits":[ {
     "name":"organizationOwned"
  }],
  ...
 }
 
* 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.core.entity.service.EntityDelegate

    getEdmProvider, setEdmProvider

    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

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

    getInheritedActions, getInheritedFunctions, getOwningDomainName, hasStream