Class EntityContext
- java.lang.Object
-
- com.thingworx.externalapplication.EntityContext
-
- All Implemented Interfaces:
INamedObject
@ThingworxExtensionApiClass(since={9,0}) public class EntityContext extends java.lang.Object implements INamedObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntityContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationTableCollection
getConfigurationData()
java.lang.String
getDescription()
RelationshipTypes.ThingworxRelationshipTypes
getEntityType()
java.lang.String
getName()
InfoTable
getPropertyValues()
-
-
-
Method Detail
-
getDescription
@ThingworxExtensionApiMethod(since={9,0}) public java.lang.String getDescription()
- Specified by:
getDescription
in interfaceINamedObject
-
getName
@ThingworxExtensionApiMethod(since={9,0}) public java.lang.String getName()
- Specified by:
getName
in interfaceINamedObject
-
getEntityType
@ThingworxExtensionApiMethod(since={9,0}) public RelationshipTypes.ThingworxRelationshipTypes getEntityType()
-
getConfigurationData
@ThingworxExtensionApiMethod(since={9,0}) public ConfigurationTableCollection getConfigurationData()
-
getPropertyValues
@ThingworxExtensionApiMethod(since={9,0}) public InfoTable getPropertyValues()
-
-