Uses of Class
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.event.StartEventBean

Packages that use StartEventBean
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process   
com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer   
com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer.xmlWriting   
 

Uses of StartEventBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard with parameters of type StartEventBean
 void ModelVisitor.visitStartEvent(StartEventBean seb)
           
 

Uses of StartEventBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration that return StartEventBean
 StartEventBean LaneBean.getStartEventById(java.lang.String id)
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration that return types with arguments of type StartEventBean
 java.util.List<StartEventBean> LaneBean.getStartEvents()
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration with parameters of type StartEventBean
 void LaneBean.addStartEvent(StartEventBean s)
           
 

Method parameters in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration with type arguments of type StartEventBean
 void LaneBean.setStartEvents(java.util.List<StartEventBean> startEvents)
           
 

Uses of StartEventBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process that return types with arguments of type StartEventBean
 java.util.List<StartEventBean> ProcessBean.getStartEvents()
           
 

Uses of StartEventBean in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer
 

Methods in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer with parameters of type StartEventBean
 void BeanModelAdapter.visitStartEvent(StartEventBean seb)
           
 

Uses of StartEventBean in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer.xmlWriting
 

Methods in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer.xmlWriting with parameters of type StartEventBean
 void XMLWriter.visitStartEvent(StartEventBean seb)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.