com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels
Class TaskEditorModel
java.lang.Object
com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels.CommonEditorModel
com.ebmwebsourcing.petalsbpm.bpmndiagram.editormodels.ActivityEditorModel
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
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskEditorModel
public TaskEditorModel()
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.