Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

Introduction

What is a fragment? As of version 2.5 there are two conent-pushing systems in uPortal, ALM or Aggregated Layout Management and DLM or Distributed Layout Management. This page refers to fragments in ALM. See DLM documentation for pushing fragments with DLM.

Types of fragments

Pushed Fragments

...

You may add fragments by editing the file /properties/al/fragments.xml

Fragment Priority Range

...

Priorities

Fragments are documented in uPortal_Documentation_Chapter_2.pdf .

Query that lists fragments with their priorities:

Code Block

select f.fragment_id,f.node_id,f.name,f.chan_id,f.type ,r.restriction_value from UP_FRAGMENT_RESTRICTIONS r, UP_FRAGMENTS f 
  where r.fragment_id=f.fragment_id and r.restriction_type=1 and f.node_id=r.node_id and f.node_id=1