com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common
Interface IFlowElementBean

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:
IActivityBean, ICallActivityBean, ICatchEventBean, IChoreographyActivityBean, IChoreographyTaskBean, IDataObjectBean, IEndEventBean, IEventBasedGatewayBean, IEventBean, IExclusiveGatewayBean, IFlowNodeBean, IGatewayBean, IIntermediateCatchEventBean, IIntermediateThrowEventBean, IManualTaskBean, IParallelGatewayBean, IReceiveTaskBean, ISendTaskBean, ISequenceFlowBean, IServiceTaskBean, IStartEventBean, ISubChoreographyBean, ISubProcessBean, ITaskBean, IThrowEventBean

public interface IFlowElementBean
extends IBaseElementBean


Method Summary
 java.lang.String getName()
           
 IProcessBean getProcess()
           
 void setName(java.lang.String arg0)
           
 void setProcess(IProcessBean process)
           
 
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

getName

java.lang.String getName()

setName

void setName(java.lang.String arg0)

getProcess

IProcessBean getProcess()

setProcess

void setProcess(IProcessBean process)


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