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
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()
TaskContentServiceImpl
public TaskContentServiceImpl(org.kie.internal.task.api.TaskPersistenceContext persistenceContext)
setPersistenceContext
public void setPersistenceContext(org.kie.internal.task.api.TaskPersistenceContext persistenceContext)
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 Content getContentById(long contentId)
- Specified by:
getContentById
in interface org.kie.internal.task.api.TaskContentService
addMarshallerContext
public void addMarshallerContext(String ownerId,
org.kie.internal.task.api.ContentMarshallerContext context)
- Specified by:
addMarshallerContext
in interface org.kie.internal.task.api.TaskContentService
removeMarshallerContext
public void removeMarshallerContext(String ownerId)
- Specified by:
removeMarshallerContext
in interface org.kie.internal.task.api.TaskContentService
getMarshallerContext
public org.kie.internal.task.api.ContentMarshallerContext getMarshallerContext(Task task)
- Specified by:
getMarshallerContext
in interface org.kie.internal.task.api.TaskContentService
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.