|
| Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
| Name | Type | Description |
|---|---|---|
| featureInfo* | ConverterLicenseFeatureInfo[] |
The list of features that can be licensed.
|
| licenseInfo | ConverterLicenseInfo |
Since Converter API 2.0 |
| source | ConverterLicenseSource |
Returns a data object type of LicenseSource.
|
Methods
| Methods defined in this Managed Object |
|---|
| ConverterCheckLicenseFeature, ConverterConfigureLicenseSource |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConverterLicenseManager used to make the method call. |
| featureKey P | xsd:string |
Name of the feature to enable.
Since Converter API 1.0 |
Return Value
| Type | Description |
|---|---|
| xsd:boolean | Returns true if the feature is enabled and false if it is not. |
Faults
| Type | Description |
|---|---|
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
Parameters
| Name | Type | Description |
|---|---|---|
| _this | ManagedObjectReference | A reference to the ConverterLicenseManager used to make the method call. |
| licenseSource P | ConverterLicenseSource |
licenseSource data.
Since Converter API 1.0 |
Return Value
| Type | Description |
|---|---|
| None | |
Faults
| Type | Description |
|---|---|
| InvalidLicense | Thrown if the new license source is LocalLicenseSource and the license file is not valid. |
| RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
| Type | |
|---|---|
| None | |
| Top of page | Local Properties | Local Methods | |
| Managed Object Types | Data Object Types | All Properties | All Methods |