[jboss-jira] [JBoss JIRA] Created: (JBPM-727) add support for adding Action to Nodes without adding Event

mehmet bozok (JIRA) jira-events at jboss.com
Thu Aug 10 08:18:12 EDT 2006


add support for adding Action to Nodes without adding Event
-----------------------------------------------------------

                 Key: JBPM-727
                 URL: http://jira.jboss.com/jira/browse/JBPM-727
             Project: JBoss jBPM
          Issue Type: Feature Request
          Components: Graphical Process Designer
            Reporter: mehmet bozok
         Assigned To: Tom Baeyens


We are extending some parts of GDP in our project, and we need to add Action to Node without adding an Event then show this Aciton on outline tree view. Althought there is a mechanism to add a single Action to Nodes(not in GDP menu but implemented in
org.jbpm.ui.model.Node), it is not shown at outline tree view. In order to make Action appear on tree view as a Node child we needed to
add a menu option, and handle ActionTreeEditPart and NodeTreeEditpart relation in a different way. (not by changing GPD code, but instantiating editparts then reflecting org.eclipse.gef.AbstractEditPart and calling its protected methods which is not a very safe way.)

Therefore it seems neccesary to change iplementation so that single Action (also providing which Action to add) can be added to Node and shown in outline tree view.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list