com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.event
Interface IThrowEventBean

All Superinterfaces:
IBaseElementBean, IBPMNElementBean, IEventBean, IFlowElementBean, IFlowNodeBean, IInteractionNodeBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension, WithDataInputAssociationBean, WithDataInputBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension
All Known Subinterfaces:
IEndEventBean, IIntermediateThrowEventBean

public interface IThrowEventBean
extends IEventBean, WithDataInputBean, WithDataInputAssociationBean


Method Summary
 void addResult(IEventDefinitionBean arg0)
           
 java.util.List<IEventDefinitionBean> getResults()
           
 void removeResult(IEventDefinitionBean arg0)
           
 void setResults(java.util.List<IEventDefinitionBean> arg0)
           
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean
getName, getProcess, setName, setProcess
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean
getId, getNSDeclaration
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean
getDocumentation, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension
addAttributeExtension, getAttributeExtension, getAttributeExtensions, removeAttributeExtension, setAttributeExtensions
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension
addObjectExtension, getObjectExtensions, removeObjectExtension, setObjectExtensions
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.WithDataInputBean
addDataInput, getDataInputs, removeDataInput
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.WithDataInputAssociationBean
addDataInputAssociation, getDataInputAssociations, removeDataInputAssociation
 

Method Detail

addResult

void addResult(IEventDefinitionBean arg0)

removeResult

void removeResult(IEventDefinitionBean arg0)

getResults

java.util.List<IEventDefinitionBean> getResults()

setResults

void setResults(java.util.List<IEventDefinitionBean> arg0)


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