| The Resource Catalog Structure and Naming Guidelines | |
| Version 2.0.0.0 |
| Contents |
| Overview | |
About the Resource Catalog The Resource Catalog is an XML structure that Oracle Fusion Applications teams use to enable end users to select content to add to their dashboards or work area pages. This guideline provides an overview of the Resource Catalog and describes the structure and naming conventions for the Resource Catalog. The Resource Catalog is part of the Oracle Composer. Oracle Composer enables users to change the layout and appearance of applications at runtime. In Oracle Fusion Applications, when users select Personalization, then select Edit Current Page from the global region, Oracle Composer opens in the context of the running application.
Oracle Composer appears as a gray toolbar below the tabs.
When the toolbar appears, containers on the page appear as delineated with dotted blue lines, and the Add Content button appears for any container enabled for end-user personalization. Users can drag content containers to reorder them, add new containers, edit a container by clicking the Edit icon button, or remove a container by clicking the close box
In the following example, users added a container above the Watchlist and clicked the Add Content button. The Resource Catalog then opens in a dialog box, and users can navigate through its folders to select a new dashboard region to add to that location on the page.
When users click a top-level folder, the page refreshes to show the folders and content. A single-level navigation path appears in the toolbar that enables users to navigate back through the folder structure. A catalog search may also be enabled if there is a large quantity of available content. When users find the desired region, they click Add, and the region appears in the new container.
The new region appears in the new container. Users can then make more changes to the page or click Close when they are finished modifying the page.
The new region appears on the dashboard.
Technical Considerations Dashboard regions are either ADF taskflows (bounded taskflows) or JSR-286-compliant portlets. Use ADF taskflows for regions that belong to a given dashboard or work area and that need to appear only in that dashboard or work area. Use portlets for shared regions and third-party content. You create the Resource Catalog using an XML file. You can use one XML file to support many dashboards and work areas, or even the entire applications suite. For Oracle Fusion, shipped dashboards and work areas each have their own Resource Catalog file. All regions are implemented as showDetailFrame components on the page. This enables the regions to have a common look, to have a common set of actions, and to be dragged and dropped at runtime in WebCenter Page Composer. Requirements Follow these requirements:
|
| Resource Catalog Structure |
Here are two examples of a top level in the Oracle Fusion Resource Catalog: one for an end user and the other for an administrator.
|
| Naming Conventions |
General Guidance Follow these guidelines when naming folders:
For information on general naming and writing information, see the Headers Guideline and the Language in UI Guideline. TitlesUse identical titles for regions, portlets, and reports in both the user interface and the Resource Catalog. Follow these guidelines when creating titles:
Descriptions You can include a description of each folder or node. Ideally, you should phrase the description so well that further explanation is unnecessary. If you choose to provide a description, follow these guidelines:
Good example for People Gallery: "Individuals in your organization" Bad examples for People Gallery: "People Gallery" or "Displays the individuals in your organization" |
| Related Documentation |