@ThingworxExtensionApiClass(since={7,4}) public interface IThingInitializeHandler
Modifier and Type | Method and Description |
---|---|
void |
handleInitializeThing(Thing thing) |
void |
handleInitializeThing(Thing thing,
PatchType patchType) |
@ThingworxExtensionApiMethod(since={7,4}) void handleInitializeThing(Thing thing) throws java.lang.Exception
java.lang.Exception
- If an error occurs@ThingworxExtensionApiMethod(since={9,0}) void handleInitializeThing(Thing thing, PatchType patchType) throws java.lang.Exception
java.lang.Exception
- If an error occurs