You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/services-not-included.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ description: "Describes how to use Teamcenter services that are not included in
10
10
11
11
The Teamcenter connector provides two APIs for calling any service operation that is part of Teamcenter Services.
12
12
13
-
***CallTeamcenterService**— Java action
13
+
***CallTeamcenterService**– Java action
14
14
15
15
This Java action can be used directly in any microflow and maps the Mendix domain entities to or from the JSON data structures that are used by Teamcenter Services operations.
This Java method can only be used from within the Java code and requires that the caller create and parse JSONObjects directly for the call. The **TcConnector** class also exposes an entity version of the **callTeamcenterService** method that matches the Java action.
20
20
@@ -178,7 +178,7 @@ Following is the operation mapping file for createWorkflow SOA call:
178
178
179
179
Mendix Domain Model entities are mapped to Teamcenter service operation data structures based on naming conventions. The Teamcenter structure element names (keys in JSON document) map one-to-one to the entity member (attributes or associations) names, with the following caveats:
180
180
181
-
* The entity member name is prefixed with an underscore '_', for example '*type'. In this case the '*' is ignored, thus matching the Teamcenter name of 'type'.
181
+
* The entity member name is prefixed with an underscore '\_', for example '\_type'. In this case the '\_' is ignored, thus matching the Teamcenter name of 'type'.
182
182
* The entity member name is suffixed with '__XXX', for example, 'phone__Home'. In this case the '__Home' is ignored, thus matching the Teamcenter name of 'phone'.
183
183
184
184
When traversing entities across associations, the entity names are not used. Only the associations between entities must match or be mappable.
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/teamcenter-configuration-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ Follow these steps to connect your Mendix app to Teamcenter:
31
31
1. Log in to your Mendix app with the **Administrator** user role.
32
32
2. Use the **NAV_AdminHomePage** button to navigate to the overview page of all Teamcenter configurations.
1. Click **+ New configuration** to create a new configuration.
36
+
3. Click **+ New configuration** to create a new configuration.
37
37
All configurations require the following fields:
38
38
39
39
***Configuration Name** – A unique identifier for the configuration. This can be used in a subsequent microflow to identify which environment to connect to.
@@ -48,7 +48,7 @@ Follow these steps to connect your Mendix app to Teamcenter:
48
48
49
49
If your Teamcenter instance is using SSO, additional steps are required. Follow the steps in the [Teamcenter SSO](#teamcenter-sso) and [Teamcenter X SSO](#teamcenter-x-sso) sections before continuing.
1. Click **Next** to connect events to your bridge.
305
+
2. Click **Next** to connect events to your bridge.
308
306
309
307
#### Connect Events
310
308
@@ -329,20 +327,18 @@ Once the Mendix Event Broker Bridge has been successfully deployed, its configur
329
327
330
328
1. Configure the service by filling out the following:
331
329
332
-
***Event Broker Space** – the space where the bridge will operate
333
-
***Name** – the name you want to call the bridge
334
-
***Bucket** – the path of the container where the messages will be stored
335
-
***AWS Region for Bucket** – the AWS region where your S3 bucket is located
336
-
***AWS Role (to Assume)** – the Amazon Resource Name (ARN) of the IAM role that the Event Broker Bridge will assume to access your S3 bucket; this role must be configured with appropriate permissions and a trust policy allowing the Event Broker to assume it
337
-
***AWS Role's External Id** – a unique identifier that provides additional security when the Event Broker assumes your AWS role; this shared secret ensures that only authorized Mendix Event Broker instances can assume the role
330
+
***Event Broker Space** – the space where the bridge will operate
331
+
***Name** – the name you want to call the bridge
332
+
***Bucket** – the path of the container where the messages will be stored
333
+
***AWS Region for Bucket** – the AWS region where your S3 bucket is located
334
+
***AWS Role (to Assume)** – the Amazon Resource Name (ARN) of the IAM role that the Event Broker Bridge will assume to access your S3 bucket; this role must be configured with appropriate permissions and a trust policy allowing the Event Broker to assume it
335
+
***AWS Role's External Id** – a unique identifier that provides additional security when the Event Broker assumes your AWS role; this shared secret ensures that only authorized Mendix Event Broker instances can assume the role
338
336
339
-
{{% alert color="info" %}}
340
-
For detailed instructions on how to create the IAM role and obtain these values, see [Configure AWS Authentication for S3 Bridge](#configure-aws-s3-authentication).
341
-
{{% /alert %}}
337
+
{{% alert color="info" %}}For detailed instructions on how to create the IAM role and obtain these values, see [Configure AWS Authentication for S3 Bridge](#configure-aws-s3-authentication).{{% /alert %}}
* Click **Apply** to save and apply the changes. A confirmation message will indicate if the changes were successful. Changes to the event configuration take effect when applied. After applying changes, the bridge status will change to **Reconfiguring** and will return to **Running** once the reconfiguration is complete.
494
490
* Click **Cancel** to exit editing mode without saving any changes.
0 commit comments