Uses of Interface
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.IProcessBean

Packages that use IProcessBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure   
 

Uses of IProcessBean 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 IProcessBean
 IProcessBean IFlowElementBean.getProcess()
           
 IProcessBean IParticipantBean.getProcess()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common with parameters of type IProcessBean
 void IFlowElementBean.setProcess(IProcessBean process)
           
 void IParticipantBean.setProcess(IProcessBean arg0)
           
 

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

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure with parameters of type IProcessBean
 void IDefinitionsBean.addProcess(IProcessBean p)
           
 void IDefinitionsBean.removeProcess(IProcessBean p)
           
 

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



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