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


Method Summary
 void addParticipantBean(IParticipantBean arg0)
           
 Constants.ChoreographyLoopType getChoreographyLoopType()
           
 IParticipantBean getInitiatingParticipant()
           
 java.util.List<IParticipantBean> getParticipants()
           
 void removeParticipantBean(IParticipantBean arg0)
           
 void setChoreographyLoopType(Constants.ChoreographyLoopType arg0)
           
 void setInitiatingParticipant(IParticipantBean arg0)
           
 void setParticipants(java.util.List<IParticipantBean> 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
 

Method Detail

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.