org.jbpm.context.exe
Class JbpmType

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

public class JbpmType
extends java.lang.Object

specifies for one java-type how jbpm is able to persist objects of that type in the database.


Constructor Summary
JbpmType(JbpmTypeMatcher jbpmTypeMatcher, Converter converter, java.lang.Class<? extends VariableInstance> variableInstanceClass)
           
 
Method Summary
 Converter getConverter()
           
static java.util.List<JbpmType> getJbpmTypes()
           
 boolean matches(java.lang.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,
                java.lang.Class<? extends VariableInstance> variableInstanceClass)
Method Detail

getConverter

public Converter getConverter()

matches

public boolean matches(java.lang.Object value)

newVariableInstance

public VariableInstance newVariableInstance()

getJbpmTypes

public static java.util.List<JbpmType> getJbpmTypes()


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