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

Packages that use IMessageBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common   
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.process.activity   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.definition   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service   
 

Uses of IMessageBean 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 IMessageBean
 IMessageBean IMessageFlowBean.getMessage()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common with parameters of type IMessageBean
 void IMessageFlowBean.setMessage(IMessageBean arg0)
           
 

Uses of IMessageBean 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 IMessageBean
 IMessageBean IDefinitionsBean.getMessageById(java.lang.String id)
           
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure with parameters of type IMessageBean
 void IDefinitionsBean.addMessage(IMessageBean m)
           
 void IDefinitionsBean.removeMessage(IMessageBean m)
           
 

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

Uses of IMessageBean 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 IMessageBean
 java.util.List<IMessageBean> IWSDLImportBean.getMessages()
           
 

Uses of IMessageBean 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 IMessageBean
 IMessageBean ISendTaskBean.getMessage()
           
 IMessageBean IReceiveTaskBean.getMessage()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity with parameters of type IMessageBean
 void ISendTaskBean.setMessage(IMessageBean arg0)
           
 void IReceiveTaskBean.setMessage(IMessageBean arg0)
           
 

Uses of IMessageBean 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 IMessageBean
 IMessageBean IMessageEventDefinitionBean.getMessage()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.definition with parameters of type IMessageBean
 void IMessageEventDefinitionBean.setMessage(IMessageBean arg0)
           
 

Uses of IMessageBean 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 IMessageBean
 IMessageBean IOperationBean.getMessageIn()
           
 IMessageBean IOperationBean.getMessageOut()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service with parameters of type IMessageBean
 void IOperationBean.setMessageIn(IMessageBean arg0)
           
 void IOperationBean.setMessageOut(IMessageBean arg0)
           
 



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