org.jbpm.task.impl
Class TaskContentServiceImpl
java.lang.Object
org.jbpm.task.impl.TaskContentServiceImpl
- All Implemented Interfaces:
- TaskContentService
@ApplicationScoped
public class TaskContentServiceImpl
- extends Object
- implements TaskContentService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskContentServiceImpl
public TaskContentServiceImpl()
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.