Responsive Document Explorer view (deprecated)
For information about how to map deprecated functions to UI functions, see the topic Mapping deprecated functions to UI functions.
- Specified directly by identifying the specific folder using the Folder ID configuration option. If the folder is not on the default content management server, the Server name configuration option identifies the server that contains the folder.
- Derived by identifying an instance ID, which has an associated folder and server in the content management system.
- Derived from the human service context, which has an associated folder in the content management system.
| Action | Description |
|---|---|
| Open | Displays the contents of the folder. The Responsive Document Explorer adds a breadcrumb trail so that the user can return to a parent folder. |
| Rename | Renames the folder. |
| Delete or remove | Deletes the folder or reference from the ECM server. Remove only deletes references from the Responsive Document Explorer. The reference remains on the ECM server. |
| Action | Description |
|---|---|
| View | Displays the contents of the document in the browser or, if the browser does not support the file format, downloads the document. |
| Download | Downloads the document. |
| Properties | Displays the properties associated with the document. The document type acts as a template to determine the properties that a give document has. |
| Check out | Locks the file. After checking out a file, you can check in a different version of it or change its properties. |
| Check in or cancel check in | Unlocks the file. Use the check in action to replace the file contents and update its properties. These actions are available only for locked files. |
| Delete | Removes the document from the folder. The document still exists in the content management system. |
Integrating with an Enterprise Content Management server
To integrate the Responsive Document Explorer with an Enterprise Content Management (ECM) server, the process application must have a connection to that server. See Adding an Enterprise Content Management server. For information about building ECM services, see Building a service that integrates with an ECM system or a BPM store. For additional information, see the topics under Enabling document support.
Restrictions and limitations
- Restrictions
-
- This view supports only the
Required,Hidden, andNonevisibility properties.
- This view supports only the
- Limitations
-
- The Responsive Document Explorer view is available only for process instances.
- If you are using the Responsive Document Explorer in process applications created before Business Automation Workflow 8.5.7, you must add the Responsive Coaches 8.5.7.0 toolkit (deprecated) to your application.
To run a process that uses the Basic Case Management feature to manage documents and folders, you must have installed the Basic Case Management feature from a previous release.
Data binding
Set the data binding for the view in the General properties tab.| Description | Data type |
|---|---|
Each ECMDocumentInfo contains the URL for the
document. |
ECMDocumentInfo (List) |
Configuration properties
Set or modify view configuration in the Configuration properties tab.| Configuration property | Description | Data type |
|---|---|---|
| Section title | The title that is displayed in the section header. The default value is "Documents". | String |
| Collapsible | Indicates whether the section can be collapsed. | Boolean |
| Collapsed | Indicates whether the section is collapsed when the view opens. | Boolean |
| Use Document Viewer | By default, the document opens in a new browser tab. To open documents in a Document Viewer view that is bound to the same variable that this Responsive Document Explorer is, enable this option. | Boolean |
| Refresh trigger | Enables the contents of the view to be refreshed.
Bind this property to the private variable that is used by Refresh
Controller, Refresh Button, or both. When
the value of the bound variable changes to |
BooleanDefault: |
| Default ECM document properties | A list of ECMDefaultProperty objects. When users create an
ECM document, the list contains the default values for the document properties. The values might be
read-only or hidden from users when they create the document. |
ECMDefaultProperty (list) |
| Instance ID | Displays the list of documents and folders for the instance ID. If the
Folder ID property is configured, the Instance ID
configuration is ignored. If neither the Folder ID nor the
Instance ID properties are configured, the folder ID is derived from the
human service context. For client-side human services, the
|
StringDefault: (empty) |
| Displays the list of documents and folders for the folder ID. If this property
is configured, the instance ID is ignored. If the Folder ID property is not configured, the folder ID is derived from the associated Instance ID configuration. If an instance ID is not specified, the folder ID is derived from the human
service context. For client-side human services, the |
StringDefault: (empty) |
|
| If a Folder ID is configured, the name of the external
ECM server. The server name can be typed into the field. You can also use a variable that represents
the server name and add the variable to this field. For an external ECM server name, check the
Process App Settings page for the external ECM systems available. If you are
working with the internal ECM content repositories - BPM managed store, BPM content store, or BPM document store - constants are available for them; for
example, |
StringDefault: (empty) |
|
| By default, properties are not added to new BPM documents. Enabling this configuration option adds the properties defined in the Upload properties configuration option. If you want to control when the properties are added to the document, bind this configuration option to a variable. | Boolean |
|
Lists the properties to add to a BPM document when it is being created when
Add properties is enabled (true). |
NameValuePair |
|
| Prevents the document from being displayed in Portal. | Boolean |
|
| The service that is used to search for folders and documents in the BPM content store. The view builds the search query based on the values of the other configuration options for the view, and then passes the query to the search service. |
Content Store Search ServiceInput:
Output:
|
|
| Adds an external document or folder reference to the BPM managed store. | ECM Add external reference serviceInput:
Output: None |
|
| The default service that returns the document. | ECM Get document serviceInput:
Output:
|
|
| The default service that returns the type definition for the document view. | ECM Get type definition serviceInput:
Output:
|
|
| The service that returns a list of type descendants to a given depth. | ECM Get type descendants serviceInput:
Output:
|
|
| The service that returns a folder. | ECM Get folder serviceInput:
Output:
|
|
| Gets a folder based on the specified path. | ECM Get folder by path serviceInput:
Output:
|
|
| Gets the root ECM folder information on all available servers in the current snapshot. | Default get related ECM folders serviceInput:
Output:
|
|
| The service that is used to check out a document from the specified server. | ECM Check-Out Document ServiceInput:
Output:
|
|
| The service that is used to cancel the check out a document from the specified server. | ECM Cancel checkout serviceInput:
Output: None |
|
| The service that removes a specified document from a specified folder. Removing a document unfiles the document from the folder but does not delete it from the repository. | ECM Remove document serviceInput:
Output: None |
|
| The service that creates the specified folder, with a given name, in the specified parent folder. The property sets the process subfolder ID. | ECM Create folder serviceInput:
Output:
|
|
| The service that removes a specified folder from a specified folder. Removing a folder unfiles the folder from the parent folder but does not delete it from the repository. | ECM Remove folder serviceInput:
Output: None |
|
| The service that permanently deletes folders. | ECM Delete folder serviceInput:
Output: None |
|
| Specify the service used to delete documents. | ServiceInput:
|
|
| The service that renames the folder reference (not the name of the folder on the ECM system). | ECM Rename folder reference serviceInput:
Output: None |
|
| The service that updates folder properties, for example, renaming the folder. | ECM Update folder properties serviceInput:
Output:
|
|
| Localization service | The service that is used to retrieve the globalized strings for use with this view. | ECM Localization Service |
| Instance Status | Determines whether the Document Explorer is editable or read-only. ACTIVE instances are editable. Instances with different status values (COMPLETED, FAILED, TERMINATED, and SUSPENDED) are read-only. | String |
| Hide Document Explorer | Indicates whether the Document Explorer view is hidden, for example, for a BPD. | Boolean |
| Calendar type | Select the type of calendar to show when creating or showing documents:
|
CalendarType |
Set the color of the header and border according to a type defined in the
theme. In the Classic theme in the System Data toolkit, the colors and types are:
|
ThemeColors |
|
Set the size of the text in the header and the amount of padding between the
text and the borders of the header. The default value is Medium. |
TextSizes |
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15