All ITK functions of group RELSTAT supported by T4x.
More...
|
| RELSTAT_add_release_status__single ReleaseStatusTag ObjectTag RetainReleasedDateFlag |
| This function calls the ITK pipe server function ITK_RELSTAT_add_release_status__single to Adds the given release status to single ws_object, with an indicator to retain the released date or not. More...
|
|
| RELSTAT_create_release_status ReleaseStatusName |
| This function calls the ITK pipe server function ITK_RELSTAT_create_release_status to Creates release status object for given input status type. The function initializes start and end effectivity dates and start and end serial numbers to NULL. This means that the released objects will be effective for all dates and all serial numbers. More...
|
|
| RELSTAT_set_date_effectivity ReleaseStatusTag StartDate EndDate |
| This function calls the ITK pipe server function ITK_RELSTAT_set_date_effectivity to Sets the date effectivity on the given release_status. More...
|
|
| RELSTAT_set_release_status_type ReleaseStatusTag ReleaseStatusName |
| This function calls the ITK pipe server function RELSTAT_set_release_status_type to sets the status_type for the given release status. More...
|
|
| RELSTAT_set_release_status_type__for_object ObjectTag ReleaseStatusName |
| This function calls the ITK pipe server function RELSTAT_set_release_status_type__for_object to sets the status_type for an existing release status attached to a given object. More...
|
|
All ITK functions of group RELSTAT supported by T4x.
This group specifies all ITK functions of group RELSTAT for which wrappers have been defined in T4x
◆ RELSTAT_add_release_status__single()
ITK::RELSTAT_add_release_status__single |
|
|
ReleaseStatusTag ObjectTag RetainReleasedDateFlag |
|
|
| |
This function calls the ITK pipe server function ITK_RELSTAT_add_release_status__single to Adds the given release status to single ws_object, with an indicator to retain the released date or not.
- Parameters
-
ReleaseStatusTag | The release_status object tag. |
ObjectTag | The object tag to get a release_status object. |
RetainReleasedDateFlag | The indicator of whether to keep the released date or not. |
- Returns
- ITK_ok (=0) or list of ITK status and error message
◆ RELSTAT_create_release_status()
ITK::RELSTAT_create_release_status |
|
|
ReleaseStatusName |
|
|
| |
This function calls the ITK pipe server function ITK_RELSTAT_create_release_status to Creates release status object for given input status type. The function initializes start and end effectivity dates and start and end serial numbers to NULL. This means that the released objects will be effective for all dates and all serial numbers.
- Parameters
-
ReleaseStatusName | The new status type to create. |
- Returns
- List of ITK_ok (=0) and created ReleaseStatus tag or list of ITK status and error message
◆ RELSTAT_set_date_effectivity()
ITK::RELSTAT_set_date_effectivity |
|
|
ReleaseStatusTag StartDate EndDate |
|
|
| |
This function calls the ITK pipe server function ITK_RELSTAT_set_date_effectivity to Sets the date effectivity on the given release_status.
- Parameters
-
ReleaseStatusTag | |
StartDate | |
EndDate | |
- Returns
- ITK_ok (=0) or list of ITK status and error message
◆ RELSTAT_set_release_status_type()
ITK::RELSTAT_set_release_status_type |
|
|
ReleaseStatusTag ReleaseStatusName |
|
|
| |
This function calls the ITK pipe server function RELSTAT_set_release_status_type to sets the status_type for the given release status.
- Parameters
-
ReleaseStatusTag | The release_status object tag. |
ReleaseStatusName | The new status type name |
- Returns
- ITK_ok (=0) or list of ITK status and error message
◆ RELSTAT_set_release_status_type__for_object()
ITK::RELSTAT_set_release_status_type__for_object |
|
|
ObjectTag ReleaseStatusName |
|
|
| |
This function calls the ITK pipe server function RELSTAT_set_release_status_type__for_object to sets the status_type for an existing release status attached to a given object.
- Parameters
-
ObjectTag | The object tag to get release_status object for the update of the type |
ReleaseStatusName | The new status type name |
- Returns
- ITK_ok (=0) or list of ITK status and error message