Responsive Document Viewer view (deprecated)
Traditional:
Use
the view to display the contents of a document for a given URL.
For information about how to map deprecated functions to UI functions, see the topic Mapping deprecated functions to UI functions.
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.
Data binding
Set the data binding for the view in the General properties tab.| Binding description | Data type |
|---|---|
| Contains the URL for a document. | ECMDocumentInfo |
Configuration properties
Set or modify view configuration in the Configuration properties tab.| Configuration property | Description | Data type |
|---|---|---|
| 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 Responsive Document
Viewer view that is bound to the same variable that this Responsive Document Explorer is, enable
this option. Important: The rendering of the document is delegated to the browser. Depending on your browser and its plug-ins, you might not be able to view some common file formats, such as Microsoft Office documents and TIFF image files. For files types that cannot be rendered by the browser, you can download them and try to view them outside of your browser. Alternatively, you could implement a custom view to render formats that are not supported by the browser.
|
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: |
| 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 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 |
|
| Localization service | The service that is used to retrieve the globalized strings for use with this view. | ECM Localization Service |
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 |