public interface TaskContentService
Modifier and Type | Method and Description |
---|---|
void |
addMarshallerContext(String ownerId,
ContentMarshallerContext context) |
long |
addOutputContent(long taskId,
Map<String,Object> params) |
void |
deleteDocumentContent(long taskId,
long contentId) |
List<org.kie.api.task.model.Content> |
getAllContentByTaskId(long taskId) |
org.kie.api.task.model.Content |
getContentById(long contentId) |
ContentMarshallerContext |
getMarshallerContext(org.kie.api.task.model.Task task) |
void |
removeMarshallerContext(String ownerId) |
long |
setDocumentContent(long taskId,
org.kie.api.task.model.Content content) |
long setDocumentContent(long taskId, org.kie.api.task.model.Content content)
void deleteDocumentContent(long taskId, long contentId)
List<org.kie.api.task.model.Content> getAllContentByTaskId(long taskId)
org.kie.api.task.model.Content getContentById(long contentId)
void addMarshallerContext(String ownerId, ContentMarshallerContext context)
void removeMarshallerContext(String ownerId)
ContentMarshallerContext getMarshallerContext(org.kie.api.task.model.Task task)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.