Uses of Class
org.jbpm.task.utils.ContentMarshallerContext

Packages that use ContentMarshallerContext
org.jbpm.process.workitem.wsht   
org.jbpm.task.service   
org.jbpm.task.utils   
 

Uses of ContentMarshallerContext in org.jbpm.process.workitem.wsht
 

Fields in org.jbpm.process.workitem.wsht declared as ContentMarshallerContext
protected  ContentMarshallerContext AbstractHTWorkItemHandler.marshallerContext
           
 

Methods in org.jbpm.process.workitem.wsht that return ContentMarshallerContext
 ContentMarshallerContext SyncWSHumanTaskHandler.getMarshallerContext()
          Deprecated.  
 ContentMarshallerContext AsyncWSHumanTaskHandler.getMarshallerContext()
          Deprecated.  
 ContentMarshallerContext AbstractHTWorkItemHandler.getMarshallerContext()
           
 

Methods in org.jbpm.process.workitem.wsht with parameters of type ContentMarshallerContext
 void SyncWSHumanTaskHandler.setMarshallerContext(ContentMarshallerContext marshallerContext)
          Deprecated.  
 void AsyncWSHumanTaskHandler.setMarshallerContext(ContentMarshallerContext marshallerContext)
          Deprecated.  
 void AbstractHTWorkItemHandler.setMarshallerContext(ContentMarshallerContext marshallerContext)
           
 

Uses of ContentMarshallerContext in org.jbpm.task.service
 

Methods in org.jbpm.task.service that return ContentMarshallerContext
 ContentMarshallerContext DefaultEscalatedDeadlineHandler.getMarshallerContext()
           
 

Methods in org.jbpm.task.service with parameters of type ContentMarshallerContext
 void DefaultEscalatedDeadlineHandler.setMarshallerContext(ContentMarshallerContext context)
           
 

Uses of ContentMarshallerContext in org.jbpm.task.utils
 

Methods in org.jbpm.task.utils with parameters of type ContentMarshallerContext
static ContentData ContentMarshallerHelper.marshal(Object o, ContentMarshallerContext marshallerContext, Environment env)
           
static Object ContentMarshallerHelper.unmarshall(String type, byte[] content, ContentMarshallerContext marshallerContext, Environment env)
           
 



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