All ITK functions of group CE supported by T4x.
More...
|
| CE_ask_condition HexConditionTag |
| This function calls the ITK pipe server function ITK_CE_ask_condition to get a condition name. More...
|
|
| CE_current_user_session_tag |
| This function calls the ITK pipe server function POM_get_user to retrieve the current user session object tag. More...
|
|
| CE_evaluate_condition HexConditionTag NoOfObjects ObjectTag1 ... ObjectTagX |
| This function calls the ITK pipe server function ITK_CE_evaluate_condition to check if condition is met. More...
|
|
| CE_evaluate_condition_by_name HexConditionName NoOfObjects NoOfObjects ObjectTag1 ... ObjectTag |
| This function calls the ITK pipe server function ITK_CE_evaluate_condition_by_name finds the condition tag and checks if conditions for targets are met. More...
|
|
| CE_find_condition HexConditionName |
| This function calls the ITK pipe server function ITK_CE_find_condition to find a condition tag. More...
|
|
All ITK functions of group CE supported by T4x.
This group specifies all ITK functions of group CE for which wrappers have been defined in T4x
◆ CE_ask_condition()
ITK::CE_ask_condition |
|
|
HexConditionTag |
|
|
| |
This function calls the ITK pipe server function ITK_CE_ask_condition to get a condition name.
- Parameters
-
- Returns
- list of ITK_ok (=0) - ok and condition name or 1 - failed and error message
◆ CE_current_user_session_tag()
ITK::CE_current_user_session_tag |
This function calls the ITK pipe server function POM_get_user to retrieve the current user session object tag.
- Returns
- ITK_ok (=0) and Tcl representation of the SessionTag or list of ITK status and error message
◆ CE_evaluate_condition()
ITK::CE_evaluate_condition |
|
|
HexConditionTag NoOfObjects ObjectTag1 ... ObjectTagX |
|
|
| |
This function calls the ITK pipe server function ITK_CE_evaluate_condition to check if condition is met.
- Parameters
-
HexConditionTag | |
NoOfObjects | |
ObjectTag1 | ... ObjectTagX, list of ObjectTags to evaluate |
- Returns
- list of ITK_ok (=0) - ok and evaluation 1-ok/0-failed or failed and error message
◆ CE_evaluate_condition_by_name()
ITK::CE_evaluate_condition_by_name |
|
|
HexConditionName NoOfObjects NoOfObjects ObjectTag1 ... ObjectTag |
|
|
| |
This function calls the ITK pipe server function ITK_CE_evaluate_condition_by_name finds the condition tag and checks if conditions for targets are met.
- Parameters
-
HexConditionName | |
NoOfObjects | |
ObjectTag1 | ... ObjectTagX, list of ObjectTags to evaluate |
- Returns
- list of ITK_ok (=0) - ok and evaluation 1-ok/0-failed or failed and error message
Sample code sequence with current user session tag
6 set SessionTag [
lindex $ItkStatus 1]
7 set ConditionName "isAuthor"
14 puts "XXXX Call to ITK function 'CE_evaluate_condition_by_name' retruns condition value [
lindex $ItkStatus 1]"
21 puts "XXXX Call to ITK function 'CE_evaluate_condition_by_name' failed! Error code: $ErrorNumber - $ErrorMesssage"
29 puts "XXXX Call to ITK function 'CE_current_user_session_tag' failed! Error code: $ErrorNumber - $ErrorMesssage"
◆ CE_find_condition()
ITK::CE_find_condition |
|
|
HexConditionName |
|
|
| |
This function calls the ITK pipe server function ITK_CE_find_condition to find a condition tag.
- Parameters
-
- Returns
- list of ITK_ok (=0) - ok and condition tag or 1 - failed and error message