Uses of Class
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity.TaskBean

Packages that use TaskBean
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process   
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity   
com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer   
com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer.xmlWriting   
 

Uses of TaskBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard with parameters of type TaskBean
 void ModelVisitor.visitTask(TaskBean tb)
           
 

Uses of TaskBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration that return TaskBean
 TaskBean LaneBean.getTaskById(java.lang.String id)
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration that return types with arguments of type TaskBean
 java.util.List<TaskBean> LaneBean.getTasks()
           
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration with parameters of type TaskBean
 void LaneBean.addTask(TaskBean t)
           
 

Method parameters in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.collaboration with type arguments of type TaskBean
 void LaneBean.setTasks(java.util.List<TaskBean> tasks)
           
 

Uses of TaskBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process
 

Methods in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process that return types with arguments of type TaskBean
 java.util.List<TaskBean> ProcessBean.getTasks()
           
 

Uses of TaskBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity
 

Subclasses of TaskBean in com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.process.activity
 class ReceiveTaskBean
           
 class SendTaskBean
           
 class ServiceTaskBean
           
 

Uses of TaskBean in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer
 

Methods in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer with parameters of type TaskBean
 void BeanModelAdapter.visitTask(TaskBean taskBean)
           
 

Uses of TaskBean in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer.xmlWriting
 

Methods in com.ebmwebsourcing.bpmneditor.business.service.bpmn2.to.clientToServer.xmlWriting with parameters of type TaskBean
 void XMLWriter.visitTask(TaskBean tb)
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.