jBPM distribution 6.0.1.Final

org.jbpm.services.task.impl
Class TaskContentRegistry

java.lang.Object
  extended by org.jbpm.services.task.impl.TaskContentRegistry

public class TaskContentRegistry
extends Object


Method Summary
 void addMarshallerContext(String ownerId, org.kie.internal.task.api.ContentMarshallerContext context)
           
static TaskContentRegistry get()
           
 org.kie.internal.task.api.ContentMarshallerContext getMarshallerContext(Task task)
           
 void removeMarshallerContext(String ownerId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static TaskContentRegistry get()

addMarshallerContext

public void addMarshallerContext(String ownerId,
                                 org.kie.internal.task.api.ContentMarshallerContext context)

removeMarshallerContext

public void removeMarshallerContext(String ownerId)

getMarshallerContext

public org.kie.internal.task.api.ContentMarshallerContext getMarshallerContext(Task task)

jBPM distribution 6.0.1.Final

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