Ejemplo n.º 1
0
 public void update(VariableValueMeta meta) throws WorkflowException {
   try {
     VariableValueBean bean = new VariableValueBean();
     if (bean.update(unwrap(meta)) != 1) throw new WorkflowException(1315);
   } catch (SQLException sqle) {
     throw new WorkflowException(1316, sqle.toString());
   }
 }