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"

(Annotated shape sample)
m
Line 10: Line 10:
  
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/bpmn_samples/eclipsecon/eclipsecon.jpg Screenshot]
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/bpmn_samples/eclipsecon/eclipsecon.jpg Screenshot]
 
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/bpmn_samples/eclipsecon code]
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/bpmn_samples/eclipsecon code]
  
Line 16: Line 15:
  
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/bpmn_samples/annotationDnD code]
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/bpmn_samples/annotationDnD code]
 
  
 
=== Order Store Sample ===
 
=== Order Store Sample ===
  
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/bpmn_samples/OrderPrj code]
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/bpmn_samples/OrderPrj code]
 
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/bpmn_samples/OrderPrj/IntegrationProcess/OrderStore.jpg screenshot]
 
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/bpmn_samples/OrderPrj/IntegrationProcess/OrderStore.jpg screenshot]
  

Revision as of 10:51, 26 February 2008

If you would like to submit samples, please attach them to this bug.


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

Order Store Sample

code screenshot

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 annotated shape sample to try it out and/or see the result of the drop.

Here is a howto to see the annotation details.


Decoration of an annotation

code

This sample reuses the annotations dropped by the drag and drop sample.

Back to the top