503504505506507508509510511512513
} if (propertyTO.getType() == WorkflowFormPropertyType.Enum) { propertyTO.setEnumValues((Map<String, String>) fProp.getType().getInformation("values")); } formTO.addProperty(propertyTO); } return formTO; }
510511512513514515516517518519520
526527528529530531532533534535536
519520521522523524525526527528529
497498499500501502503504505506507
520521522523524525526527528529530