obj3.put("type", "other");
input.put(obj3);
try {
OntologyManager ontMgr = workspace.getOntologyManager();
Label label = ontMgr.getUriLabel(incoming ? otherClass : predicate);
AddValuesCommand command = (AddValuesCommand) addFactory.createCommand(input, workspace, hNodeId, worksheetId, hnode.getHTableId(), label.getDisplayName(), HNodeType.AugmentData, selection.getName());
command.doIt(workspace);
outputColumns.addAll(command.getOutputColumns());
isNewNode |= command.isNewNode();
if (command.isNewNode())
appliedCommands.push(command);
newhNodeId = command.getNewHNodeId();
} catch(Exception e) {
e.printStackTrace();
return new UpdateContainer(new ErrorUpdate(e.getMessage()));