<?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: full text search in variables in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68396#M43835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, so why do you define this method?&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;runtimeService.createProcessInstanceQuery().variableValueLike(arg0, arg1)&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;and not &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;historicalService.createProcessInstanceQuery().variableValueLike(arg0, arg1)&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;historicalService.createHistoricDetailQuery().variableValueLike(arg0, arg1)&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry, but it seems not coeherent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Dec 2011 10:14:47 GMT</pubDate>
    <dc:creator>elsarfhem</dc:creator>
    <dc:date>2011-12-01T10:14:47Z</dc:date>
    <item>
      <title>full text search in variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68392#M43831</link>
      <description>I think that actually there's a big limitation in Activiti framework. I want to search a string with contains criteria in variables stored by engine… But there's no method in api that expose this functionality!I would like to do something likehistoryService.createHistoricDetailQuery().variableUpdate</description>
      <pubDate>Wed, 30 Nov 2011 13:20:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68392#M43831</guid>
      <dc:creator>elsarfhem</dc:creator>
      <dc:date>2011-11-30T13:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: full text search in variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68393#M43832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't know very well Activiti API but there is always possibility to search directly in database table with 'like' sql statement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Meanwhile you can send JIRA request for that functionality (if it is not implemented).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 14:15:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68393#M43832</guid>
      <dc:creator>michal_warecki</dc:creator>
      <dc:date>2011-11-30T14:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: full text search in variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68394#M43833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know I could to an home-made search but it's not the same thing, architecturally speaking… I choose a bpm engine to be aware of all things related to the process (like process variables).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it should be a fundamental operation of the historical engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that the activiti staff explain us how to deal with this requirements.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 14:38:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68394#M43833</guid>
      <dc:creator>elsarfhem</dc:creator>
      <dc:date>2011-11-30T14:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: full text search in variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68395#M43834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a difference between process variables and all you domain data. We always clearly separated them and use a best of breed solution for each. E.g. Alfresco with all it's full text search options or just use you own database with jpa and use references. This works great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 07:18:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68395#M43834</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-12-01T07:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: full text search in variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68396#M43835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ok, so why do you define this method?&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;runtimeService.createProcessInstanceQuery().variableValueLike(arg0, arg1)&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;and not &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;historicalService.createProcessInstanceQuery().variableValueLike(arg0, arg1)&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;historicalService.createHistoricDetailQuery().variableValueLike(arg0, arg1)&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry, but it seems not coeherent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 10:14:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68396#M43835</guid>
      <dc:creator>elsarfhem</dc:creator>
      <dc:date>2011-12-01T10:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: full text search in variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68397#M43836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1: I did not define that&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2: I never mentioned everything was coherent&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3: The fact that something is possible does mean it is optimal (try driving in a screw with a hammer)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 15:36:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68397#M43836</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-12-02T15:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: full text search in variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68398#M43837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;but how can you say that would be optimal search ALL process variable (not domain data… I use JPA for that) in memory rather than having a service that retrieve only those of interests!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Critics help project growth of project. I thought it would be nice to point out this lacks in functionality… maybe I was wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you anyway&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 15:49:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68398#M43837</guid>
      <dc:creator>elsarfhem</dc:creator>
      <dc:date>2011-12-02T15:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: full text search in variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68399#M43838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, my comment was not meant to sound harsh. Criticism helps indeed, but often people are looking for one-solution-fits-all in a bpm engine and they want to have it do everything. That is never a good way to start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4: I never said it was optimal to search ALL process variables. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We (I) never search ALL process variables. They are only used in the process instance/engine. If I want/need to search things, I search in the domain model (and/or something like Alfresco ECM) and find the corresponding entries in the bpm engine if necessary &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The next question could be: 'I want to search in a pdf as well, can that be done?', or something similar. Sure it can, but that is what a content management solution is good at.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Dec 2011 18:39:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68399#M43838</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-12-03T18:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: full text search in variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68400#M43839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Sorry, my comment was not meant to sound harsh. Criticism helps indeed, but often people are looking for one-solution-fits-all in a bpm engine and they want to have it do everything. That is never a good way to start.&lt;BR /&gt;&lt;BR /&gt;4: I never said it was optimal to search ALL process variables. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;We (I) never search ALL process variables. They are only used in the process instance/engine. If I want/need to search things, I search in the domain model (and/or something like Alfresco ECM) and find the corresponding entries in the bpm engine if necessary &lt;BR /&gt;&lt;BR /&gt;The next question could be: 'I want to search in a pdf as well, can that be done?', or something similar. Sure it can, but that is what a content management solution is good at.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not looking for one-framework-to-rule'em-all, I agree with you but I think that variable search should be a process engine responsability. I think that engine will have a great usability boost with this feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You never said it was optimal, but it's the only kind of search that process engine expose for historical variables… &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you never search for process variable means that you are modeling some data as domain data and as process data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It sounds me quite redundant (at least), don't you?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 11:30:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68400#M43839</guid>
      <dc:creator>elsarfhem</dc:creator>
      <dc:date>2011-12-05T11:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: full text search in variables</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68401#M43840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;retrieving variables is a engine responsibility, finding them based on substrings (or even full values) can be debated. I've never used it. Searching in a domain model or something like alfresco works better imo. And no, we do not store them twice, we store references using jpa if needed and even better is that we use expressions that retrieve values from beans in the context (cdi), so we almost do not store anything in the process engine…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 17:24:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/full-text-search-in-variables/m-p/68401#M43840</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-12-05T17:24:30Z</dc:date>
    </item>
  </channel>
</rss>

