<?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: List all IdentyLinks for a model in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/list-all-identylinks-for-a-model/m-p/184263#M137393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the BpmnModel is indeed the way to go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2015 19:26:38 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-07-14T19:26:38Z</dc:date>
    <item>
      <title>List all IdentyLinks for a model</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/list-all-identylinks-for-a-model/m-p/184261#M137391</link>
      <description>Hi, i want to get a list of all groups/users candidates for a model. i have try to user the method offer by the RepositoryService (getIdentityLinksForProcessDefinition()) and it only return the list of identitylink in the runtime. Do you know how i can get this data directly on the all model ? Thank</description>
      <pubDate>Fri, 10 Jul 2015 12:37:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/list-all-identylinks-for-a-model/m-p/184261#M137391</guid>
      <dc:creator>pred05</dc:creator>
      <dc:date>2015-07-10T12:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: List all IdentyLinks for a model</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/list-all-identylinks-for-a-model/m-p/184262#M137392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have used the POJO which parse the bpmn file (BpmnModel).&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;RepositoryService repositoryService = processEngine.getRepositoryService();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; BpmnModel model =&amp;nbsp; repositoryService.getBpmnModel("helloActiviti:21:67504");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; List&amp;lt;org.activiti.bpmn.model.Process&amp;gt; processes = model.getProcesses();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; List&amp;lt;UserTask&amp;gt; flowElements = processes.get(0).findFlowElementsOfType(UserTask.class);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; logger.info(""+flowElements.size());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; for(UserTask elem : flowElements)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; logger.info(elem.getName()+" - "+elem.getCandidateGroups().size()+" "+elem.getCandidateGroups().toString());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 08:45:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/list-all-identylinks-for-a-model/m-p/184262#M137392</guid>
      <dc:creator>pred05</dc:creator>
      <dc:date>2015-07-13T08:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: List all IdentyLinks for a model</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/list-all-identylinks-for-a-model/m-p/184263#M137393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the BpmnModel is indeed the way to go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 19:26:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/list-all-identylinks-for-a-model/m-p/184263#M137393</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-07-14T19:26:38Z</dc:date>
    </item>
  </channel>
</rss>

