com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard
Interface WithGatewaysBean

All Known Subinterfaces:
IChoreographyBean, ILaneBean, IProcessBean, ISubChoreographyBean, ISubProcessBean, WithChoreographyFlowElementsBean, WithFlowElementsBean, WithFlowNodesBean

public interface WithGatewaysBean


Method Summary
 void addGateway(IGatewayBean e)
           
 java.util.List<IGatewayBean> getGateways()
           
 void removeGateway(IGatewayBean e)
           
 

Method Detail

getGateways

java.util.List<IGatewayBean> getGateways()

addGateway

void addGateway(IGatewayBean e)

removeGateway

void removeGateway(IGatewayBean e)


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