...
Unfortunately this also means that a certain amount of boiler plate code needs to be added to actually make us of this API, work is underway to provide a higher level API in Weave 2.4 that sits on top of the WeaveLink API and provides functionality in terms of entities, maps, etc, but this page documents the WeaveLink COM API.
Gliffy | ||||
---|---|---|---|---|
|
Getting a link to the Weave client
...
This will locate a running instance of Internet Explorer that contains the Weave client based on the window title given as the first parameter, or start a new instance using the seconds second parameter if it can't find one.
...
name | type | optional | description |
---|---|---|---|
item | String | no | The name of the item |
version | String | no | The version string, format will always be major[.minor[.release]], where major, minor and release will be numeric and minor and release are optional |
major | Integer | no | The major version number of the item |
minor | Integer | yes | The minor version number of the item |
release | Integer | yes | The release version number of the components |
...