com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity
Interface ICallActivityBean

All Superinterfaces:
IActivityBean, IBaseElementBean, IBPMNElementBean, IFlowElementBean, IFlowNodeBean, IInteractionNodeBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension, WithDataInputAssociationBean, WithDataOutputAssociationBean, WithDefaultSequenceFlow, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension

public interface ICallActivityBean
extends IActivityBean


Method Summary
 ICallableElementBean getCalledElement()
           
 void setCalledElement(ICallableElementBean p)
           
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.IActivityBean
getIoSpecification, setIoSpecification
 
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
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.WithDataInputAssociationBean
addDataInputAssociation, getDataInputAssociations, removeDataInputAssociation
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.data.WithDataOutputAssociationBean
addDataOutputAssociation, getDataOutputAssociations, removeDataOutputAssociation
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.WithDefaultSequenceFlow
getDefaultSequenceFlow, setDefaultSequenceFlow
 

Method Detail

getCalledElement

ICallableElementBean getCalledElement()

setCalledElement

void setCalledElement(ICallableElementBean p)


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