com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels
Class TaskEditorModel

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

public class TaskEditorModel
extends ActivityEditorModel


Constructor Summary
TaskEditorModel()
           
 
Method Summary
 java.lang.String getImplementation()
           
 java.lang.Boolean getInstantiate()
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean getMessage()
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean getOperation()
           
 com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.TaskType getTaskType()
           
 void setImplementation(java.lang.String implementation)
           
 void setInstantiate(java.lang.Boolean instantiate)
           
 void setMessage(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean message)
           
 void setOperation(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean operation)
           
 void setTaskType(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.TaskType taskType)
           
 
Methods inherited from class com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels.ActivityEditorModel
getDefaultSequenceFlow, setDefaultSequenceFlow
 
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

TaskEditorModel

public TaskEditorModel()
Method Detail

setTaskType

public void setTaskType(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.TaskType taskType)

getTaskType

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.Constants.TaskType getTaskType()

getMessage

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean getMessage()

setMessage

public void setMessage(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IMessageBean message)

getOperation

public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean getOperation()

setOperation

public void setOperation(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.service.IOperationBean operation)

getImplementation

public java.lang.String getImplementation()

setImplementation

public void setImplementation(java.lang.String implementation)

getInstantiate

public java.lang.Boolean getInstantiate()

setInstantiate

public void setInstantiate(java.lang.Boolean instantiate)


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