|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.context.exe.JbpmType
public class JbpmType
specifies how jbpm is able to persist objects of a given type in the database.
| Constructor Summary | |
|---|---|
JbpmType(JbpmTypeMatcher jbpmTypeMatcher,
Converter converter,
java.lang.Class variableInstanceClass)
|
|
| Method Summary | |
|---|---|
static java.util.List |
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 |
|---|
public JbpmType(JbpmTypeMatcher jbpmTypeMatcher,
Converter converter,
java.lang.Class variableInstanceClass)
| Method Detail |
|---|
public boolean matches(java.lang.Object value)
public VariableInstance newVariableInstance()
public static java.util.List getJbpmTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||