
Each instance of Webflow connector in UWL administrative UI allows a list of supported and excluded item types to be set. You can enter both supported and excluded item types as a list.
.The following two sections define how filtering is approached regarding the two different scenarios for fetching UWL items from back-end systems.
Assume that you have three sets of item types:
Set A comprises the supported item types defined for each connector level.
Set B comprises the item types defined for each UWL View using the XML configuration.
Set C comprises the item types enumerated in the excluded item types defined for each connector.
Filtering in a Snapshot Scenario by Supported and Excluded Item Types
In a snapshot scenario, UWL will fetch the intersection of set A and set B. Only the items belonging to item types defined in both sets are read from the back end and transferred to the UWL internal cache.
In a snapshot scenario, UWL will fetch the relative complement of C in the intersection of set A and set B.
(A ∩ B) \ C
In other words, UWL will exclude all items from set C from the item types that are defined in both sets A and B. Then these items will be fetched from the back end and transferred to the UWL internal cache.
Filtering in the Delta Pull Scenario by Supported and Excluded Item Types
In the Delta Pull scenario, UWL fetches all item types belonging to set A. UWL Delta Pull is a scheduled job running regularly regardless of UWL View definitions. It is not possible to bind item types defined for each view level to Delta Pull jobs.
In this scenario, UWL fetches all items that belong to the relative complement of C in A.
UWL excludes all items from set C from the item types defined in set A. Then the Delta pull job fetches all item types belonging to the resulting item type list.