Class ResultingObjectEntityDelegate
java.lang.Object
com.ptc.odata.windchill.changemgmt.entity.service.ChangeManagementEntityDelegate
com.ptc.odata.windchill.changemgmt.entity.service.ResultingObjectEntityDelegate
- 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("ResultingObjects")
@Scope("singleton")
public class ResultingObjectEntityDelegate
extends ChangeManagementEntityDelegate
Displays Resulting Objects for Windchill Change Order or Unincorporated Links or Resulting Links that are Changeables
which are associated through resulting and/or unincorporated. To get Resulting Objects associated with a change
order, unincorporated links, resulting links update the entity configuration inheritance to include
"ResultingObjects".
Supported API: true
Extendable: false
{
...
"inherits":[ {
"name":"ResultingObjects"
}],
...
}
Supported API: true
Extendable: false
-
Method Summary
Methods inherited from class com.ptc.odata.windchill.changemgmt.entity.service.ChangeManagementEntityDelegate
getInheritedAttributes, getInheritedNavBindings, getInheritedNavProperties, isValidNavigation, setNavigationAttributesMethods 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, multiOperationPostProcess, multiOperationPreProcess, operationPostProcess, operationPreProcess, processAdditionalAttributes, readAction, readActionVoid, readEntityData, readEntitySetData, readFunction, readMediaEntity, updateEntityAssociations, updateMediaEntity, vetoEmptyPropertyOnNewEntityMethods inherited from interface com.ptc.odata.windchill.entity.service.WcEntityDelegate
getInheritedActions, getInheritedFunctions, getOwningDomainName, hasStream