<?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: Can we add 'hiddden' property in JavaTask in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/can-we-add-hiddden-property-in-javatask/m-p/104986#M73373</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;no, there's no way to do that at the moment if you mark the property as a @Property. But since you're hard coding the value, that would mean you're dependent on the CST anyway from your Delegation, so if you simply put a static value in the CST, you could solve it that way. Or am I missing the point?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2012 17:28:21 GMT</pubDate>
    <dc:creator>tiesebarrell</dc:creator>
    <dc:date>2012-03-19T17:28:21Z</dc:date>
    <item>
      <title>Can we add 'hiddden' property in JavaTask</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-we-add-hiddden-property-in-javatask/m-p/104985#M73372</link>
      <description>We'd like to know if we can add a hidden property in the interface definition of a JavaTask (when implementing custom JavaTasks for the palette), that are not available for the creators of itinerary/orchestration designers, but can be retrieved by the JavaDelegate implementation class. For example,</description>
      <pubDate>Fri, 16 Mar 2012 03:11:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-we-add-hiddden-property-in-javatask/m-p/104985#M73372</guid>
      <dc:creator>jjfutt</dc:creator>
      <dc:date>2012-03-16T03:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add 'hiddden' property in JavaTask</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-we-add-hiddden-property-in-javatask/m-p/104986#M73373</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;no, there's no way to do that at the moment if you mark the property as a @Property. But since you're hard coding the value, that would mean you're dependent on the CST anyway from your Delegation, so if you simply put a static value in the CST, you could solve it that way. Or am I missing the point?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 17:28:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-we-add-hiddden-property-in-javatask/m-p/104986#M73373</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2012-03-19T17:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add 'hiddden' property in JavaTask</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-we-add-hiddden-property-in-javatask/m-p/104987#M73374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tiesebarrell: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for responding. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure what you meant by 'CST' - but I kind of understand your suggestion. Yes since the value is hardcoded, in my Java Implementation (that implementation JavaDelgate or ActivityBehavior interface) I can call 'WhateverSericeInterfaceDefinition'.getHardCodedValue(); However, that would be our last resort. Our first choice would be to able to say in the implementation class&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;execution.retrieveAllPropertiesOfTheCallingJavaTaskInterface();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This way, the implementation class doesn't have to know the exact class that was use to define the JavaTask node in the Service Palette. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did I explain it properly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions or hints would be welcome.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 03:21:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-we-add-hiddden-property-in-javatask/m-p/104987#M73374</guid>
      <dc:creator>jjfutt</dc:creator>
      <dc:date>2012-03-21T03:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can we add 'hiddden' property in JavaTask</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/can-we-add-hiddden-property-in-javatask/m-p/104988#M73375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, I see. BTW: CST means CustomServiceTask, which is what you are making &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, I don't think you'll be able to do that. The reason for this is that the BPMN that's executed for the process is in no way related to the modelled CST other than the properties are in Activiti-specific fields. The only way to get information from one to the other is through injected properties as you've been using or by using a static reference. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you could do, which gets you a little closer, is to have the fields injected in the delegate, annotate them yourself (e.g. with your own annotation) and then create some kind of abstract class that contains a way to read all of those annotated properties. Since you're looking for specific things in the properties however, I don't really see a real advantage to that, since you're basically creating a general list of properties from a specific set, while you're also looking for specific properties in the first place. Seems like a lot of work with little purpose. Maybe I don't really understand what you're after.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 09:32:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/can-we-add-hiddden-property-in-javatask/m-p/104988#M73375</guid>
      <dc:creator>tiesebarrell</dc:creator>
      <dc:date>2012-03-21T09:32:44Z</dc:date>
    </item>
  </channel>
</rss>

