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

Packages that use ISignalBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.definition   
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure that return types with arguments of type ISignalBean
 java.util.List<ISignalBean> IDefinitionsBean.getSignals()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure with parameters of type ISignalBean
 void IDefinitionsBean.addSignal(ISignalBean m)
           
 void IDefinitionsBean.removeSignal(ISignalBean m)
           
 

Method parameters in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure with type arguments of type ISignalBean
 void IDefinitionsBean.setSignals(java.util.List<ISignalBean> signals)
           
 

Uses of ISignalBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.definition
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.definition that return ISignalBean
 ISignalBean ISignalEventDefinitionBean.getSignal()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.definition with parameters of type ISignalBean
 void ISignalEventDefinitionBean.setSignal(ISignalBean arg0)
           
 



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