org.jbpm.context.exe
Class JbpmType

java.lang.Object
  extended by org.jbpm.context.exe.JbpmType

public class JbpmType
extends Object

specifies how jbpm can persist objects of a given type in the database.


Constructor Summary
JbpmType(JbpmTypeMatcher jbpmTypeMatcher, Converter converter, Class variableInstanceClass)
           
 
Method Summary
static List getJbpmTypes()
           
 boolean matches(Object value)
           
 VariableInstance newVariableInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbpmType

public JbpmType(JbpmTypeMatcher jbpmTypeMatcher,
                Converter converter,
                Class variableInstanceClass)
Method Detail

matches

public boolean matches(Object value)

newVariableInstance

public VariableInstance newVariableInstance()

getJbpmTypes

public static List getJbpmTypes()


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.