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

All Superinterfaces:
IBaseElementBean, IBPMNElementBean, IChoreographyActivityBean, 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

public interface IChoreographyTaskBean
extends IChoreographyActivityBean


Method Summary
 IMessageFlowBean getInitiatingMessageFlow()
           
 IMessageFlowBean getReturnMessageFlow()
           
 void setInitiatingMessageFlow(IMessageFlowBean arg0)
           
 void setReturnMessageFlow(IMessageFlowBean arg0)
           
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.IChoreographyActivityBean
addParticipantBean, getChoreographyLoopType, getInitiatingParticipant, getParticipants, removeParticipantBean, setChoreographyLoopType, setInitiatingParticipant, setParticipants
 
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

getInitiatingMessageFlow

IMessageFlowBean getInitiatingMessageFlow()

setInitiatingMessageFlow

void setInitiatingMessageFlow(IMessageFlowBean arg0)

getReturnMessageFlow

IMessageFlowBean getReturnMessageFlow()

setReturnMessageFlow

void setReturnMessageFlow(IMessageFlowBean arg0)


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