From ee179911cfa6a76a73d1e39dbdcc062414a3d6cd Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 22 Jun 2010 11:35:04 -0700 Subject: [PATCH] Document that getLineage*'s excludeClasses are appended with wildcards, so sub-classes are also excluded. --- lib/WebGUI/AssetLineage.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/AssetLineage.pm b/lib/WebGUI/AssetLineage.pm index 54383626c..f478f66a7 100644 --- a/lib/WebGUI/AssetLineage.pm +++ b/lib/WebGUI/AssetLineage.pm @@ -579,6 +579,7 @@ An integer describing how many levels of ancestry from the start point that shou =head4 excludeClasses An array reference containing a list of asset classes to remove from the result set. The opposite of the includOnlyClasses rule. +Each class is internally appended with a SQL wildcard, so any subclass will also be excluded. =head4 invertTree