Constructor
new ExternalApplication()
Methods
(static) wrap(uuid) → {Promise.<ExternalApplication>}
Asynchronously returns an External Application object that represents an existing external application.
Parameters:
Name | Type | Description |
---|---|---|
uuid |
string | The UUID of the external application to be wrapped |
- Tutorials:
Returns:
- Type
- Promise.<ExternalApplication>
(static) wrapSync(uuid) → {ExternalApplication}
Synchronously returns an External Application object that represents an existing external application.
Parameters:
Name | Type | Description |
---|---|---|
uuid |
string | The UUID of the external application to be wrapped |
- Tutorials:
Returns:
- Type
- ExternalApplication
getInfo() → {Promise.<ExternalApplicationInfo>}
Retrieves information about the external application.
- Tutorials:
Returns:
- Type
- Promise.<ExternalApplicationInfo>