Uses of Interface
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.IStartEventBean

Packages that use IStartEventBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity   
 

Uses of IStartEventBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard that return types with arguments of type IStartEventBean
 java.util.List<IStartEventBean> WithFlowNodesBean.getStartEvents()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard with parameters of type IStartEventBean
 void WithFlowNodesBean.addStartEvent(IStartEventBean e)
           
 void WithFlowNodesBean.removeStartEvent(IStartEventBean e)
           
 

Uses of IStartEventBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography that return IStartEventBean
 IStartEventBean IChoreographyBean.getStartEventById(java.lang.String arg0)
           
 IStartEventBean ISubChoreographyBean.getStartEventById(java.lang.String arg0)
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography that return types with arguments of type IStartEventBean
 java.util.List<IStartEventBean> WithChoreographyFlowElementsBean.getStartEvents()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography with parameters of type IStartEventBean
 void WithChoreographyFlowElementsBean.addStartEvent(IStartEventBean e)
           
 void WithChoreographyFlowElementsBean.removeStartEvent(IStartEventBean e)
           
 

Uses of IStartEventBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration that return IStartEventBean
 IStartEventBean ILaneBean.getStartEventById(java.lang.String arg0)
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration that return types with arguments of type IStartEventBean
 java.util.List<IStartEventBean> ILaneSetBean.getStartEvents()
           
 

Uses of IStartEventBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process that return IStartEventBean
 IStartEventBean IProcessBean.getStartEventById(java.lang.String arg0)
           
 

Uses of IStartEventBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity that return IStartEventBean
 IStartEventBean ISubProcessBean.getStartEventById(java.lang.String arg0)
           
 



Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.