Get Linked LC Assets Location operation

Retrieves the LiveCycle repository location of the form template for the specified form data object in the IBM FileNet repository.

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

Login Settings properties

Login settings for invoking the Content Repository Connector for IBM FileNet service.

Login Mode

A com.adobe.livecycle.ibmfilenetcontentrepositoryconnector.client.type.impl.LoginSettings value that represents how the operation will log in to the FileNet repository. Valid values are INVOCATION_CONTEXT (Use Credentials from process context), USER_CREDENTIALS (Use User Credentials), and TOKEN (Use FileNet Credentials Token).

Use Credentials from process context:
Uses the LiveCycle User Management credential from the process context for the FileNet authentication.

Use User Credentials:
Uses the User Name and Password properties to authenticate with FileNet. Ensure that the user name is valid for the FileNet P8 Content Engine that is specified in Administration Console.

Use FileNet Credentials Token:
Uses the FileNet Credentials Token property to authenticate with the FileNet Content Engine. This login token must be valid in the current FileNet session.

User Name

A string value that specifies the account name to use when connecting to the FileNet object store.

This field is used only when the Login Mode property is set to USER_CREDENTIALS (Use User Credentials) or TOKEN (Use FileNet Credentials Token).

Password

A string value that specifies the password that is associated with the account name that is specified in the User Name property to use when connecting to the FileNet object store.

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

FileNet Credentials Token

A string value that represents the location of an existing FileNet credentials token.

This field is used only when the Login Mode property is set to TOKEN (Use FileNet Credentials Token).

Object Store and Form Data Settings properties

Repository properties for the ECM object.

Object Store

A string value that represents the name of the IBM FileNet repository. You can choose from the list of available object stores from your current FileNet Content Engine defined in Administration Console. (See LiveCycle Administration Help.)

ECM Object Path

A string value that indicates the location of the ECM object within the repository.

If you provide a literal value, type the path or click Browse to select the folder from the IBM FileNet repository.

When typing the folder path, use the following rules:

  • Do not include the object store name in the folder path.

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

    /[FolderPath]/[documentName]

Relationship Type Settings properties

Properties of the relationship between the ECM object and the Assets Link object.

Relationship Between Form Data and Asset Link Object

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

Output properties

Properties of the Asset Link object.

outGetLinkedLCAssetssLocationResult

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 LiveCycle repository.

Linked LC Asset’s Folder Path

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

Linked LC Asset’s Name

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

Exceptions

This operation can throw a RepositoryException exception.

// Ethnio survey code removed