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

Packages that use IEndEventBean
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 IEndEventBean 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 IEndEventBean
 java.util.List<IEndEventBean> WithFlowNodesBean.getEndEvents()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard with parameters of type IEndEventBean
 void WithFlowNodesBean.addEndEvent(IEndEventBean e)
           
 void WithFlowNodesBean.removeEndEvent(IEndEventBean e)
           
 

Uses of IEndEventBean 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 IEndEventBean
 IEndEventBean IChoreographyBean.getEndEventById(java.lang.String arg0)
           
 IEndEventBean ISubChoreographyBean.getEndEventById(java.lang.String arg0)
           
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography with parameters of type IEndEventBean
 void WithChoreographyFlowElementsBean.addEndEvent(IEndEventBean e)
           
 void WithChoreographyFlowElementsBean.removeEndEvent(IEndEventBean e)
           
 

Uses of IEndEventBean 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 IEndEventBean
 IEndEventBean ILaneBean.getEndEventById(java.lang.String arg0)
           
 

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

Uses of IEndEventBean 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 IEndEventBean
 IEndEventBean IProcessBean.getEndEventById(java.lang.String arg0)
           
 

Uses of IEndEventBean 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 IEndEventBean
 IEndEventBean ISubProcessBean.getEndEventById(java.lang.String arg0)
           
 



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