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

Packages that use EndEventBean
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 EndEventBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard with parameters of type EndEventBean
 void ModelVisitor.visitEndEvent(EndEventBean eeb)
           
 

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

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

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

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration with parameters of type EndEventBean
 void LaneBean.addEndEvent(EndEventBean e)
           
 

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

Uses of EndEventBean 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 EndEventBean
 java.util.List<EndEventBean> ProcessBean.getEndEvents()
           
 

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

Methods in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer with parameters of type EndEventBean
 void BeanModelAdapter.visitEndEvent(EndEventBean endEventBean)
           
 

Uses of EndEventBean 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 EndEventBean
 void XMLWriter.visitEndEvent(EndEventBean eeb)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.