org.jbpm.services.task.impl
Class TaskContentServiceImpl
java.lang.Object
org.jbpm.services.task.impl.TaskContentServiceImpl
- All Implemented Interfaces:
- org.kie.internal.task.api.TaskContentService
@ApplicationScoped
public class TaskContentServiceImpl
- extends Object
- implements org.kie.internal.task.api.TaskContentService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskContentServiceImpl
public TaskContentServiceImpl()
setPm
public void setPm(JbpmServicesPersistenceManager pm)
addContent
public long addContent(long taskId,
Map<String,Object> params)
- Specified by:
addContent
in interface org.kie.internal.task.api.TaskContentService
addContent
public long addContent(long taskId,
Content content)
- Specified by:
addContent
in interface org.kie.internal.task.api.TaskContentService
deleteContent
public void deleteContent(long taskId,
long contentId)
- Specified by:
deleteContent
in interface org.kie.internal.task.api.TaskContentService
getAllContentByTaskId
public List<Content> getAllContentByTaskId(long taskId)
- Specified by:
getAllContentByTaskId
in interface org.kie.internal.task.api.TaskContentService
getContentById
public ContentImpl getContentById(long contentId)
- Specified by:
getContentById
in interface org.kie.internal.task.api.TaskContentService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.