@ThingworxExtensionApiClass(since={6,6}) public interface IImplementableEntity
Modifier and Type | Method and Description |
---|---|
InfoTable |
GetImplementingThings() |
InfoTable |
GetImplementingThingsWithData() |
InfoTable |
QueryImplementingThings(java.lang.Double maxItems,
TagCollection tags,
java.lang.String nameMask,
org.json.JSONObject query) |
InfoTable |
QueryImplementingThingsWithData(java.lang.Double maxItems,
TagCollection tags,
java.lang.String nameMask,
org.json.JSONObject query) |
InfoTable |
QueryImplementingThingsWithNamedData(java.lang.Double maxItems,
TagCollection tags,
java.lang.String nameMask,
org.json.JSONObject query,
InfoTable propertyNames,
InfoTable basicPropertyNames) |
@ThingworxExtensionApiMethod(since={6,6}) InfoTable GetImplementingThings() throws java.lang.Exception
java.lang.Exception
- If an error occurs@ThingworxExtensionApiMethod(since={6,6}) InfoTable GetImplementingThingsWithData() throws java.lang.Exception
java.lang.Exception
- If an error occurs@ThingworxExtensionApiMethod(since={6,6}) InfoTable QueryImplementingThings(java.lang.Double maxItems, TagCollection tags, java.lang.String nameMask, org.json.JSONObject query) throws java.lang.Exception
java.lang.Exception
- If an error occurs@ThingworxExtensionApiMethod(since={6,6}) InfoTable QueryImplementingThingsWithData(java.lang.Double maxItems, TagCollection tags, java.lang.String nameMask, org.json.JSONObject query) throws java.lang.Exception
java.lang.Exception
- If an error occurs@ThingworxExtensionApiMethod(since={8,1}) InfoTable QueryImplementingThingsWithNamedData(java.lang.Double maxItems, TagCollection tags, java.lang.String nameMask, org.json.JSONObject query, InfoTable propertyNames, InfoTable basicPropertyNames) throws java.lang.Exception
java.lang.Exception
- If an error occurs