com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography
Interface WithChoreographyFlowElementsBean

All Superinterfaces:
WithGatewaysBean, WithSequenceFlowsBean
All Known Subinterfaces:
IChoreographyBean, ISubChoreographyBean

public interface WithChoreographyFlowElementsBean
extends WithSequenceFlowsBean, WithGatewaysBean


Method Summary
 void addChoreographyTask(IChoreographyTaskBean e)
           
 void addEndEvent(IEndEventBean e)
           
 void addIntermediateCatchEvent(IIntermediateCatchEventBean e)
           
 void addIntermediateThrowEvent(IIntermediateThrowEventBean e)
           
 void addStartEvent(IStartEventBean e)
           
 void addSubChoreography(ISubChoreographyBean e)
           
 java.util.List<IChoreographyTaskBean> getChoreographyTasks()
           
 java.util.List<IEndEventBean> getEndEvents()
           
 java.util.List<IIntermediateCatchEventBean> getIntermediateCatchEvents()
           
 java.util.List<IIntermediateThrowEventBean> getIntermediateThrowEvents()
           
 java.util.List<IStartEventBean> getStartEvents()
           
 java.util.List<ISubChoreographyBean> getSubChoreographies()
           
 void removeChoreographyTask(IChoreographyTaskBean e)
           
 void removeEndEvent(IEndEventBean e)
           
 void removeIntermediateCatchEvent(IIntermediateCatchEventBean e)
           
 void removeIntermediateThrowEvent(IIntermediateThrowEventBean e)
           
 void removeStartEvent(IStartEventBean e)
           
 void removeSubChoreography(ISubChoreographyBean e)
           
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.WithSequenceFlowsBean
addSequenceFlow, getSequenceFlows, removeSequenceFlow
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.WithGatewaysBean
addGateway, getGateways, removeGateway
 

Method Detail

getStartEvents

java.util.List<IStartEventBean> getStartEvents()

getEndEvents

java.util.List<IEndEventBean> getEndEvents()

getIntermediateCatchEvents

java.util.List<IIntermediateCatchEventBean> getIntermediateCatchEvents()

getIntermediateThrowEvents

java.util.List<IIntermediateThrowEventBean> getIntermediateThrowEvents()

getChoreographyTasks

java.util.List<IChoreographyTaskBean> getChoreographyTasks()

getSubChoreographies

java.util.List<ISubChoreographyBean> getSubChoreographies()

addStartEvent

void addStartEvent(IStartEventBean e)

addEndEvent

void addEndEvent(IEndEventBean e)

addIntermediateCatchEvent

void addIntermediateCatchEvent(IIntermediateCatchEventBean e)

addIntermediateThrowEvent

void addIntermediateThrowEvent(IIntermediateThrowEventBean e)

addChoreographyTask

void addChoreographyTask(IChoreographyTaskBean e)

addSubChoreography

void addSubChoreography(ISubChoreographyBean e)

removeStartEvent

void removeStartEvent(IStartEventBean e)

removeEndEvent

void removeEndEvent(IEndEventBean e)

removeIntermediateCatchEvent

void removeIntermediateCatchEvent(IIntermediateCatchEventBean e)

removeIntermediateThrowEvent

void removeIntermediateThrowEvent(IIntermediateThrowEventBean e)

removeChoreographyTask

void removeChoreographyTask(IChoreographyTaskBean e)

removeSubChoreography

void removeSubChoreography(ISubChoreographyBean e)


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