<?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: How worklist and clipboard  works ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-worklist-and-clipboard-works/m-p/313260#M261</link>
    <description>&lt;P&gt;The worklist and clipboard fragment are initialized by the &lt;EM&gt;org.nuxeo.ecm.webapp.documentsLists.DocumentsListsService/list&lt;/EM&gt; extension point.&lt;/P&gt;
&lt;P&gt;If you want to add a list, you just have to contribute a new list into this extension point with the category &lt;EM&gt;CLIPBOARD&lt;/EM&gt;:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;extension target="org.nuxeo.ecm.webapp.documentsLists.DocumentsListsService"
    point="list"&amp;gt;
    &amp;lt;documentsList name="NAME"&amp;gt;
      &amp;lt;category&amp;gt;CLIPBOARD&amp;lt;/category&amp;gt;
      &amp;lt;imageURL&amp;gt;/icons/myicon.gif&amp;lt;/imageURL&amp;gt;
      &amp;lt;title&amp;gt;theNameOfMyList&amp;lt;/title&amp;gt;
      &amp;lt;persistent&amp;gt;IfTheListIsStoredIntoTheRepositoryOrJustInTheSession&amp;lt;/persistent&amp;gt;
    &amp;lt;/documentsList&amp;gt;
  &amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you want to add Actions below the list, create them into the &lt;EM&gt;NAME_LIST&lt;/EM&gt; category, here.&lt;/P&gt;
&lt;P&gt;And if you want to populate or use this list in automation you can look what we did:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;To get docs stored into your list: FetchFromWorklist&lt;/LI&gt;
&lt;LI&gt;To clear the docs stored into your list: ClearWorklist&lt;/LI&gt;
&lt;LI&gt;to populate: AddToWorklist&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;And if you want to remove, you just have to disable lists:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.ecm.webapp.documentsLists.DocumentsListsService "
point="list"&amp;gt;
  &amp;lt;documentsList name="CLIPBOARD" enabled="false"/&amp;gt;
  &amp;lt;documentsList name="DEFAULT" enabled="false"/&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 12 Mar 2012 12:24:54 GMT</pubDate>
    <dc:creator>Benjamin_Jalon1</dc:creator>
    <dc:date>2012-03-12T12:24:54Z</dc:date>
    <item>
      <title>How worklist and clipboard  works ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-worklist-and-clipboard-works/m-p/313259#M260</link>
      <description>&lt;P&gt;I would like to disable the worklist below the navigation tree, and I would like to manage my own list there.&lt;/P&gt;
&lt;P&gt;Can you help me?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2012 12:08:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-worklist-and-clipboard-works/m-p/313259#M260</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-03-12T12:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: How worklist and clipboard  works ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-worklist-and-clipboard-works/m-p/313260#M261</link>
      <description>&lt;P&gt;The worklist and clipboard fragment are initialized by the &lt;EM&gt;org.nuxeo.ecm.webapp.documentsLists.DocumentsListsService/list&lt;/EM&gt; extension point.&lt;/P&gt;
&lt;P&gt;If you want to add a list, you just have to contribute a new list into this extension point with the category &lt;EM&gt;CLIPBOARD&lt;/EM&gt;:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;extension target="org.nuxeo.ecm.webapp.documentsLists.DocumentsListsService"
    point="list"&amp;gt;
    &amp;lt;documentsList name="NAME"&amp;gt;
      &amp;lt;category&amp;gt;CLIPBOARD&amp;lt;/category&amp;gt;
      &amp;lt;imageURL&amp;gt;/icons/myicon.gif&amp;lt;/imageURL&amp;gt;
      &amp;lt;title&amp;gt;theNameOfMyList&amp;lt;/title&amp;gt;
      &amp;lt;persistent&amp;gt;IfTheListIsStoredIntoTheRepositoryOrJustInTheSession&amp;lt;/persistent&amp;gt;
    &amp;lt;/documentsList&amp;gt;
  &amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you want to add Actions below the list, create them into the &lt;EM&gt;NAME_LIST&lt;/EM&gt; category, here.&lt;/P&gt;
&lt;P&gt;And if you want to populate or use this list in automation you can look what we did:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;To get docs stored into your list: FetchFromWorklist&lt;/LI&gt;
&lt;LI&gt;To clear the docs stored into your list: ClearWorklist&lt;/LI&gt;
&lt;LI&gt;to populate: AddToWorklist&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;And if you want to remove, you just have to disable lists:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.ecm.webapp.documentsLists.DocumentsListsService "
point="list"&amp;gt;
  &amp;lt;documentsList name="CLIPBOARD" enabled="false"/&amp;gt;
  &amp;lt;documentsList name="DEFAULT" enabled="false"/&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Mar 2012 12:24:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-worklist-and-clipboard-works/m-p/313260#M261</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-03-12T12:24:54Z</dc:date>
    </item>
  </channel>
</rss>

