アーティクル - CS334941
アノテーションを使用してJavaレベルで定義された実装済みシェイプは、ThingWorxComposerでは公開されません。
修正日: 23-Jun-2022
適用対象
- ThingWorx Platform 9.0
説明
- @ThingworxImplementedShapeDefinitionアノテーションを使用してJavaレベルで定義された実装済みシェイプは、コンポーザーで公開されません
- 例えば:
@ThingworxBaseTemplateDefinition(name = "GenericThing")
@ThingworxImplementedShapeDefinitions(shapes = { @ThingworxImplementedShapeDefinition(name = "MyThingShape") })
public class MyThingTemplate extends Thing {
public MyThingTemplate() {
// TODO Auto-generated constructor stub
}
}
最新バージョンはこちらを参照ください CS334941