com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels
Class ProcessEditorModel

java.lang.Object
  extended by com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels.CommonEditorModel
      extended by com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels.CallableElementEditorModel
          extended by com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels.ProcessEditorModel
All Implemented Interfaces:
com.ebmwebsourcing.geasytools.diagrameditor.api.modeleditor.IEditorModel, com.ebmwebsourcing.geasytools.modeleditor.modelmanager.client.HasModelManager

public class ProcessEditorModel
extends CallableElementEditorModel


Constructor Summary
ProcessEditorModel()
           
 
Method Summary
 java.util.ArrayList<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean> getInterfaces()
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.ProcessTypes getProcessType()
           
 void setInterfaces(java.util.ArrayList<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean> interfaces)
           
 void setProcessType(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.ProcessTypes processType)
           
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels.CommonEditorModel
copy, getClone, getDocumentation, getName, setDocumentation, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessEditorModel

public ProcessEditorModel()
Method Detail

getProcessType

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.ProcessTypes getProcessType()

setProcessType

public void setProcessType(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.ProcessTypes processType)

getInterfaces

public java.util.ArrayList<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean> getInterfaces()

setInterfaces

public void setInterfaces(java.util.ArrayList<com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IInterfaceBean> interfaces)


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