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
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.