Package com.thingworx.entities.utils
Class ThingShapeUtilities
- java.lang.Object
-
- com.thingworx.entities.utils.ThingShapeUtilities
-
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class ThingShapeUtilities extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ThingShapeUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<java.lang.String>
getImplementingThingNames(EntityReference thingShapeRef)
static java.util.Set<java.lang.String>
getImplementingThingNames(ThingShape thingShape)
static java.util.Set<java.lang.String>
getImplementingThingNames(java.lang.String thingShapeName)
static EntityReferenceCollection
getImplementingThingPackages(EntityReference shapeReference)
static EntityReferenceCollection
getImplementingThings(EntityReference shapeReference)
static EntityReferenceCollection
getImplementingThings(ThingShape thingShape)
static EntityReferenceCollection
getImplementingThingTemplates(EntityReference shapeReference)
-
-
-
Method Detail
-
getImplementingThingPackages
@ThingworxExtensionApiMethod(since={6,6}) public static EntityReferenceCollection getImplementingThingPackages(EntityReference shapeReference)
-
getImplementingThingTemplates
@ThingworxExtensionApiMethod(since={6,6}) public static EntityReferenceCollection getImplementingThingTemplates(EntityReference shapeReference)
-
getImplementingThings
@ThingworxExtensionApiMethod(since={6,6}) public static EntityReferenceCollection getImplementingThings(EntityReference shapeReference)
-
getImplementingThings
@ThingworxExtensionApiMethod(since={6,6}) public static EntityReferenceCollection getImplementingThings(ThingShape thingShape)
-
getImplementingThingNames
@ThingworxExtensionApiMethod(since={7,1}) public static java.util.Set<java.lang.String> getImplementingThingNames(EntityReference thingShapeRef)
-
getImplementingThingNames
@ThingworxExtensionApiMethod(since={6,6}) public static java.util.Set<java.lang.String> getImplementingThingNames(ThingShape thingShape)
-
getImplementingThingNames
@ThingworxExtensionApiMethod(since={7,1}) public static java.util.Set<java.lang.String> getImplementingThingNames(java.lang.String thingShapeName)
-
-