Uses of Interface
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.definition.IEventDefinitionBean

Packages that use IEventDefinitionBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.definition   
 

Uses of IEventDefinitionBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure that return types with arguments of type IEventDefinitionBean
 java.util.List<IEventDefinitionBean> IDefinitionsBean.getEventDefinitions()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure with parameters of type IEventDefinitionBean
 void IDefinitionsBean.addEventDefinition(IEventDefinitionBean ev)
           
 void IDefinitionsBean.removeEventDefinition(IEventDefinitionBean ev)
           
 

Method parameters in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure with type arguments of type IEventDefinitionBean
 void IDefinitionsBean.setEventDefinitions(java.util.List<IEventDefinitionBean> evs)
           
 

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

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event that return types with arguments of type IEventDefinitionBean
 java.util.List<IEventDefinitionBean> IThrowEventBean.getResults()
           
 java.util.List<IEventDefinitionBean> ICatchEventBean.getTriggers()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event with parameters of type IEventDefinitionBean
 void IEndEventBean.addResult(IEventDefinitionBean arg0)
           
 void IIntermediateThrowEventBean.addResult(IEventDefinitionBean arg0)
           
 void IThrowEventBean.addResult(IEventDefinitionBean arg0)
           
 void ICatchEventBean.addTrigger(IEventDefinitionBean arg0)
           
 void IIntermediateCatchEventBean.addTrigger(IEventDefinitionBean arg0)
           
 void IStartEventBean.addTrigger(IEventDefinitionBean arg0)
           
 void IThrowEventBean.removeResult(IEventDefinitionBean arg0)
           
 void ICatchEventBean.removeTrigger(IEventDefinitionBean arg0)
           
 

Method parameters in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event with type arguments of type IEventDefinitionBean
 void IThrowEventBean.setResults(java.util.List<IEventDefinitionBean> arg0)
           
 void ICatchEventBean.setTriggers(java.util.List<IEventDefinitionBean> arg0)
           
 

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

Subinterfaces of IEventDefinitionBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event.definition
 interface IConditionalEventDefinitionBean
           
 interface IMessageEventDefinitionBean
           
 interface ISignalEventDefinitionBean
           
 interface ITerminateEventDefinitionBean
           
 interface ITimerEventDefinitionBean
           
 



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