<?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: component generator in alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230118#M183248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One more thing: How can I see the various component generators available in Alfresco setup that I am using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Mar 2010 14:39:10 GMT</pubDate>
    <dc:creator>mahajanakhil</dc:creator>
    <dc:date>2010-03-22T14:39:10Z</dc:date>
    <item>
      <title>component generator in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230117#M183247</link>
      <description>I am a new user of Alfresco and using it as my application's repository.I have configured new attributes in alfresco.The problem is that I want to add component generators for these attributes. The attributes have types 'date' and 'numeric' in my application.&amp;lt;show-property name="qps:issueNumber"</description>
      <pubDate>Mon, 22 Mar 2010 14:37:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230117#M183247</guid>
      <dc:creator>mahajanakhil</dc:creator>
      <dc:date>2010-03-22T14:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: component generator in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230118#M183248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One more thing: How can I see the various component generators available in Alfresco setup that I am using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 14:39:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230118#M183248</guid>
      <dc:creator>mahajanakhil</dc:creator>
      <dc:date>2010-03-22T14:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: component generator in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230119#M183249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As long as you in your Alfresco implementation have a custom written component-generator with the name SimpleDomainValueWithBlankSelectorGenerator and that that one corresponds to a property in the property sheet, your configuration looks ok. To find out which ComponentGenerators that are available to you I suggest you seach for all implementors of the IComponentGenerator interface in your source code (and in Alfrescos source code as well) . For instructions on how to write generators of your own please have a look at the following wiki-page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Component_Generator_Framework" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Component_Generator_Framework&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Erik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 15:57:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230119#M183249</guid>
      <dc:creator>billerby</dc:creator>
      <dc:date>2010-03-22T15:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: component generator in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230120#M183250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not a developer, merely a DBA. But I am trying to accomplish it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please let me know where could I find the source code in Alfresco Installation Directory that would tell me about various component generators?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Mar 2010 16:10:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230120#M183250</guid>
      <dc:creator>mahajanakhil</dc:creator>
      <dc:date>2010-03-22T16:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: component generator in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230121#M183251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You will have to download the source code from the Alfresco subversion repository, its not provided in the installation packages. If you only need to browse the source code for generators, you can always try this link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/web-client/source/java/org/alfresco/web/bean/generator/" rel="nofollow noopener noreferrer"&gt;http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/web-client/source/java/org/alfresco/web/bean/generator/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Be aware of that you are browsing the trunk of the repository using this link, aka version 3.3alfa (or something). However as far as I know there are no new development taking place for the Alfresco Explorer, so those are probably the same classes as in your version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Erik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Mar 2010 10:36:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230121#M183251</guid>
      <dc:creator>billerby</dc:creator>
      <dc:date>2010-03-23T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: component generator in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230122#M183252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to develop a component generator in Alfresco 3.3 for advanced search. In the wiki link says:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Currently, only the property sheet uses component generators, this will spread to the advanced search as well in a future release"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know if this option is already included?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank yoi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 May 2010 21:59:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/component-generator-in-alfresco/m-p/230122#M183252</guid>
      <dc:creator>soriaedu79</dc:creator>
      <dc:date>2010-05-20T21:59:16Z</dc:date>
    </item>
  </channel>
</rss>

