Uses of Class
org.jbpm.task.PresentationElement

Packages that use PresentationElement
org.jbpm.task   
org.jbpm.task.api   
 

Uses of PresentationElement in org.jbpm.task
 

Methods in org.jbpm.task that return types with arguments of type PresentationElement
 List<PresentationElement> TaskDef.getPresentationElements()
           
 

Method parameters in org.jbpm.task with type arguments of type PresentationElement
 void TaskDef.setPresentationElements(List<PresentationElement> presentationElements)
           
 

Uses of PresentationElement in org.jbpm.task.api
 

Methods in org.jbpm.task.api that return types with arguments of type PresentationElement
 List<PresentationElement> TaskPresentationService.getPresentationElements(long taskId)
           
 

Methods in org.jbpm.task.api with parameters of type PresentationElement
 long TaskPresentationService.addPresentationElement(long taskId, PresentationElement element)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.