Uses of Interface
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IEndPointBean

Packages that use IEndPointBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure   
 

Uses of IEndPointBean 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 IEndPointBean
 java.util.List<IEndPointBean> IParticipantBean.getEndPoints()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common with parameters of type IEndPointBean
 void IParticipantBean.addEndPoint(IEndPointBean ep)
           
 void IParticipantBean.removeEndPoint(IEndPointBean ep)
           
 

Method parameters in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common with type arguments of type IEndPointBean
 void IParticipantBean.setEndPoints(java.util.List<IEndPointBean> ep)
           
 

Uses of IEndPointBean 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 IEndPointBean
 java.util.List<IEndPointBean> IDefinitionsBean.getEndPoints()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure with parameters of type IEndPointBean
 void IDefinitionsBean.addEndPoint(IEndPointBean ep)
           
 void IDefinitionsBean.removeEndPoint(IEndPointBean ep)
           
 

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



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