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

Packages that use IParticipantBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure   
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography that return IParticipantBean
 IParticipantBean IChoreographyActivityBean.getInitiatingParticipant()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography that return types with arguments of type IParticipantBean
 java.util.List<IParticipantBean> IChoreographyActivityBean.getParticipants()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography with parameters of type IParticipantBean
 void IChoreographyActivityBean.addParticipantBean(IParticipantBean arg0)
           
 void IChoreographyActivityBean.removeParticipantBean(IParticipantBean arg0)
           
 void IChoreographyActivityBean.setInitiatingParticipant(IParticipantBean arg0)
           
 

Method parameters in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography with type arguments of type IParticipantBean
 void IChoreographyActivityBean.setParticipants(java.util.List<IParticipantBean> arg0)
           
 

Uses of IParticipantBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration that return types with arguments of type IParticipantBean
 java.util.List<IParticipantBean> ICollaborationBean.getParticipants()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration with parameters of type IParticipantBean
 void ICollaborationBean.addParticipant(IParticipantBean arg0)
           
 void ICollaborationBean.removeParticipant(IParticipantBean arg0)
           
 

Method parameters in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration with type arguments of type IParticipantBean
 void ICollaborationBean.setParticipants(java.util.List<IParticipantBean> arg0)
           
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common with parameters of type IParticipantBean
 void IPartnerRoleBean.addParticipant(IParticipantBean arg0)
           
 void IPartnerRoleBean.removeParticipant(IParticipantBean arg0)
           
 

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

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

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



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