com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography
Interface IChoreographyBean
- All Superinterfaces:
- IBaseElementBean, IBPMNElementBean, ICollaborationBean, IMainElementBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement, WithArtifactsBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension, WithChoreographyFlowElementsBean, WithGatewaysBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension, WithSequenceFlowsBean
public interface IChoreographyBean
- extends ICollaborationBean, WithChoreographyFlowElementsBean, WithArtifactsBean
| Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration.ICollaborationBean |
addMessageFlow, addParticipant, getFlowNode, getFlowNodes, getMessageFlows, getName, getParticipants, isClosed, removeMessageFlow, removeParticipant, setClosed, setMessageFlows, setName, setParticipants |
| 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 |
| Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.choreography.WithChoreographyFlowElementsBean |
addChoreographyTask, addEndEvent, addIntermediateCatchEvent, addIntermediateThrowEvent, addStartEvent, addSubChoreography, getChoreographyTasks, getEndEvents, getIntermediateCatchEvents, getIntermediateThrowEvents, getStartEvents, getSubChoreographies, removeChoreographyTask, removeEndEvent, removeIntermediateCatchEvent, removeIntermediateThrowEvent, removeStartEvent, removeSubChoreography |
getGatewayById
IGatewayBean getGatewayById(java.lang.String arg0)
getStartEventById
IStartEventBean getStartEventById(java.lang.String arg0)
getEndEventById
IEndEventBean getEndEventById(java.lang.String arg0)
getIntermediateCatchEventById
IIntermediateCatchEventBean getIntermediateCatchEventById(java.lang.String arg0)
getIntermediateThrowEventById
IIntermediateThrowEventBean getIntermediateThrowEventById(java.lang.String arg0)
Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.