jBPM distribution 6.0.0.Alpha9

org.jbpm.task.impl
Class TaskContentServiceImpl

java.lang.Object
  extended by org.jbpm.task.impl.TaskContentServiceImpl
All Implemented Interfaces:
TaskContentService

@ApplicationScoped
public class TaskContentServiceImpl
extends Object
implements TaskContentService


Constructor Summary
TaskContentServiceImpl()
           
 
Method Summary
 long addContent(long taskId, Content content)
           
 long addContent(long taskId, Map<String,Object> params)
           
 void deleteContent(long taskId, long contentId)
           
 List<Content> getAllContentByTaskId(long taskId)
           
 Content getContentById(long contentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskContentServiceImpl

public TaskContentServiceImpl()
Method Detail

addContent

public long addContent(long taskId,
                       Map<String,Object> params)
Specified by:
addContent in interface TaskContentService

addContent

public long addContent(long taskId,
                       Content content)
Specified by:
addContent in interface TaskContentService

deleteContent

public void deleteContent(long taskId,
                          long contentId)
Specified by:
deleteContent in interface TaskContentService

getAllContentByTaskId

public List<Content> getAllContentByTaskId(long taskId)
Specified by:
getAllContentByTaskId in interface TaskContentService

getContentById

public Content getContentById(long contentId)
Specified by:
getContentById in interface TaskContentService

jBPM distribution 6.0.0.Alpha9

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