jBPM distribution 6.0.0.Alpha9

org.jbpm.task.api
Interface TaskPresentationService


public interface TaskPresentationService

Experimental The Task Presentation Service is intended to handle all the informaiton related with the Task Rendering Phase. All the meta information about how to render a Task will be handled and stored by this service implementation.


Method Summary
 long addPresentationElement(long taskId, PresentationElement element)
           
 List<PresentationElement> getPresentationElements(long taskId)
           
 void removePresentationElement(long taskId, long elementId)
           
 

Method Detail

addPresentationElement

long addPresentationElement(long taskId,
                            PresentationElement element)

removePresentationElement

void removePresentationElement(long taskId,
                               long elementId)

getPresentationElements

List<PresentationElement> getPresentationElements(long taskId)

jBPM distribution 6.0.0.Alpha9

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