Wiki source code of Utils
Hide last authors
1.1 | 1 | A scripted entity | |
2 | |||
3 | == Functions == | ||
4 | === Import(obj) === | ||
5 | |||
6 | |||
7 | === SUImpersonate() === | ||
8 | Impoersonate the execution thread as a super user (Admin with all privileges) | ||
9 | |||
10 | === GetLinkWithHashAuth(obj, actionName, params) === | ||
11 | |||
12 | |||
13 | === GetLink(obj, actionName, params) === | ||
14 | |||
15 | |||
16 | === GetLinkForEMail(obj, strOperationName, strMailSubject, strDestinationAddress) === | ||
17 | |||
18 | |||
19 | === GetRawLinkForEMail(obj, strOperationName, strMailSubject, strDestinationAddress) === | ||
20 | |||
21 | |||
22 | === ExtractTextFromHTML(txt) === | ||
23 | |||
24 | |||
25 | === GetRawLinkWithHashAuth(obj, actionName, params) === | ||
26 | |||
27 | |||
28 | === GetRawLink(obj, actionName, params) === | ||
29 | |||
30 | |||
31 | === AddEventLink(objLinks, objFrom) === | ||
32 | |||
33 | |||
34 | === GetPropertyTitle(appname, propname) === | ||
35 | |||
36 | |||
37 | === GetPropertyAttribute(appname, propname, attribute) === | ||
38 | |||
39 | |||
40 | === CompileScript(script) === | ||
41 | |||
42 | |||
43 | === GetParameterList(params, delim) === | ||
44 |