Uses of Interface
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity.ITaskBean

Packages that use ITaskBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process   
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity   
 

Uses of ITaskBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard that return types with arguments of type ITaskBean
 java.util.List<ITaskBean> WithFlowNodesBean.getTasks()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard with parameters of type ITaskBean
 void WithFlowNodesBean.addTask(ITaskBean e)
           
 void WithFlowNodesBean.removeTask(ITaskBean e)
           
 

Uses of ITaskBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration that return ITaskBean
 ITaskBean ILaneBean.getTaskById(java.lang.String arg0)
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.collaboration that return types with arguments of type ITaskBean
 java.util.List<ITaskBean> ILaneSetBean.getTasks()
           
 

Uses of ITaskBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process that return ITaskBean
 ITaskBean IProcessBean.getTaskById(java.lang.String arg0)
           
 

Uses of ITaskBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity
 

Subinterfaces of ITaskBean in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity
 interface IManualTaskBean
           
 interface IReceiveTaskBean
           
 interface ISendTaskBean
           
 interface IServiceTaskBean
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.activity that return ITaskBean
 ITaskBean ISubProcessBean.getTaskById(java.lang.String arg0)
           
 



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