com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography
Interface IChoreographyActivityBean
- All Superinterfaces:
- IBaseElementBean, IBPMNElementBean, IFlowElementBean, IFlowNodeBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension
- All Known Subinterfaces:
- IChoreographyTaskBean, ISubChoreographyBean
public interface IChoreographyActivityBean
- extends IFlowNodeBean
| 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 |
setParticipants
void setParticipants(java.util.List<IParticipantBean> arg0)
getParticipants
java.util.List<IParticipantBean> getParticipants()
addParticipantBean
void addParticipantBean(IParticipantBean arg0)
removeParticipantBean
void removeParticipantBean(IParticipantBean arg0)
getInitiatingParticipant
IParticipantBean getInitiatingParticipant()
setInitiatingParticipant
void setInitiatingParticipant(IParticipantBean arg0)
getChoreographyLoopType
Constants.ChoreographyLoopType getChoreographyLoopType()
setChoreographyLoopType
void setChoreographyLoopType(Constants.ChoreographyLoopType arg0)
Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.