Uses of Class
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.common.FlowNodeBean

Packages that use FlowNodeBean
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.common   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.event   
com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer   
 

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

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard with parameters of type FlowNodeBean
 void ModelVisitor.visitMessageFlowSource(FlowNodeBean node)
           
 void ModelVisitor.visitMessageFlowTarget(FlowNodeBean node)
           
 

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

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration that return FlowNodeBean
 FlowNodeBean CollaborationBean.getFlowNode(java.lang.String id)
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration that return types with arguments of type FlowNodeBean
 java.util.List<FlowNodeBean> CollaborationBean.getFlowNodes()
           
 

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

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.common that return FlowNodeBean
 FlowNodeBean MessageFlowBean.getSource()
           
 FlowNodeBean MessageFlowBean.getTarget()
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.common with parameters of type FlowNodeBean
 void MessageFlowBean.setSource(FlowNodeBean source)
           
 void MessageFlowBean.setTarget(FlowNodeBean target)
           
 

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

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process that return types with arguments of type FlowNodeBean
 java.util.List<? extends FlowNodeBean> ProcessBean.getFlowNodes()
           
 

Uses of FlowNodeBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity
 

Subclasses of FlowNodeBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity
 class ActivityBean
           
 class ReceiveTaskBean
           
 class SendTaskBean
           
 class ServiceTaskBean
           
 class TaskBean
           
 

Uses of FlowNodeBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.event
 

Subclasses of FlowNodeBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.event
 class CatchEventBean
           
 class EndEventBean
           
 class EventBean
           
 class StartEventBean
           
 class ThrowEventBean
           
 

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

Methods in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer with parameters of type FlowNodeBean
 void BeanModelAdapter.visitMessageFlowSource(FlowNodeBean node)
           
 void BeanModelAdapter.visitMessageFlowTarget(FlowNodeBean node)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.