Get Linked LC Assets Location operation

Retrieves the AEM forms repository location of the form template for the specified form data object in the IBM Content Manager repository.

For information about the General and Route Evaluation property groups, see Common operation properties .

Login Settings properties

Properties for specifying the login settings for invoking the Content Repository Connector for IBM Content Manager service.

Login Mode

A LoginMode ( com.adobe.livecycle.connectorforibmcm.dsc.client.type.LoginMode ) value that represents how the operation will be authenticated with IBM Content Manager. Valid values are Use Credentials From Process Context and Use User Credentials .

Note: Use Credentials From Process Context works only when both IBM Content Manager and AEM forms are synchronized to the same LDAP server.

If you provide a literal value, select one of the following options.

Use Credentials From Process Context:
Uses the AEM forms User Management credential from the process context for the IBM Content Manager authentication. The User Name, Data Store, Password, and Connection String properties are not used.
Note: To invoke a process with Workbench that uses this operation, type the login name in the Username box using the format [User Name] @ [Data Store] : [Connection String] . In this format, [User Name] identifies the user ID, [Data Store] is the name of the repository to connect to, and [Connection String] is the list of options to use to connect to the repository.

Use User Credentials:
Uses the User Name and Password properties to authenticate with IBM Content Manager. Ensure that the user name is valid for the repository that is specified in the Data Store property for this operation.

When this value is selected, provide values for the Data Store, User Name, Password, and Connection String properties.

Data Store

(Optional) A string value that specifies the name of the data store that the user is to connect to.

This field is used only when the Login Mode property is set to Use User Credentials .

If you provide a literal value, type the name of the data store.

User Name

(Optional) A string value that specifies the user name to use when this operation is authenticated with IBM Content Manager No default is provided.

This field is used only when the Login Mode property is set to Use User Credentials .

If you provide a literal value, type the user ID.

Password

(Optional) A string value that specifies the password associated with the user name that is specified in the User Name property. The password is used when this operation is authenticated with IBM Content Manager. No default is provided.

This field is used only when the Login Mode property is set to Use User Credentials .

If you provide a literal value, type the password.

Connection String

(Optional) A string value that specifies additional options to use for connecting to IBM Content Manager, such as SCHEMA= [schemaName] , where [schemaName] is a case-sensitive value that represents a schema.

If you provide a literal value, type the additional connection options.

Form Data Settings properties

Repository properties for the form data object.

Form Data ID

A string value that indicates the location of the form data within the repository.

If you provide a literal value, specify a folder location using the following rules:

  • Do not include the repository name in the folder path.

  • Use a forward slash(/) to separate folder names if you specify a folder location, as shown in this example:

        /[CabinetName]/[FolderPath]/[documentName]

Relationship Data Settings properties

Properties of the relationship between the form data and the Asset Link object.

Relationship Between Form Data And Asset Link Object

(Optional) A string value that represents the relationship between the form data and the Asset Link object.

Output properties

Properties of the Asset Link object.

outGetLinkedLCAssetsLocationResult

A IGetLinkedLCAssetsLocationResult value that contains information about the form template path, form template folder path, and the form template name.

Linked LC Asset’s URL

A string value that represents the full path to the form template in the AEM forms repository.

Linked LC Asset’s Folder Path

A string value that represents the path to the folder containing the form template in the AEM forms repository.

Linked LC Asset’s Name

A string value that represents the name of the form template in the AEM forms repository.

Exceptions

This operation can throw a RepositoryException exception.

// Ethnio survey code removed