Advertisement
Guest User

Untitled

a guest
Jul 21st, 2011
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.12 KB | None | 0 0
  1. {
  2. "title":"jBPM BPMN2",
  3. "namespace":"http://b3mn.org/stencilset/bpmn2.0#",
  4. "description":"This is the jBPM BPMN 2.0 stencil set specification.",
  5. "propertyPackages": [
  6. {
  7. "name":"baseAttributes",
  8. "properties": [
  9. {
  10. "id":"name",
  11. "type":"String",
  12. "title":"Name",
  13. "value":"",
  14. "description":"The descriptive name of the BPMN element.",
  15. "description_de":"Bezeichnung des BPMN-Elementes.",
  16. "readonly":false,
  17. "optional":true,
  18. "length":"",
  19. "wrapLines" : true,
  20. "refToView":"text_name"
  21. },
  22. {
  23. "id":"documentation",
  24. "type":"Text",
  25. "title":"Documentation",
  26. "title_de":"Dokumentation",
  27. "value":"",
  28. "description":"This attribute is used to annotate the BPMN element, such as descriptions and other documentation.",
  29. "description_de":"Der Modellierer kann weiteren Text zur Dokumentation des BPMN-Elementes einfügen.",
  30. "readonly":false,
  31. "optional":true,
  32. "length":"",
  33. "wrapLines":true,
  34. "popular" : true
  35. }
  36. ]
  37. },
  38. {
  39. "name" : "bgColor",
  40. "properties" : [
  41. {
  42. "id":"bgcolor",
  43. "type":"Color",
  44. "title":"BackgroundColor",
  45. "title_de":"Hintergrundfarbe",
  46. "value":"#ffffff",
  47. "description":"",
  48. "readonly":false,
  49. "optional":false,
  50. "refToView": "fill_el",
  51. "fill":true,
  52. "stroke":false
  53. }
  54. ]
  55. },
  56. {
  57. "name" : "condition",
  58. "properties" : [
  59. {
  60. "id":"condition",
  61. "type":"String",
  62. "title":"Condition",
  63. "title_de":"Bedingung",
  64. "value":"",
  65. "description":"",
  66. "readonly":false,
  67. "optional":false,
  68. "popular":true
  69. }
  70. ]
  71. },
  72. {
  73. "name":"boundaryevent",
  74. "properties":[
  75. {
  76. "id":"boundarycancelactivity",
  77. "type":"Boolean",
  78. "title":"CancelActivity",
  79. "title_de":"Aktivität abbrechen",
  80. "value":"",
  81. "description":"Denotes whether the activity should be cancelled or not, i.e., whether the boundary catch event acts as an error or an escalation. If the activity is not cancelled, multiple instances of that handler can run concurrently.",
  82. "description_de":"Kennzeichnet ob eine Aktivität abgebrochen werden soll.",
  83. "readonly":false,
  84. "optional":true
  85. }
  86. ]
  87. },
  88. {
  89. "name":"catchEventAttributes",
  90. "properties":[
  91. {
  92. "id":"eventdefinitionref",
  93. "type":"String",
  94. "title":"EventDefinitionRef",
  95. "title_de":"Ereignis-Definitions Referenz",
  96. "value":"",
  97. "description":"EventDefinitionRefs (EventDefinition) is an attribute that defines the type of reusable triggers expected for a catch Event.",
  98. "description_de":"Das Attribut EreignisDefinitionsRef (EreignisDefinition) definiert einen wiederverwendbaren Auslösertyp für ein eintretendes Ereignis.",
  99. "readonly":false,
  100. "optional":true,
  101. "length":"",
  102. "wrapLines":true
  103. },
  104. {
  105. "id":"eventdefinitions",
  106. "type":"String",
  107. "title":"EventDefinitions",
  108. "title_de":"EreignisDefinitionen",
  109. "value":"",
  110. "description":"EventDefinitions (EventDefinition) is an attribute that defines the type of contained triggers expected for a catch Event.",
  111. "description_de":"Das Attribut EreignisDefinitions (EreignisDefinition) definiert die beinhaltenten Auslöser für ein eintretendes Ereignis.",
  112. "readonly":false,
  113. "optional":true,
  114. "length":"",
  115. "wrapLines":true
  116. },
  117. {
  118. "id":"dataoutputassociations",
  119. "type":"Text",
  120. "title":"DataOutputAssociations",
  121. "title_de":"Daten Ausgangs-Assoziation",
  122. "value":"",
  123. "description":"The Data Associations of the catch Event.",
  124. "description_de":"Die Daten-Assoziation für ein eintretendes Ereignis.",
  125. "readonly":false,
  126. "optional":true,
  127. "length":"",
  128. "wrapLines":true
  129. },
  130. {
  131. "id":"dataoutput",
  132. "type":"Text",
  133. "title":"DataOutput",
  134. "title_de":"Daten-Ausgang",
  135. "value":"",
  136. "description":"The Data Associations of the catch Event.",
  137. "description_de":"Die Daten-Assoziation für ein eintretendes Ereignis.",
  138. "readonly":false,
  139. "optional":true,
  140. "length":"",
  141. "wrapLines":true
  142. },
  143. {
  144. "id":"outputset",
  145. "type":"Text",
  146. "title":"OutputSet",
  147. "title_de":"Ausgabe-Menge",
  148. "value":"",
  149. "description":"The OutputSet for the catch Event.",
  150. "description_de":"Die Ausgabe-Sätze für ein eintretendes Ereignis.",
  151. "readonly":false,
  152. "optional":true,
  153. "length":"",
  154. "wrapLines":true
  155. }
  156. ]
  157. },
  158. {
  159. "name":"throwEventAttributes",
  160. "properties":[
  161. {
  162. "id":"eventdefinitionref",
  163. "type":"String",
  164. "title":"EventDefinitionRef",
  165. "title_de":"Ereignis Definitions-Referenz",
  166. "value":"",
  167. "description":"EventDefinitionRefs (EventDefinition) is an attribute that defines the type of reusable triggers expected for a catch Event.",
  168. "description_de":"Das Attribut EreignisDefinitionsRef (EreignisDefinition) definiert einen wiederverwendbaren Auslösertyp für ein eintretendes Ereignis.",
  169. "readonly":false,
  170. "optional":true,
  171. "length":"",
  172. "wrapLines":true
  173. },
  174. {
  175. "id":"eventdefinitions",
  176. "type":"String",
  177. "title":"EventDefinitions",
  178. "title_de":"EreignisDefinitionen",
  179. "value":"",
  180. "description":"EventDefinitions (EventDefinition) is an attribute that defines the type of contained triggers expected for a catch Event.",
  181. "description_de":"Das Attribut EreignisDefinitions (EreignisDefinition) definiert die beinhaltenten Auslöser für ein eintretendes Ereignis.",
  182. "readonly":false,
  183. "optional":true,
  184. "length":"",
  185. "wrapLines":true
  186. },
  187. {
  188. "id":"datainputassociations",
  189. "type":"String",
  190. "title":"DataInputAssociations",
  191. "title_de":"Daten Ausgangs-Assoziationen",
  192. "value":"",
  193. "description":"The Data Associations of the throw Event.",
  194. "description_de":"Die Daten-Assoziationen für ein auslösendes Ereignis.",
  195. "readonly":false,
  196. "optional":true,
  197. "length":"",
  198. "wrapLines":true
  199. },
  200. {
  201. "id":"datainput",
  202. "type":"String",
  203. "title":"Data Input",
  204. "title_de":"Daten-Eingang",
  205. "value":"",
  206. "description":"The Data Associations of the throw Event.",
  207. "description_de":"Die Daten-Assoziation für ein auslösendes Ereignis.",
  208. "readonly":false,
  209. "optional":true,
  210. "length":"",
  211. "wrapLines":true
  212. },
  213. {
  214. "id":"inputset",
  215. "type":"String",
  216. "title":"InputSet",
  217. "title_de":"Ausgabe-Menge",
  218. "value":"",
  219. "description":"The InputSet for the throw Event.",
  220. "description_de":"Die Ausgabe-Sätze für ein auslösendes Ereignis.",
  221. "readonly":false,
  222. "optional":true,
  223. "length":"",
  224. "wrapLines":true
  225. }
  226. ]
  227. },
  228. {
  229. "name" : "compensationThrowing",
  230. "properties" : [
  231. {
  232. "id":"waitforcompletion",
  233. "type":"Boolean",
  234. "title":"Wait for completion",
  235. "title_de":"Auf Fertigstellung warten",
  236. "value":true,
  237. "popular":true,
  238. "description":"Determine whether a throw compensation is performed synchronously or asynchronously.",
  239. "description_de":"Gibt an, ob die erzeugt Kompensierung synchron oder asynchron aufgerufen wird.",
  240. "readonly":false,
  241. "optional":true
  242. }
  243. ]
  244. },
  245. {
  246. "name" : "compensation",
  247. "properties" : [
  248. {
  249. "id":"activityref",
  250. "type":"String",
  251. "title":"Activity reference",
  252. "title_de":"Aktivitätsreferenz",
  253. "value":"",
  254. "popular":true,
  255. "description":"The activity related to the compensation event",
  256. "description_de":"Die Kompensierung betreffende Aktivität",
  257. "readonly":false,
  258. "optional":true
  259. }
  260. ]
  261. },
  262. {
  263. "name":"interrupting",
  264. "properties":[
  265. {
  266. "id":"isinterrupting",
  267. "type":"Boolean",
  268. "title":"Is Interrupting",
  269. "title_de":"ist unterbrechend",
  270. "value":true,
  271. "description":"This attribute denotes whether the Sub-Process encompassing the Event Sub-Process should be cancelled or not.",
  272. "description_de":"Dieses Attribut gibt an, ob der umfassende Subprozess abgebrochen werden soll.",
  273. "inverseBoolean":false,
  274. "readonly":false,
  275. "optional":true,
  276. "refToView": [
  277. "frame",
  278. "frame2"
  279. ]
  280. }
  281. ]
  282. },
  283. {
  284. "name" : "diagram",
  285. "properties" : [
  286. {
  287. "id":"executable",
  288. "type":"Boolean",
  289. "title":"executable",
  290. "title_de":"executable",
  291. "value":true,
  292. "description":"executable",
  293. "description_de":"executable",
  294. "readonly":false,
  295. "optional":true
  296. },
  297. {
  298. "id":"package",
  299. "type":"String",
  300. "title":"package",
  301. "title_de":"package",
  302. "value":"",
  303. "description":"package",
  304. "description_de":"package",
  305. "readonly":false,
  306. "optional":true
  307. },
  308. {
  309. "id":"vardefs",
  310. "type":"Text",
  311. "title":"Variable Definitions",
  312. "title_de":"Variable Definitions",
  313. "value":"",
  314. "description":"Comma-separated variable definitions",
  315. "description_de":"Durch Komma getrennte Variablendeklarationen",
  316. "readonly":false,
  317. "optional":true
  318. },
  319. {
  320. "id":"imports",
  321. "type":"Text",
  322. "title":"Imports",
  323. "title_de":"Imports",
  324. "value":"",
  325. "description":"Comma-separated imports",
  326. "readonly":false,
  327. "optional":true
  328. },
  329. {
  330. "id":"id",
  331. "type":"String",
  332. "title":"id",
  333. "title_de":"id",
  334. "value":"",
  335. "description":"id",
  336. "description_de":"id",
  337. "readonly":false,
  338. "optional":true
  339. },
  340. {
  341. "id":"version",
  342. "type":"String",
  343. "title":"Version",
  344. "value":"",
  345. "description":"This defines the Version number of the Diagram.",
  346. "description_de":"Setzt die Versionsnummer des Diagramms.",
  347. "readonly":false,
  348. "optional":true,
  349. "length":"50"
  350. },
  351. {
  352. "id":"author",
  353. "type":"String",
  354. "title":"Author",
  355. "title_de":"Autor",
  356. "value":"",
  357. "description":"This holds the name of the author of the Diagram.",
  358. "description_de": "Name des Autors des Diagramms.",
  359. "readonly":false,
  360. "optional":true,
  361. "length":"50"
  362. },
  363. {
  364. "id":"language",
  365. "type":"String",
  366. "title":"Language",
  367. "title_de":"Sprache",
  368. "value":"English",
  369. "value_de":"Deutsch",
  370. "description":"This holds the name of the language in which text is written.",
  371. "description_de":"Sprache, in welcher der Text geschrieben ist.",
  372. "readonly":false,
  373. "optional":true,
  374. "length":"50"
  375. },
  376. {
  377. "id":"namespaces",
  378. "type":"Complex",
  379. "title":"Namespaces",
  380. "value":"",
  381. "description":"Additional namespaces and theire prefixes used in the diagram., ",
  382. "description_de":"Optionale Namespaces, die im Diagramm genutzt werden.",
  383. "readonly":false,
  384. "optional":true,
  385. "complexItems": [
  386. {
  387. "id":"prefix",
  388. "name":"Prefix",
  389. "type":"String",
  390. "value":"",
  391. "width":100,
  392. "optional":false
  393. },
  394. {
  395. "id":"url",
  396. "name":"URL",
  397. "type":"String",
  398. "value":"",
  399. "width":200,
  400. "optional":false
  401. }
  402. ]
  403. },
  404. {
  405. "id":"targetnamespace",
  406. "type":"String",
  407. "title":"Target Namespace",
  408. "title_de":"Ziel-Namensraum",
  409. "value":"http://www.omg.org/bpmn20",
  410. "description":"Defines the XML namespace of the elements inside the document.",
  411. "description_de":"Definiert den XML-Namensraum, der für die Elemente im Dokument verwendet wird.",
  412. "readonly":false,
  413. "optional":true,
  414. "length":"50"
  415. },
  416. {
  417. "id":"expressionlanguage",
  418. "type":"String",
  419. "title":"ExpressionLanguage",
  420. "title_de":"Ausdruckssprache",
  421. "value":"http://www.w3.org/1999/XPath",
  422. "description":"A Language may be provided so that the syntax of expressions used in the Diagram can be understood.",
  423. "description_de":"Sprache, mit welcher im Diagramm verwendete Ausdrücke beschrieben sind.",
  424. "readonly":false,
  425. "optional":true,
  426. "length":"50"
  427. },
  428. {
  429. "id":"typelanguage",
  430. "type":"String",
  431. "title":"TypeLanguage",
  432. "title_de":"Typsprache",
  433. "value":"http://www.w3.org/2001/XMLSchema",
  434. "description":"This attribute identifies the type system used by the elements of this Definition.",
  435. "description_de":"Definiert das Typsystem der Elemente dieses Diagramms.",
  436. "readonly":false,
  437. "optional":true,
  438. "length":"50"
  439. },
  440. {
  441. "id":"creationdate",
  442. "type":"Date",
  443. "title":"CreationDate",
  444. "title_de":"Erstellt am",
  445. "value":"",
  446. "description":"This defines the date on which the Diagram was created.",
  447. "description_de":"Datum an dem das Diagramm erstellt wurde.",
  448. "readonly":false,
  449. "optional":true,
  450. "dateFormat":"j/m/y"
  451. },
  452. {
  453. "id":"modificationdate",
  454. "type":"Date",
  455. "title":"ModificationDate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement