Skip navigation links
Thingworx Platform API
8.5.0
com.thingworx.metadata.annotations

Annotation Type ThingworxServiceMappings



  • @Target(value=TYPE)
     @Retention(value=RUNTIME)
     @ThingworxExtensionApiAnnotation(since={6,6})
    public @interface ThingworxServiceMappings
    Contains a collection of service mappings to various characteristics of a thing or thing template.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      ThingworxServiceMapping[] mappings


      Required parameter: a collection of characteristic-to-service mappings.
    • Element Detail

      • mappings

        public abstract ThingworxServiceMapping[] mappings


        Required parameter: a collection of characteristic-to-service mappings.