This is an example from the standard Enterprise Developer Project model which is an integral part of the Enterprise Developer installation.
The action OFFL_ACT_CONT_Browse_LocalOSFile is used to browse a dependent source element in this model, for example, a COBOL copybook.
The action consists of two tools from the AWM function package:
The action is related to a close action, defined as:
The AWM tool 'Create Temporary File' creates a temporary workspace file depending on the selected element with the fix suffix 'cpy' and the read-only flag set to true:
The input file descriptor points to a local OS file. The file descriptor has the following properties:
The output file points to a workspace file with the following properties:
The output parameter of the 'Create Temporary File' tool is used by the 'Edit Local File' tool as an input parameter:
In the related close action the AWM tool 'Cleanup Edit Session' is called. This gets the newly created workspace file as an input parameter to remove it when the editor is closed:
This example is based on the standard Enterprise Developer Project model.
The AWM tool 'Merge Structured Files' is used in this model to merge the dependent elements of a local project. The children of a local project are a mix of folder and files or categories. In this case, IMTK categories.
The action OFFL_ACT_ELIST_GetEclipseChildren is defined as a 'Get Children' action of the element type Eclipse project:
The action OFFL_ACT_ELIST_GetEclipseChildren consists of three tools:
The output file descriptors of the first two tools are modeled as follows:
The file descriptor returned by the tool 'Merge Structured Files' has the following structure:
This file descriptor is used to display the children of a local project in the Application Explorer view.