All ITK functions of group IDFR supported by T4x.
More...
|
| IDFR_ask_id HexIdentifierTag |
| This function calls the ITK pipe server function IDFR_ask_id to returns the Id of a given Identifier tag. More...
|
|
| IDFR_ask_idcontext HexIdentifierTag |
| This function calls the ITK pipe server function IDFR_ask_idcontext to returns the reference to the idcontext object of a given Identifier tag. More...
|
|
| IDFR_create_altid IdentifierTypeName HexItemTag HexRevisionTag HexIDContextTag |
| This function calls the ITK pipe server function IDFR_create_altid to create a alternate identifier of type <IdentifierTypeName> and <IdentifierTypeName>Rev for a given Item/ItemRevision tag. More...
|
|
| IDFR_find_identifiers AlternateId HexIDContextTag |
| This function calls the ITK pipe server function IDFR_find_identifiers to return a list of all identifiers that have the given id in the given idcontext. More...
|
|
All ITK functions of group IDFR supported by T4x.
This group specifies all ITK functions of group IDFR for which wrappers have been defined in T4x
◆ IDFR_ask_id()
ITK::IDFR_ask_id |
|
|
HexIdentifierTag |
|
|
| |
This function calls the ITK pipe server function IDFR_ask_id to returns the Id of a given Identifier tag.
- Parameters
-
HexIdentifierTag | Teamcenter Identifier tag in the Tcl string format |
- Returns
- List of ITK_ok (=0) and Identifier ID or list of ITK status and error message
◆ IDFR_ask_idcontext()
ITK::IDFR_ask_idcontext |
|
|
HexIdentifierTag |
|
|
| |
This function calls the ITK pipe server function IDFR_ask_idcontext to returns the reference to the idcontext object of a given Identifier tag.
- Parameters
-
HexIdentifierTag | Teamcenter Identifier tag in the Tcl string format |
- Returns
- List of ITK_ok (=0) and idcontext object tag or list of ITK status and error message
◆ IDFR_create_altid()
ITK::IDFR_create_altid |
|
|
IdentifierTypeName HexItemTag HexRevisionTag HexIDContextTag |
|
|
| |
This function calls the ITK pipe server function IDFR_create_altid to create a alternate identifier of type <IdentifierTypeName> and <IdentifierTypeName>Rev for a given Item/ItemRevision tag.
- Parameters
-
IdentifierTypeName | Teamcenter Identifier Type Name in the Tcl string format |
HexItemTag | Teamcenter Item tag in the Tcl string format |
HexRevisionTag | Teamcenter ItemRevision tag in the Tcl string format |
HexIDContextTag | identifier context tag in the Tcl string format |
- Returns
- List of ITK_ok, AltId tag and AltIdRev tag or list of ITK status and error message
◆ IDFR_find_identifiers()
ITK::IDFR_find_identifiers |
|
|
AlternateId HexIDContextTag |
|
|
| |
This function calls the ITK pipe server function IDFR_find_identifiers to return a list of all identifiers that have the given id in the given idcontext.
- Parameters
-
AlternateId | Uses case-insensitive search and allows wild-cards in id |
HexIDContextTag | identifier context tag in the Tcl string format |
- Returns
- List of ITK_ok (=0) and identifier tags or list of ITK status and error message