![]() |
T4S4
19.1 C8540 A23673
Teamcenter Gateway for SAP S/4HANA API Reference
|
All ITK functions of group NR supported by T4x. More...
Functions | |
NR_ask_rule_and_case type_name property_name | |
This function calls the ITK pipe server function ITK_NR_ask_rule_and_case to get the Naming rule for a given object type and property. More... | |
NR_next_value2 typeName propertyName itemTag dsId preferredTypeName defaultTypeName parentTag ruleSuffix baseRevId | |
This function calls the ITK pipe server function ITK_NR_next_value2 to get the next Id for a given parameter set. More... | |
NR_pattern_next_value typeName propertyName itemTag dsId preferredTypeName defaultTypeName parentTag ruleSuffix baseRevId pattern | |
This function calls the ITK pipe server function ITK_NR_pattern_next_value to get the next Id for a given parameter set. More... | |
NR_rule_desc_with_counters2 rule_tag | |
This function calls the ITK pipe server function ITK_NR_rule_desc_with_counters2 to get the rule description of a given rule tag. More... | |
All ITK functions of group NR supported by T4x.
This group specifies all ITK functions of group NR for which wrappers have been defined in T4x
ITK::NR_ask_rule_and_case | type_name property_name | ||
This function calls the ITK pipe server function ITK_NR_ask_rule_and_case to get the Naming rule for a given object type and property.
type_name | The IMANTYPE that the rule applies to |
property_name | The property field in this IMANTYPE that the rule applies to |
Sample code sequence
ITK::NR_next_value2 | typeName propertyName itemTag dsId preferredTypeName defaultTypeName parentTag ruleSuffix baseRevId | ||
This function calls the ITK pipe server function ITK_NR_next_value2 to get the next Id for a given parameter set.
Gets the next id generated for a particular pattern in the Naming Rule. This ITK is a generalized ITK for generating next id in case of :
typeName | Teamcenter Engineering type name, i.e. "Item" |
propertyName | Property name, i.e. "item_id", "item_revision_id", "object_name" |
itemTag | The tag of the parent item |
dsId | Dataser Id |
preferredTypeName | Prefrerred type Name |
defaultTypeName | Default type Name |
parentTag | Used in case of next alt id |
ruleSuffix | Used in case of next revision id generated from the pattern in the alt rule |
baseRevId | Used in case of next revision id generated from the pattern in the alt rule |
Sample code sequence
ITK::NR_pattern_next_value | typeName propertyName itemTag dsId preferredTypeName defaultTypeName parentTag ruleSuffix baseRevId pattern | ||
This function calls the ITK pipe server function ITK_NR_pattern_next_value to get the next Id for a given parameter set.
Gets the next id generated for a particular input pattern in the Naming Rule This ITK is a generalized ITK for generating next id in case of :
If pattern doesnot exist then next id will be NULL
typeName | Teamcenter Engineering type name, i.e. "Item" |
propertyName | Property name, i.e. "item_id", "item_revision_id", "object_name" |
itemTag | The tag of the parent item |
dsId | Dataser Id |
preferredTypeName | Prefrerred type Name |
defaultTypeName | Default type Name |
parentTag | Used in case of next alt id |
ruleSuffix | Used in case of next revision id generated from the pattern in the alt rule |
baseRevId | Used in case of next revision id generated from the pattern in the alt rule |
pattern | The input pattern for which the next id to be generated |
Sample code sequence
ITK::NR_rule_desc_with_counters2 | rule_tag | ||
This function calls the ITK pipe server function ITK_NR_rule_desc_with_counters2 to get the rule description of a given rule tag.
rule_tag | Tag of NameRules object |
Sample code sequence