Uses of Interface
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration.ICollaborationBean

Packages that use ICollaborationBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process   
 

Uses of ICollaborationBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography
 

Subinterfaces of ICollaborationBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography
 interface IChoreographyBean
           
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure with parameters of type ICollaborationBean
 void IDefinitionsBean.addCollaboration(ICollaborationBean c)
           
 void IDefinitionsBean.removeCollaboration(ICollaborationBean c)
           
 

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

Uses of ICollaborationBean 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 ICollaborationBean
 ICollaborationBean IProcessBean.getDefinitionalCollaboration()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process with parameters of type ICollaborationBean
 void IProcessBean.setDefinitionalCollaboration(ICollaborationBean c)
           
 



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