jBPM distribution 6.2.0.Beta2

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

Packages that use Content
org.jbpm.runtime.manager.impl.task   
org.jbpm.services.ejb.impl   
org.jbpm.services.task.commands   
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.jbpm.services.task.persistence   
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.ejb.impl
 

Methods in org.jbpm.services.ejb.impl that return Content
 Content TaskServiceEJBImpl.getContentById(long contentId)
           
 

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

Methods in org.jbpm.services.ejb.impl with parameters of type Content
 long TaskServiceEJBImpl.addAttachment(long taskId, Attachment attachment, Content content)
           
 long TaskServiceEJBImpl.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)
           
 Content AddContentCommand.getContent()
           
 Content AddAttachmentCommand.getContent()
           
 

Methods in org.jbpm.services.task.commands that return types with arguments of type Content
 List<Content> GetAllContentCommand.execute(org.kie.internal.command.Context cntxt)
           
 

Methods in org.jbpm.services.task.commands with parameters of type Content
 void AddContentCommand.setContent(Content content)
           
 void AddAttachmentCommand.setContent(Content content)
           
 

Constructors in org.jbpm.services.task.commands with parameters of type Content
AddAttachmentCommand(Long taskId, Attachment attachment, Content content)
           
AddContentCommand(Long taskId, Content content)
           
 

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

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

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

Methods in org.jbpm.services.task.impl with parameters of type Content
 long TaskAttachmentServiceImpl.addAttachment(long taskId, Attachment attachment, 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)
           
 

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

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

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
           
 

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

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

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

Methods in org.jbpm.services.task.persistence that return Content
 Content JPATaskPersistenceContext.findContent(Long contentId)
           
 Content JPATaskModelFactory.newContent()
           
 Content JPATaskPersistenceContext.persistContent(Content content)
           
 Content JPATaskPersistenceContext.removeContent(Content content)
           
 Content JPATaskPersistenceContext.updateContent(Content content)
           
 

Methods in org.jbpm.services.task.persistence with parameters of type Content
 Content JPATaskPersistenceContext.persistContent(Content content)
           
 Content JPATaskPersistenceContext.removeContent(Content content)
           
 Content JPATaskPersistenceContext.updateContent(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.2.0.Beta2

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