@@ -16,15 +16,15 @@ import itemToObject from '../converters/itemToObject';
16
16
17
17
/**
18
18
* JS representation of the Licensee Service. See NetLicensingAPI for details:
19
- * https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services
19
+ * https://netlicensing.io/wiki/licensee-services
20
20
*
21
21
* @constructor
22
22
*/
23
23
24
24
export default {
25
25
/**
26
26
* Creates new licensee object with given properties.See NetLicensingAPI for details:
27
- * @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Createlicensee
27
+ * @see https://netlicensing.io/wiki/licensee-services#create-licensee
28
28
*
29
29
* determines the vendor on whose behalf the call is performed
30
30
* @param context NetLicensing.Context
@@ -52,7 +52,7 @@ export default {
52
52
53
53
/**
54
54
* Gets licensee by its number.See NetLicensingAPI for details:
55
- * @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Getlicensee
55
+ * @see https://netlicensing.io/wiki/licensee-services#get-licensee
56
56
*
57
57
* determines the vendor on whose behalf the call is performed
58
58
* @param context NetLicensing.Context
@@ -74,7 +74,7 @@ export default {
74
74
75
75
/**
76
76
* Returns all licensees of a vendor.See NetLicensingAPI for details:
77
- * @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Licenseeslist
77
+ * @see https://netlicensing.io/wiki/licensee-services#licensees-list
78
78
*
79
79
* determines the vendor on whose behalf the call is performed
80
80
* @param context NetLicensing.Context
@@ -109,7 +109,7 @@ export default {
109
109
110
110
/**
111
111
* Updates licensee properties.See NetLicensingAPI for details:
112
- * @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Updatelicensee
112
+ * @see https://netlicensing.io/wiki/licensee-services#update-licensee
113
113
*
114
114
* determines the vendor on whose behalf the call is performed
115
115
* @param context NetLicensing.Context
@@ -134,7 +134,7 @@ export default {
134
134
135
135
/**
136
136
* Deletes licensee.See NetLicensingAPI for details:
137
- * @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Deletelicensee
137
+ * @see https://netlicensing.io/wiki/licensee-services#delete-licensee
138
138
*
139
139
* determines the vendor on whose behalf the call is performed
140
140
* @param context NetLicensing.Context
@@ -159,7 +159,7 @@ export default {
159
159
160
160
/**
161
161
* Validates active licenses of the licensee. See NetLicensingAPI for details:
162
- * @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Validatelicensee
162
+ * @see https://netlicensing.io/wiki/licensee-services#validate-licensee
163
163
*
164
164
* @param context NetLicensing.Context
165
165
*
@@ -228,7 +228,7 @@ export default {
228
228
229
229
/**
230
230
* Transfer licenses between licensees.
231
- * @see https://www.labs64.de/confluence/display/NLICPUB/Licensee+Services#LicenseeServices-Transferlicensee
231
+ * @see https://netlicensing.io/wiki/licensee-services#transfer-licenses
232
232
*
233
233
* determines the vendor on whose behalf the call is performed
234
234
* @param context NetLicensing.Context
0 commit comments