<?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: Question regarding identityService in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/question-regarding-identityservice/m-p/206936#M160066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't follow. You stored your groups in an enum? And you expect the groupQuery (that does a database query) to return those?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you create the groups through the GroupService.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2014 15:55:05 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2014-12-05T15:55:05Z</dc:date>
    <item>
      <title>Question regarding identityService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/question-regarding-identityservice/m-p/206935#M160065</link>
      <description>I have some bpmn-xml files deployed in an application I finally managed to write. Usergroups are defined in the xmls as follows: &amp;lt;potentialOwner&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;resourceAssignmentExpression&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;formalExpression&amp;gt;1_PRODUKTAPPLIKATEUR&amp;lt;/formalExpression&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/resourceAssignm</description>
      <pubDate>Fri, 05 Dec 2014 14:29:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/question-regarding-identityservice/m-p/206935#M160065</guid>
      <dc:creator>srón</dc:creator>
      <dc:date>2014-12-05T14:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding identityService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/question-regarding-identityservice/m-p/206936#M160066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't follow. You stored your groups in an enum? And you expect the groupQuery (that does a database query) to return those?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you create the groups through the GroupService.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2014 15:55:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/question-regarding-identityservice/m-p/206936#M160066</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-12-05T15:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding identityService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/question-regarding-identityservice/m-p/206937#M160067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The enum holds the users, but of course, I do not expect to grab them (id est the enum's user variables) by the anctiviti engine. But since the following has been done…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProcessEngine processEngine = ProcessEngines.getDefaultProcessEngine();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RepositoryService repositoryService = processEngine.getRepositoryService();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;repositoryService.createDeployment()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; .addClasspathResource("myOwn.bpmn20.xml")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; .deploy();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…and myOwn.bpmn20.xml already contains the groups, and they should be accessible with the createGroupQuery() - method of the identity service, yet the list of groups that method gives back is always empty.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Dec 2014 08:11:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/question-regarding-identityservice/m-p/206937#M160067</guid>
      <dc:creator>srón</dc:creator>
      <dc:date>2014-12-07T08:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding identityService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/question-regarding-identityservice/m-p/206938#M160068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still, you haven't answered my questions. Do you have these groups in your ACT_ID_GROUP table? That's the only way they'll pop up in the groupQuery results. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 13:34:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/question-regarding-identityservice/m-p/206938#M160068</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-12-08T13:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding identityService</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/question-regarding-identityservice/m-p/206939#M160069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for not having answered concisely, err - my ACT_ID_GROUP table is empty &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; So then I will have to make use of the identity service to create those groups(?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 14:59:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/question-regarding-identityservice/m-p/206939#M160069</guid>
      <dc:creator>srón</dc:creator>
      <dc:date>2014-12-08T14:59:46Z</dc:date>
    </item>
  </channel>
</rss>

