<?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 Re: Generator and/or Converter to show content properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165670#M119336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First of all, thanks for the &lt;/SPAN&gt;&lt;EM&gt;fast&lt;/EM&gt;&lt;SPAN&gt; reply, it's much appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That content is not really something that can be easily "summarized" in a normal property: the custom property contains (probably large) binary data that must be parsed in its components (example given, one of the components is a digital signature that must be verified).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using a full-fledged Generator there would be the same problems to access a content property as there are with a Converter?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or are there other ways to customize the webclient with custom pieces? (maybe a wizard, or custom JSPs… I'm just brainstorming here, but I'll take a better look at the documentation; any pointer to the correct section is appreciated)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2008 15:36:09 GMT</pubDate>
    <dc:creator>lapo</dc:creator>
    <dc:date>2008-02-06T15:36:09Z</dc:date>
    <item>
      <title>Generator and/or Converter to show content properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165668#M119334</link>
      <description>Hi.I have created a few aspects, a few new textual &amp;amp; date properties, and all works perfectly, get indexed by Lucene, are shown and edited correctly in the webclient, all is peachy (not without a learning curve, that is, but I've got far enough on that curve to have them working).The problem is</description>
      <pubDate>Wed, 06 Feb 2008 11:49:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165668#M119334</guid>
      <dc:creator>lapo</dc:creator>
      <dc:date>2008-02-06T11:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Generator and/or Converter to show content properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165669#M119335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Content properties are not supported in the property sheet (in fact those properties are set to read-only) so there is a good chance the context is not being setup properly for the converter to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If all you want to do is get the byte size of some content it will probably be easier to expose the byte size as an additional property of the client side Node object the web client uses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you look at BrowseBean.queryBrowseNodes() you'll notice some additional properties being added via 'propertyResolvers', I would try this approach. In fact, there is already a "size" property added for the default content property so you can use this as an example.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 14:20:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165669#M119335</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-02-06T14:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Generator and/or Converter to show content properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165670#M119336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First of all, thanks for the &lt;/SPAN&gt;&lt;EM&gt;fast&lt;/EM&gt;&lt;SPAN&gt; reply, it's much appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That content is not really something that can be easily "summarized" in a normal property: the custom property contains (probably large) binary data that must be parsed in its components (example given, one of the components is a digital signature that must be verified).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using a full-fledged Generator there would be the same problems to access a content property as there are with a Converter?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or are there other ways to customize the webclient with custom pieces? (maybe a wizard, or custom JSPs… I'm just brainstorming here, but I'll take a better look at the documentation; any pointer to the correct section is appreciated)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 15:36:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165670#M119336</guid>
      <dc:creator>lapo</dc:creator>
      <dc:date>2008-02-06T15:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Generator and/or Converter to show content properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165671#M119337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I will try to list steps which are needed to achieve custom visual representation of binary data &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. As Gavin allready said, first thing you have to do is change BrowseBean.queryBrowseNodes and add your own NodePropertyResolver implementation which will return your binary content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. You will have to write and register custom JSF component. The responsibility of this component is to&amp;nbsp; analyze bound binary data and render visual representation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Write and register component generator which will instantiate and initialize your custom component and will also perform value binding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Register new component generator with property sheet&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Denis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 17:47:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165671#M119337</guid>
      <dc:creator>dhalupa</dc:creator>
      <dc:date>2008-02-06T17:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Generator and/or Converter to show content properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165672#M119338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah OK, I misunderstood Gavin regarding the resolvers, I tought he meant an actual property had to be created. I'll take a deep look at those classes you both mentioned, thanks for the pointers!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 08:55:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165672#M119338</guid>
      <dc:creator>lapo</dc:creator>
      <dc:date>2008-02-07T08:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Generator and/or Converter to show content properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165673#M119339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for clarifying Denis&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 14:11:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generator-and-or-converter-to-show-content-properties/m-p/165673#M119339</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-02-08T14:11:06Z</dc:date>
    </item>
  </channel>
</rss>

