{
public boolean execute(Context ctx) throws Exception
{
NodeImpl node = (NodeImpl)ctx.get("currentItem");
if (node.canAddMixin("dc:elementSet"))
node.addMixin("dc:elementSet");
node.setProperty("dc:creator", new String[]{node.getSession().getUserID()});
ValueFactoryImpl vf = node.getSession().getValueFactory();
node.setProperty("dc:date", new Value[]{vf.createValue(node.getSession().getTransientNodesManager()