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

Packages that use IFlowElementBean
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.process   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway   
 

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

Subinterfaces of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography
 interface IChoreographyActivityBean
           
 interface IChoreographyTaskBean
           
 interface ISubChoreographyBean
           
 

Uses of IFlowElementBean 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 IFlowElementBean
 IFlowElementBean ICollaborationBean.getFlowNode(java.lang.String arg0)
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration that return types with arguments of type IFlowElementBean
 java.util.List<? extends IFlowElementBean> ILaneBean.getFlowNodes()
           
 java.util.List<? extends IFlowElementBean> ILaneSetBean.getFlowNodes()
           
 java.util.List<IFlowElementBean> ICollaborationBean.getFlowNodes()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration with parameters of type IFlowElementBean
 boolean ILaneBean.removeFlowElement(IFlowElementBean arg0)
           
 

Uses of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common
 

Subinterfaces of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common
 interface IFlowNodeBean
           
 

Uses of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process with parameters of type IFlowElementBean
 boolean IProcessBean.removeFlowElement(IFlowElementBean arg0)
           
 

Uses of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity
 

Subinterfaces of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity
 interface IActivityBean
           
 interface ICallActivityBean
           
 interface IManualTaskBean
           
 interface IReceiveTaskBean
           
 interface ISendTaskBean
           
 interface IServiceTaskBean
           
 interface ISubProcessBean
           
 interface ITaskBean
           
 

Uses of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data
 

Subinterfaces of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data
 interface IDataObjectBean
           
 

Uses of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event
 

Subinterfaces of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event
 interface ICatchEventBean
           
 interface IEndEventBean
           
 interface IEventBean
           
 interface IIntermediateCatchEventBean
           
 interface IIntermediateThrowEventBean
           
 interface IStartEventBean
           
 interface IThrowEventBean
           
 

Uses of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway
 

Subinterfaces of IFlowElementBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway
 interface IEventBasedGatewayBean
           
 interface IExclusiveGatewayBean
           
 interface IGatewayBean
           
 interface IParallelGatewayBean
           
 interface ISequenceFlowBean
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway that return IFlowElementBean
 IFlowElementBean ISequenceFlowBean.getSourceNode()
           
 IFlowElementBean ISequenceFlowBean.getTargetNode()
           
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway with parameters of type IFlowElementBean
 void IGatewayBean.addIncomingActivity(IFlowElementBean arg0)
           
 void IGatewayBean.addOutgoingActivity(IFlowElementBean arg0)
           
 void ISequenceFlowBean.setSourceNode(IFlowElementBean arg0)
           
 void ISequenceFlowBean.setTargetNode(IFlowElementBean arg0)
           
 

Method parameters in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway with type arguments of type IFlowElementBean
 void IGatewayBean.setIncomingActivities(java.util.List<IFlowElementBean> arg0)
           
 void IGatewayBean.setOutgoingActivities(java.util.List<IFlowElementBean> arg0)
           
 



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