<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic question about querying documents by properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/question-about-querying-documents-by-properties/m-p/240753#M193883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need help understanding something.&amp;nbsp; How and where are the (non cmis specified) properties of a document defined.&amp;nbsp; I see that you can query a document using something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT cmis:name from sc:marketingDoc where sc:lastName = 'Smith'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So where is "sc:lastName" defined?&amp;nbsp; Would it be defined under &amp;lt;cmis&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;roperties&amp;gt; in the sc:marketingDoc &amp;lt;entry&amp;gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;cmisra&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bject&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cmis&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;roperties&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;cmis&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ropertyString propertyDefinitionID="sc:lastName"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I need to know where I can go find the properties of an object so I can specify the where clause of a query string.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Feb 2010 15:33:24 GMT</pubDate>
    <dc:creator>mgagnon</dc:creator>
    <dc:date>2010-02-04T15:33:24Z</dc:date>
    <item>
      <title>question about querying documents by properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/question-about-querying-documents-by-properties/m-p/240753#M193883</link>
      <description>I need help understanding something.&amp;nbsp; How and where are the (non cmis specified) properties of a document defined.&amp;nbsp; I see that you can query a document using something likeSELECT cmis:name from sc:marketingDoc where sc:lastName = 'Smith'So where is "sc:lastName" defined?&amp;nbsp; Would it be defined under &amp;amp;</description>
      <pubDate>Thu, 04 Feb 2010 15:33:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/question-about-querying-documents-by-properties/m-p/240753#M193883</guid>
      <dc:creator>mgagnon</dc:creator>
      <dc:date>2010-02-04T15:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: question about querying documents by properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/question-about-querying-documents-by-properties/m-p/240754#M193884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mgagnon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure if you already have the answer for your question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The CMIS are trying to wrap all ECM specific models through their services, so if you need to know which additional properites&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a document has, you should request the meta-model of the document referenced by the cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectTypeId (meta model id)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this Id can be used to query the repository for the coresponding meta-model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also all instances (=documents) of a meta-model should have all properties in their properties collection, which can be requested&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;by the cmis&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;bjectId from the ObjectServices of the CMIS provider.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alex&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 08:21:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/question-about-querying-documents-by-properties/m-p/240754#M193884</guid>
      <dc:creator>alexh</dc:creator>
      <dc:date>2010-05-20T08:21:16Z</dc:date>
    </item>
  </channel>
</rss>

