Skip to content

Commit 4134be6

Browse files
Lint fix
1 parent 218866d commit 4134be6

4 files changed

Lines changed: 33 additions & 37 deletions

File tree

content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/services-not-included.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ description: "Describes how to use Teamcenter services that are not included in
1010

1111
The Teamcenter connector provides two APIs for calling any service operation that is part of Teamcenter Services.
1212

13-
* **CallTeamcenterService** Java action
13+
* **CallTeamcenterService** Java action
1414

1515
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.
1616

17-
* **TcConnection.callTeamcenterService** Java method
17+
* **TcConnection.callTeamcenterService** Java method
1818

1919
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.
2020

@@ -178,7 +178,7 @@ Following is the operation mapping file for createWorkflow SOA call:
178178

179179
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:
180180

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'.
182182
* 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'.
183183

184184
When traversing entities across associations, the entity names are not used. Only the associations between entities must match or be mappable.

content/en/docs/marketplace/platform-supported-content/modules/siemens/teamcenter-connector/teamcenter-configuration-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Follow these steps to connect your Mendix app to Teamcenter:
3131
1. Log in to your Mendix app with the **Administrator** user role.
3232
2. Use the **NAV_AdminHomePage** button to navigate to the overview page of all Teamcenter configurations.
3333

34-
{{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-connector/configuration/teamcenter-new-configuration.png">}}
34+
{{< figure src="/attachments/appstore/platform-supported-content/modules/siemens/teamcenter-connector/configuration/teamcenter-new-configuration.png">}}
3535

36-
1. Click **+ New configuration** to create a new configuration.
36+
3. Click **+ New configuration** to create a new configuration.
3737
All configurations require the following fields:
3838

3939
* **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:
4848

4949
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.
5050

51-
2. Click **Save**.
51+
4. Click **Save**.
5252

5353
### Testing the Connection {#test-the-connection}
5454

content/en/docs/marketplace/platform-supported-content/modules/snowflake/mendix-data-loader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you want to use specific resources, you should instead expose a new endpoint
6868
9. Click **Back** to return to the **Details** page.
6969
10. Click the **Ingestion Configuration** tab to set up your ingestion destination table.
7070
11. Click **Create** to start setting up the Ingestion Configuration.
71-
***Target Database** – Name of the database for data ingestion
71+
* **Target Database** – Name of the database for data ingestion
7272
* **Target Schema** – Target schema where all data will be ingested
7373
12. Click **Save**.
7474
13. Click the **Data Ingestion** tab, where you can start your data ingestion or set up a schedule.

content/en/docs/marketplace/platform-supported-content/services/event-broker.md

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,12 @@ The creation process for AWS SQS bridges includes two additional steps on the Me
170170
#### Configure Service
171171

172172
1. Configure the service by filling out the following:
173+
* **Event Broker Space** – the space where the bridge will operate
174+
* **Name** – the name you want to call the bridge
175+
* **AWS region** – the AWS region where your bridge operates
176+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_configure.png" width="400" >}}
173177

174-
* **Event Broker Space** – the space where the bridge will operate
175-
* **Name** – the name you want to call the bridge
176-
* **AWS region** – the AWS region where your bridge operates
177-
178-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-sqs/ebb_aws_sqs_configure.png" width="400" >}}
179-
180-
1. Click **Next** to continue the configuration.
178+
2. Click **Next** to continue the configuration.
181179

182180
#### Connect Events
183181

@@ -258,13 +256,13 @@ Add the object below to your Access Policy of the AWS SQS queue if it is receivi
258256

259257
1. Configure the service by filling out the following:
260258

261-
* **Event Broker Space** – the space where the bridge will operate
262-
* **Name** – the name you want to call the bridge
263-
* **AWS region** – the AWS region where your bridge operates
259+
* **Event Broker Space** – the space where the bridge will operate
260+
* **Name** – the name you want to call the bridge
261+
* **AWS region** – the AWS region where your bridge operates
264262

265-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/http/ebb_http_configure.png" width="400" >}}
263+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/http/ebb_http_configure.png" width="400" >}}
266264

267-
1. Click **Next** to connect events to your bridge.
265+
2. Click **Next** to connect events to your bridge.
268266

269267
#### Connect Events
270268

@@ -296,15 +294,15 @@ To run the HTTP bridge from your client, include a Bearer token in the request h
296294

297295
1. Configure the service by filling out the following:
298296

299-
* **Event Broker Space** – the space where the bridge will operate
300-
* **Name** – the name you want to call the bridge
301-
* **Storage Account** – the storage account to access
302-
* **Storage SAS Token** – the storage SAS Token
303-
* **Container Path** – the path of the container where the messages will be stored
297+
* **Event Broker Space** – the space where the bridge will operate
298+
* **Name** – the name you want to call the bridge
299+
* **Storage Account** – the storage account to access
300+
* **Storage SAS Token** – the storage SAS Token
301+
* **Container Path** – the path of the container where the messages will be stored
304302

305303
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/azure-blob-storage/ebb_azure_blob_configure.png" >}}
306304

307-
1. Click **Next** to connect events to your bridge.
305+
2. Click **Next** to connect events to your bridge.
308306

309307
#### Connect Events
310308

@@ -329,20 +327,18 @@ Once the Mendix Event Broker Bridge has been successfully deployed, its configur
329327

330328
1. Configure the service by filling out the following:
331329

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
338336

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 %}}
342338

343-
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_configure.png" >}}
339+
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/aws-s3/ebb_aws_s3_configure.png" >}}
344340

345-
1. Click **Next** to connect events to your bridge.
341+
2. Click **Next** to connect events to your bridge.
346342

347343
#### Connect Events
348344

@@ -489,7 +485,7 @@ To edit a bridge:
489485
**AWS S3**
490486
{{< figure src="/attachments/appstore/platform-supported-content/services/event-broker/bridges/edit-bridge/ebb_aws_s3_edit_mode.png" class="no-border" >}}
491487

492-
1. Once you have made your changes, you can:
488+
4. Once you have made your changes, you can:
493489
* 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.
494490
* Click **Cancel** to exit editing mode without saving any changes.
495491

0 commit comments

Comments
 (0)