Uses of Class
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.ProcessBean

Packages that use ProcessBean
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure   
com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer   
 

Uses of ProcessBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard with parameters of type ProcessBean
 void ModelVisitor.visitPoolProcess(ProcessBean process)
           
 void ModelVisitor.visitProcess(ProcessBean proc)
           
 

Uses of ProcessBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration that return ProcessBean
 ProcessBean PoolBean.getProcess()
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration with parameters of type ProcessBean
 void PoolBean.setProcess(ProcessBean process)
           
 

Uses of ProcessBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure that return ProcessBean
 ProcessBean DefinitionsBean.getProcessBeanById(java.lang.String id)
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure that return types with arguments of type ProcessBean
 java.util.List<ProcessBean> DefinitionsBean.getProcesses()
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure with parameters of type ProcessBean
 void DefinitionsBean.addProcess(ProcessBean p)
           
 

Method parameters in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure with type arguments of type ProcessBean
 void DefinitionsBean.setProcesses(java.util.List<ProcessBean> processes)
           
 

Uses of ProcessBean in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer
 

Methods in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer with parameters of type ProcessBean
 void BeanModelAdapter.visitPoolProcess(ProcessBean pBean)
           
 void BeanModelAdapter.visitProcess(ProcessBean processBean)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.