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

Packages that use IOperationBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.definition   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service   
 

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

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

Uses of IOperationBean 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 IOperationBean
 IOperationBean IServiceTaskBean.getOperation()
           
 IOperationBean ISendTaskBean.getOperation()
           
 IOperationBean IReceiveTaskBean.getOperation()
           
 

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

Uses of IOperationBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data that return IOperationBean
 IOperationBean IInputOutputBinding.getOperation()
           
 

Uses of IOperationBean 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 IOperationBean
 IOperationBean IMessageEventDefinitionBean.getOperation()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.definition with parameters of type IOperationBean
 void IMessageEventDefinitionBean.setOperation(IOperationBean operation)
           
 

Uses of IOperationBean 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 IOperationBean
 IOperationBean IInterfaceBean.getOperationById(java.lang.String arg0)
           
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service with parameters of type IOperationBean
 void IInterfaceBean.addOperation(IOperationBean arg0)
           
 void IInterfaceBean.removeOperation(IOperationBean arg0)
           
 

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



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