| http://www.w3.org/ns/prov#value | - // Attach template to session 344 if( object.template ) 345 attachTemplate( object.template ); 346 347 def entityName = object.class.name[ object.class.name.lastIndexOf( '.' ) + 1 .. -1 ] 348 record[ entityName ] = object; 349 } 350 records << record; 351 } 352 353 // Give the study and other data to the user 354 println Imported: + session.simpleWizard.imported.failedCells; 355 356 [ study: s
|