02-19-2007 06:25 AM
02-19-2007 06:29 AM
java.util.Arrays.sort(categories);
preRoot = new Path(categories[0]);
Chop this path to remove the trailing wildcards to include children,
leaving at most 4 (?) Path.Elements
("/member" doesn't seem to be being used, here)
Drop the tail of this Path until the third to last node is either
not an instance of classifiable or
is called categoryRoot (just being careful!)
(the path should now end at the correct top-level super-category)
Now loop appending the path strings with 'OR' as before, but
check each time that the prefix of the Path matches the one found above.
When this match fails (i.e. the prefix has changed),
output " ) AND ( "
get a new preRoot by trimming the new path and continue as before.
02-19-2007 06:32 AM
02-19-2007 06:33 AM
02-20-2007 03:58 AM
02-20-2007 02:17 PM
02-22-2007 07:16 AM
Hi
Categories can be linked in to mutiple categories 🙂
It is not exposed in the UI.
02-22-2007 07:18 AM
Yes, JIRA would be better.
02-24-2007 06:27 AM
03-07-2007 07:20 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.