<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wandora.org/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wandora.org/w/index.php?action=history&amp;feed=atom&amp;title=SubjectIdentifiers_%28query_directive%29</id>
		<title>SubjectIdentifiers (query directive) - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wandora.org/w/index.php?action=history&amp;feed=atom&amp;title=SubjectIdentifiers_%28query_directive%29"/>
		<link rel="alternate" type="text/html" href="http://wandora.org/w/index.php?title=SubjectIdentifiers_(query_directive)&amp;action=history"/>
		<updated>2026-04-18T14:46:05Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.1</generator>

	<entry>
		<id>http://wandora.org/w/index.php?title=SubjectIdentifiers_(query_directive)&amp;diff=6933&amp;oldid=prev</id>
		<title>Olli at 09:44, 21 August 2009</title>
		<link rel="alternate" type="text/html" href="http://wandora.org/w/index.php?title=SubjectIdentifiers_(query_directive)&amp;diff=6933&amp;oldid=prev"/>
				<updated>2009-08-21T09:44:02Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Description ==&lt;br /&gt;
&lt;br /&gt;
Returns all subject identifiers of the input topic.&lt;br /&gt;
&lt;br /&gt;
== Constructor ==&lt;br /&gt;
&lt;br /&gt;
SubjectIdentifiers()&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
You can use ''SubjectIdentifiers'' directive alone to simply get the subject identifiers of the input topic&lt;br /&gt;
&lt;br /&gt;
 importPackage(org.wandora.query2);&lt;br /&gt;
 new SubjectIdentifiers()&lt;br /&gt;
&lt;br /&gt;
Following example gets the base name of the input topic or the first subject identifier if it doesn't have a base name.&lt;br /&gt;
&lt;br /&gt;
 importPackage(org.wandora.query2);&lt;br /&gt;
 new If(&lt;br /&gt;
   new BaseName().where(&amp;quot;#DEFAULT&amp;quot;,&amp;quot;!=&amp;quot;,null),&lt;br /&gt;
   new BaseName(),&lt;br /&gt;
   new First(new SubjectIdentifiers())&lt;br /&gt;
 )&lt;br /&gt;
&lt;br /&gt;
[[Category:Query directives]]&lt;/div&gt;</summary>
		<author><name>Olli</name></author>	</entry>

	</feed>