com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common
Interface ICallableElementBean
- All Superinterfaces:
- IBaseElementBean, IBPMNElementBean, 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:
- IProcessBean
public interface ICallableElementBean
- extends IBaseElementBean
| 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 |
getName
java.lang.String getName()
setName
void setName(java.lang.String arg0)
getIoSpecification
IIOSpecificationBean getIoSpecification()
setIoSpecification
void setIoSpecification(IIOSpecificationBean arg0)
getIOBindings
java.util.List<IInputOutputBinding> getIOBindings()
addIOBinding
void addIOBinding(IInputOutputBinding ioBinding)
getSupportedIntefaces
java.util.List<IInterfaceBean> getSupportedIntefaces()
setSupportedInterfaces
void setSupportedInterfaces(java.util.List<IInterfaceBean> interfaces)
addSupportedInterface
void addSupportedInterface(IInterfaceBean interfaceBean)
Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.