<?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: Custom Stencils in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-stencils/m-p/6431#M1440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In theory that should be possible (it is possible in Oryx), but I don't the locations of the stencil sets and how they are used.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2010 07:03:14 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2010-10-25T07:03:14Z</dc:date>
    <item>
      <title>Custom Stencils</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-stencils/m-p/6430#M1439</link>
      <description>Hi there:Is there any possibility to run the editor (activiti-modeler) with different configurations regarding to plugins, stencil sets and stencil set extensions?I just want to dissable some of the BPMN Objects in my installation.Thx Best regards</description>
      <pubDate>Sat, 23 Oct 2010 21:32:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-stencils/m-p/6430#M1439</guid>
      <dc:creator>colinjay</dc:creator>
      <dc:date>2010-10-23T21:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Stencils</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-stencils/m-p/6431#M1440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In theory that should be possible (it is possible in Oryx), but I don't the locations of the stencil sets and how they are used.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 07:03:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-stencils/m-p/6431#M1440</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2010-10-25T07:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Stencils</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-stencils/m-p/6432#M1441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I assume, you did check out the sources of the Signavio Core Components from here: &lt;/SPAN&gt;&lt;A href="http://code.google.com/p/signavio-core-components/" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/signavio-core-components/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We did exactly that in a recent project, it is possible by adding a new stencilset-extension in the "editor-&amp;gt;data-&amp;gt;stencilsets-&amp;gt;extensions" folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just look at the bpmn2.0basicsubset for an example. A more comprehensive guide on stencilset-extensions can be found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://code.google.com/p/oryx-editor/wiki/StencilSetPerspectives" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/oryx-editor/wiki/StencilSetPerspectives&lt;/A&gt;&lt;SPAN&gt; and here: &lt;/SPAN&gt;&lt;A href="http://code.google.com/p/oryx-editor/wiki/HowToCreateStencilSet" rel="nofollow noopener noreferrer"&gt;http://code.google.com/p/oryx-editor/wiki/HowToCreateStencilSet&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After you created the extension, you have to enable it:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Add something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;{&lt;BR /&gt; "title" : "Core Elements",&lt;BR /&gt; "title_de":"Kernelemente",&lt;BR /&gt; "namespace" : "&lt;A href="http://oryx-editor.org/stencilsets/extensions/bpmn2.0basicsubset#" rel="nofollow noopener noreferrer"&gt;http://oryx-editor.org/stencilsets/extensions/bpmn2.0basicsubset#&lt;/A&gt;",&lt;BR /&gt; "description":"A basic subset of BPMN 2.0 containing only task, sequence flow, start event, end event, parallel gateway and data-based XOR.",&lt;BR /&gt; "definition":"bpmn2.0basicsubset/bpmn2.0basicsubset.json",&lt;BR /&gt; "extends":"&lt;A href="http://b3mn.org/stencilset/bpmn2.0#" rel="nofollow noopener noreferrer"&gt;http://b3mn.org/stencilset/bpmn2.0#&lt;/A&gt;"&lt;BR /&gt;},&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;to the "configuration-&amp;gt;Activiti-&amp;gt;editor-&amp;gt;extensions.json" file. The files in this folder will be used, if you build the target "Activiti".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to be able to switch between several perspectives, you need to activate the select-perspective plugin in the plugins.xml (same configuration folder as above) by adding these lines:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;plugin source="selectssperspective.js" name="ORYX.Plugins.SelectStencilSetPerspective"&amp;gt;&lt;BR /&gt; &amp;lt;notUsesIn namespace="&lt;A href="http://b3mn.org/stencilset/jbpm4#%22/" rel="nofollow noopener noreferrer"&gt;http://b3mn.org/stencilset/jbpm4#'/&lt;/A&gt;&amp;gt;&lt;BR /&gt; &amp;lt;notUsesIn namespace="&lt;A href="http://b3mn.org/stencilset/timjpdl3#%22/" rel="nofollow noopener noreferrer"&gt;http://b3mn.org/stencilset/timjpdl3#'/&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;lt;/plugin&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure, if you need this, but it does not hurt:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check the last file "stencilsets.json" in that folder and see, that your extension is listed in the "extensions" property of the stencilset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at the "stencilsets.json" in the "default" folder for reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;solar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 08:11:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-stencils/m-p/6432#M1441</guid>
      <dc:creator>solar</dc:creator>
      <dc:date>2010-10-25T08:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Stencils</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-stencils/m-p/6433#M1442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yep, that helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 16:34:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-stencils/m-p/6433#M1442</guid>
      <dc:creator>colinjay</dc:creator>
      <dc:date>2010-10-28T16:34:04Z</dc:date>
    </item>
  </channel>
</rss>

