Uses of Interface
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway.IGatewayBean

Packages that use IGatewayBean
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   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway   
 

Uses of IGatewayBean 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 IGatewayBean
 java.util.List<IGatewayBean> WithGatewaysBean.getGateways()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard with parameters of type IGatewayBean
 void WithGatewaysBean.addGateway(IGatewayBean e)
           
 void WithGatewaysBean.removeGateway(IGatewayBean e)
           
 

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

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

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

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

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

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

Subinterfaces of IGatewayBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway
 interface IEventBasedGatewayBean
           
 interface IExclusiveGatewayBean
           
 interface IParallelGatewayBean
           
 



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