OperationId | String | Read | Parameter used to identify the mapping context. The following values are available: - "Coexistence" for any Coexistence scenario
- "BriefcaseImport" for any V6 data exchange scenario.
|
Source | String | Read | Parameter used to specify the mapping context with the source of the data. In a "Coexistence" operation, it matches the name of the source provider. In a V6 data exchange scenario, the value is necessarily "PLM1". |
Target | String | Read | Parameter used to specify the mapping context with the target of the data. In a "Coexistence" operation, it matches the name of the target provider. In a V6 data exchange scenario, the value is necessarily "PLM1", as the source and the target providers are identical. |
SourceTypeName | String | Read | Customized type of the source PLM entity to be exchanged |
ThisObject | PLMEntity | Write | This is an empty PLM proxy object with Top Modeler abstract type. It is not to be used in the rule. |
SourceObject | PLMEntity | Read | This is a PLM proxy object with the same top modeler type and customized type as the source PLM entity to be exchanged. Reading this PLM entity, the BL can retrieve source attribute values.
|
ExchangeObject | TEBLExchangeObject | Write | Object used to set the value of maturity and ownership attributes. The attributes held by ExchangeObject are as follows:- MappedMaturity
- MappedUser
- MappedOrganization
- MappedProject
|