Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
72:scripting_entity_name [2018/07/24 17:04] – created bkkr72:scripting_entity_name [2018/07/24 18:13] – [EnitityName] bkkr
Line 2: Line 2:
  
 ====== EnitityName ====== ====== EnitityName ======
 +
 +Stages Elements can be retrieved via the getEntities-method. The string value which specifies the search was the following syntax:
 +
 +[name][::namespace][@domain],[filter="value"]
 +
 +Namespace (Optional)
 +
 +^Name^Description|
 +|MODEL|(default)|
 +|HIERARCHIC|Must be combined with the name //hierarchy.// e.g. hierarchy::HIERARCHIC@LOCAL|
 +
 +Domain (Optional)
 +
 +^Name^Description|
 +|LOCAL|Metamodel specific associations refer to PKitProcess.xml (default)|
 +|REMOTE|Associations to elements of other process modules|
 +|SYSTEM|System Specific associations|
 +|EXTERNAL|Comment-only associations|
 +
 +Filter (Optional)
 +
 +^Name^Description|
 +|targetrole|e.g. targetrole=parent|
 +|sourcerole|e.g. targetrole=children|
 +|targetelementtype|e.g. targetelementtype=ProcessElementClass(content_02|Artifact) Filters all artifacts of the metamodel content_02|
 +
 +\\