77787980818283
for (JbpmType jbpmType : JbpmType.getJbpmTypes()) { if (jbpmType.matches(value)) { return jbpmType.newVariableInstance(); } } return new UnpersistableInstance(); }
86878889909192939495
variableInstance = jbpmType.newVariableInstance(); } } if (variableInstance==null) { variableInstance = new UnpersistableInstance(); } return variableInstance; }
87888990919293949596