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

Packages that use FlowElementBean
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.activity   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.event   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.gateway   
 

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

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration with parameters of type FlowElementBean
 boolean LaneBean.removeFlowElement(FlowElementBean feb)
          Removes feb which is either a task, an event or a gateway from the lane
 

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

Subclasses of FlowElementBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.common
 class FlowNodeBean
           
 

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

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

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

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

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

Subclasses of FlowElementBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.gateway
 class ExclusiveGatewayBean
           
 class GatewayBean
           
 class ParallelGatewayBean
           
 class SequenceFlowBean
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.gateway that return FlowElementBean
 FlowElementBean ExclusiveGatewayBean.getDefaultElement()
           
 FlowElementBean SequenceFlowBean.getSourceNode()
           
 FlowElementBean SequenceFlowBean.getTargetNode()
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.gateway that return types with arguments of type FlowElementBean
 java.util.List<FlowElementBean> GatewayBean.getIncomingActivities()
           
 java.util.List<FlowElementBean> GatewayBean.getOutgoingActivities()
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.gateway with parameters of type FlowElementBean
 void GatewayBean.addIncomingActivity(FlowElementBean feb)
           
 void GatewayBean.addOutgoingActivity(FlowElementBean feb)
           
 void ExclusiveGatewayBean.setDefaultElement(FlowElementBean defaultElement)
           
 void SequenceFlowBean.setSourceNode(FlowElementBean sourceNode)
           
 void SequenceFlowBean.setTargetNode(FlowElementBean targetNode)
           
 

Method parameters in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.gateway with type arguments of type FlowElementBean
 void GatewayBean.setIncomingActivities(java.util.List<FlowElementBean> incomingActivities)
           
 void GatewayBean.setOutgoingActivities(java.util.List<FlowElementBean> outgoingActivities)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.