Class EntityReference

java.lang.Object
com.thingworx.entities.EntityReference
All Implemented Interfaces:
Comparable<EntityReference>
Direct Known Subclasses:
SecurityContext

@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public class EntityReference extends Object implements Comparable<EntityReference>
A class meant to be a slimmed down way of passing around a reference to an Entity. It contains the minimal amount of information needed to look up the Entity if inflation is necessary. This class should be used when passing around the fully inflated Entity Instance is not necessary.