Uses of Interface
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.IInputOutputBinding

Packages that use IInputOutputBinding
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process   
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common that return types with arguments of type IInputOutputBinding
 java.util.List<IInputOutputBinding> ICallableElementBean.getIOBindings()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common with parameters of type IInputOutputBinding
 void ICallableElementBean.addIOBinding(IInputOutputBinding ioBinding)
           
 

Uses of IInputOutputBinding 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 types with arguments of type IInputOutputBinding
 java.util.List<IInputOutputBinding> IProcessBean.getIOBindings()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process with parameters of type IInputOutputBinding
 void IProcessBean.addIOBinding(IInputOutputBinding ioBinding)
           
 

Method parameters in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process with type arguments of type IInputOutputBinding
 void IProcessBean.setIOBindings(java.util.List<IInputOutputBinding> ioBinding)
           
 



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