<?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: Report Showing Documents Assigned To User - XPATH ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/report-showing-documents-assigned-to-user-xpath/m-p/10871#M4192</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;An interesting question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure I have seen functionality like this anywhere else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this really what you want?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be easier to find all the documents you own (the creator by default) and then find all the children that do not have another owner&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- and therefore have full access.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There may be other objects to which you have write access. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you really want "get things that A needs to work on because they are in some workflow"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"All objects for which A has right permissions" is going to be hard work and return everything for admin!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You would have to find all write permissions assigned to a user (and all groups they are be in).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Find the nodes with permissions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Find all chidlren&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Find all denied&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Find all denied children&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) Find ownership and inheritance &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Work out the result&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2006 16:09:24 GMT</pubDate>
    <dc:creator>andy</dc:creator>
    <dc:date>2006-06-02T16:09:24Z</dc:date>
    <item>
      <title>Report Showing Documents Assigned To User - XPATH ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/report-showing-documents-assigned-to-user-xpath/m-p/10870#M4191</link>
      <description>I am trying to fill a user requirement in which they want to be able to quickly see what documents are "assigned" to they.As an initial attempt at this I am trying to create a template that uses an XPATH search for all documents that they have write permissions on.I can see how to search using XPATH</description>
      <pubDate>Fri, 26 May 2006 18:12:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/report-showing-documents-assigned-to-user-xpath/m-p/10870#M4191</guid>
      <dc:creator>csiege</dc:creator>
      <dc:date>2006-05-26T18:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Report Showing Documents Assigned To User - XPATH ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/report-showing-documents-assigned-to-user-xpath/m-p/10871#M4192</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;An interesting question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure I have seen functionality like this anywhere else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this really what you want?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be easier to find all the documents you own (the creator by default) and then find all the children that do not have another owner&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- and therefore have full access.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There may be other objects to which you have write access. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you really want "get things that A needs to work on because they are in some workflow"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"All objects for which A has right permissions" is going to be hard work and return everything for admin!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You would have to find all write permissions assigned to a user (and all groups they are be in).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Find the nodes with permissions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Find all chidlren&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Find all denied&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Find all denied children&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6) Find ownership and inheritance &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Work out the result&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 16:09:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/report-showing-documents-assigned-to-user-xpath/m-p/10871#M4192</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2006-06-02T16:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Report Showing Documents Assigned To User - XPATH ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/report-showing-documents-assigned-to-user-xpath/m-p/10872#M4193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It is the case where I a document is in a workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A document is ready to be reviewed or edited and when that person logs into alfresco I want an easy way for them to see thats the case and have a link to jump to that space or document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 16:33:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/report-showing-documents-assigned-to-user-xpath/m-p/10872#M4193</guid>
      <dc:creator>csiege</dc:creator>
      <dc:date>2006-06-02T16:33:38Z</dc:date>
    </item>
  </channel>
</rss>

