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.
addPresentationElement
long addPresentationElement(long taskId,
PresentationElement element)
removePresentationElement
void removePresentationElement(long taskId,
long elementId)
getPresentationElements
List<PresentationElement> getPresentationElements(long taskId)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.