com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.choreography
Class ChoreographyActivityBean

java.lang.Object
  extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
      extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BaseElementBean
          extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.common.FlowElementBean
              extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.common.FlowNodeBean
                  extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.choreography.ChoreographyActivityBean
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.IChoreographyActivityBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowNodeBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean, com.google.gwt.user.client.rpc.IsSerializable
Direct Known Subclasses:
ChoreographyTaskBean, SubChoreographyBean

public abstract class ChoreographyActivityBean
extends FlowNodeBean
implements com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.IChoreographyActivityBean


Constructor Summary
protected ChoreographyActivityBean()
           
  ChoreographyActivityBean(java.lang.String id)
           
 
Method Summary
 void addParticipantBean(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean p)
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.ChoreographyLoopType getChoreographyLoopType()
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean getInitiatingParticipant()
           
 java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean> getParticipants()
           
 void removeParticipantBean(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean p)
           
 void setChoreographyLoopType(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.ChoreographyLoopType choreographyLoopType)
           
 void setInitiatingParticipant(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean initiatingParticipantBean)
           
 void setParticipants(java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean> ParticipantBeans)
           
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.common.FlowElementBean
getName, getProcess, setName, setProcess
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BaseElementBean
addAttributeExtension, addObjectExtension, equals, getAttributeExtension, getAttributeExtensions, getId, getNSDeclaration, getObjectExtensions, hashCode, removeAttributeExtension, removeObjectExtension, setAttributeExtensions, setId, setNSDeclaration, setObjectExtensions
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
getDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

ChoreographyActivityBean

protected ChoreographyActivityBean()

ChoreographyActivityBean

public ChoreographyActivityBean(java.lang.String id)
Method Detail

addParticipantBean

public void addParticipantBean(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean p)
Specified by:
addParticipantBean in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.IChoreographyActivityBean

removeParticipantBean

public void removeParticipantBean(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean p)
Specified by:
removeParticipantBean in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.IChoreographyActivityBean

getParticipants

public java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean> getParticipants()
Specified by:
getParticipants in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.IChoreographyActivityBean

setParticipants

public void setParticipants(java.util.List<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean> ParticipantBeans)
Specified by:
setParticipants in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.IChoreographyActivityBean

getInitiatingParticipant

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean getInitiatingParticipant()
Specified by:
getInitiatingParticipant in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.IChoreographyActivityBean

setInitiatingParticipant

public void setInitiatingParticipant(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IParticipantBean initiatingParticipantBean)
Specified by:
setInitiatingParticipant in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.IChoreographyActivityBean

getChoreographyLoopType

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.ChoreographyLoopType getChoreographyLoopType()
Specified by:
getChoreographyLoopType in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.IChoreographyActivityBean

setChoreographyLoopType

public void setChoreographyLoopType(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.ChoreographyLoopType choreographyLoopType)
Specified by:
setChoreographyLoopType in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.IChoreographyActivityBean


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