Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SOA/BPMN Modeler/BPMN Modeler Samples"

(EclipseCon sample)
(BPEL to BPMN generation)
Line 24: Line 24:
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/org.eclipse.stp.bpmn.samples/ code]
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/org.eclipse.stp.bpmn.samples/ code]
  
 +
=== Annotation Drag and Drop ===
 +
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/org.eclipse.stp.bpmn.sample.annotationDnD/ code]
 +
 +
This sample contains a DnDHandler that will drop .txt files over any diagram shape, creating a EAnnotation that will contain the file text and details.
 +
 +
You can use the [[STP/BPMN_Component/Samples#Annotated_shape_sample annotated shape sample]] to try it out and/or see the result of the drop.
 +
 +
Here is a howto to see the annotation details.
 
[[Category:STP]]
 
[[Category:STP]]
 
[[Category:BPMN]]
 
[[Category:BPMN]]

Revision as of 09:42, 22 February 2008

BPMN samples

BPMN samples are located in this SVN folder: http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn.trunk/trunk/samples/bpmn_samples

EclipseCon sample

Screenshot

code

Annotated shape sample

code

Code samples

Hiding elements in toolbar and connection menus

code

Hiding palette elements

code

BPEL to BPMN generation

code

Annotation Drag and Drop

code

This sample contains a DnDHandler that will drop .txt files over any diagram shape, creating a EAnnotation that will contain the file text and details.

You can use the STP/BPMN_Component/Samples#Annotated_shape_sample annotated shape sample to try it out and/or see the result of the drop.

Here is a howto to see the annotation details.

Back to the top