当前页面:
在线文档首页 >
JBoss JBPM 3.1.3 API 英文版文档
JbpmType (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档
org.jbpm.context.exe
Class JbpmType
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JbpmType
public JbpmType(JbpmTypeMatcher jbpmTypeMatcher,
Converter converter,
java.lang.Class variableInstanceClass)
matches
public boolean matches(java.lang.Class valueClass)
newVariableInstance
public VariableInstance newVariableInstance()
getJbpmTypes
public static java.util.List getJbpmTypes()
Version : jbpm-3.1.3