Is there an xml template for event handler extension?
Hi,
is there an event handler xml template for schema definition (in order to configure an event handler extension) like that ones for preconditions and follow up?
Thanks,
Michele.
|
3 answers
Ralph Schoon (63.5k●3●36●46)
| answered Apr 15 '15, 6:22 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I am not aware of any template.
You can create the necessary entries from the Extensionpoint however and also
Here is what I got:
Comments
Michele Pegoraro
commented Apr 15 '15, 8:12 a.m.
Ralph, I've already created many event handler extensions without problem. I'm referring to the schema file you can add to extensions in order to configure the extension itself by process configuration source or by a client extension: |
Ralph Schoon (63.5k●3●36●46)
| answered Apr 15 '15, 8:31 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Apr 15 '15, 8:32 a.m.
As that schema file is completely dependent on the need of the custom extension, there is no such template I am aware of. You have to create it on your own.
The format of this schema file is the same for all extensions, as this is a mechanism that is used for all operational behavior. Comments
Michele Pegoraro
commented Apr 15 '15, 8:37 a.m.
Ok, but as in preconditions an follow-up some values are different I suppose that there are specific value to be used for event handler. There are 3 values, these are the example from precondition: <xsd:restriction base="process:preconditionType"> <xsd:element name="precondition" substitutionGroup="process:precondition" type="YOUR_DERIVED_TYPE_NAME"/> |
Ralph Schoon (63.5k●3●36●46)
| answered Apr 15 '15, 8:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I found no example in the handlers that are shipped with the RTC SDK. I found one that I got with another example. No guarantees. I clipped the content in the category element.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Michele,
Can you point to the precondition xml template you are referring to, so I can see if we have the same for event handler?
Thanks,
Ruby
Martha (Ruby) Andrews
Jazz Foundation L3 Development Team Lead
I use the templates provided by this page: https://jazz.net/wiki/bin/view/Main/ProcessExtensionSchemas#Precondition_Template