jBPM distribution 6.0.0.CR3

Uses of Interface
org.kie.api.task.model.Content

Packages that use Content
org.jbpm.runtime.manager.impl.task   
org.jbpm.services.task.commands   
org.jbpm.services.task.identity   
org.jbpm.services.task.impl   
org.jbpm.services.task.impl.command   
org.jbpm.services.task.impl.model   
org.jbpm.services.task.impl.model.xml   
org.kie.api.task   
 

Uses of Content in org.jbpm.runtime.manager.impl.task
 

Methods in org.jbpm.runtime.manager.impl.task that return Content
 Content SynchronizedTaskService.getContentById(long contentId)
           
 

Methods in org.jbpm.runtime.manager.impl.task that return types with arguments of type Content
 List<Content> SynchronizedTaskService.getAllContentByTaskId(long taskId)
           
 

Methods in org.jbpm.runtime.manager.impl.task with parameters of type Content
 long SynchronizedTaskService.addAttachment(long taskId, Attachment attachment, Content content)
           
 long SynchronizedTaskService.addContent(long taskId, Content content)
           
 

Uses of Content in org.jbpm.services.task.commands
 

Methods in org.jbpm.services.task.commands that return Content
 Content GetContentCommand.execute(org.kie.internal.command.Context cntxt)
           
 

Uses of Content in org.jbpm.services.task.identity
 

Methods in org.jbpm.services.task.identity with parameters of type Content
 long UserGroupTaskAttachmentDecorator.addAttachment(long taskId, Attachment attachment, Content content)
           
 

Uses of Content in org.jbpm.services.task.impl
 

Methods in org.jbpm.services.task.impl that return Content
 Content TaskServiceEntryPointImpl.getContentById(long contentId)
           
 

Methods in org.jbpm.services.task.impl that return types with arguments of type Content
 List<Content> TaskServiceEntryPointImpl.getAllContentByTaskId(long taskId)
           
 List<Content> TaskContentServiceImpl.getAllContentByTaskId(long taskId)
           
 

Methods in org.jbpm.services.task.impl with parameters of type Content
 long TaskServiceEntryPointImpl.addAttachment(long taskId, Attachment attachment, Content content)
           
 long TaskAttachmentServiceImpl.addAttachment(long taskId, Attachment attachment, Content content)
           
 long TaskServiceEntryPointImpl.addContent(long taskId, Content content)
           
 long TaskContentServiceImpl.addContent(long taskId, Content content)
           
 

Uses of Content in org.jbpm.services.task.impl.command
 

Methods in org.jbpm.services.task.impl.command that return Content
 Content CommandBasedTaskService.getContentById(long contentId)
           
 

Uses of Content in org.jbpm.services.task.impl.model
 

Classes in org.jbpm.services.task.impl.model that implement Content
 class ContentImpl
           
 

Methods in org.jbpm.services.task.impl.model with parameters of type Content
 void AttachmentImpl.setContent(Content content)
          Sets the content for this attachment, i.e. the size and the attachmentContentId.
 

Uses of Content in org.jbpm.services.task.impl.model.xml
 

Classes in org.jbpm.services.task.impl.model.xml that implement Content
 class JaxbContent
           
 

Constructors in org.jbpm.services.task.impl.model.xml with parameters of type Content
JaxbContent(Content content)
           
 

Uses of Content in org.kie.api.task
 

Methods in org.kie.api.task that return Content
 Content TaskService.getContentById(long contentId)
           
 


jBPM distribution 6.0.0.CR3

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