Uses of Interface
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IErrorBean

Packages that use IErrorBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.xsd   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service   
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure with parameters of type IErrorBean
 void IDefinitionsBean.addError(IErrorBean ep)
           
 void IDefinitionsBean.removeError(IErrorBean ep)
           
 

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

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.xsd that return types with arguments of type IErrorBean
 java.util.List<IErrorBean> IWSDLImportBean.getErrors()
           
 

Uses of IErrorBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service that return types with arguments of type IErrorBean
 java.util.List<IErrorBean> IOperationBean.getErrors()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service with parameters of type IErrorBean
 void IOperationBean.addError(IErrorBean arg0)
           
 void IOperationBean.removeError(IErrorBean arg0)
           
 

Method parameters in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service with type arguments of type IErrorBean
 void IOperationBean.setErrors(java.util.List<IErrorBean> arg0)
           
 



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