Class ContextEntityDelegate
java.lang.Object
com.ptc.odata.windchill.entity.service.ContextEntityDelegate
- 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("contextManaged")
@Scope("singleton")
public class ContextEntityDelegate
extends Object
implements com.ptc.odata.windchill.entity.service.WcEntityDelegate, com.ptc.odata.windchill.entity.processor.EntityProcessorDelegate
Provides context navigations for Windchill objects that are container managed. To add context managed behavior to an
entity configuration update the inheritance to include "contextManaged".
Supported API: true
Extendable: false
{
...
"inherits":[ {
"name":"contextManaged"
}],
...
}
Supported API: true
Extendable: false
-
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.service.EntityDelegate
getEdmProvider, setEdmProviderMethods inherited from interface com.ptc.odata.windchill.entity.processor.EntityProcessorDelegate
addEntityAssociation, createMediaEntity, deleteAllEntityAssociations, deleteEntityAssociation, getEntityStreamProperties, isValidNavigation, multiOperationPostProcess, multiOperationPreProcess, operationPostProcess, readAction, readActionVoid, readEntityData, readEntitySetData, readFunction, readMediaEntity, updateEntityAssociations, updateMediaEntity, vetoEmptyPropertyOnNewEntityMethods inherited from interface com.ptc.odata.windchill.entity.service.WcEntityDelegate
getInheritedActions, getInheritedFunctions, getOwningDomainName, hasStream