RuntimeException
300301302303304305306
} public void setNodeUiFactory(NodeUiFactory2D f) { //nodeUiFactory = (f != null) ? f : new DefaultNodeUiFactory2D(); // TODO: Must recreate all existing node UIs, and update the layout throw new NotImplementedYetException(); }
169170171172173174175
addAssignPluginAction(popup); } @Override public void visit(BulkLoadActivity activity) { throw new NotImplementedYetException(); }
316317318319320321322
public Object toObject(TreeNode node) { if (node instanceof CromTreeNode) { CROM crom = ((CromTreeNode) node).getUserObject(); return disabledNodes.apply(crom) ? null : crom; } throw new NotImplementedYetException(); }
321322323324325326327
throw new NotImplementedYetException(); } @Override public TreeNode toNode(Object o) { throw new NotImplementedYetException(); }
575576577578579580581
return clone; } @Override public void replaceReferences(ReferenceReplacementService service) { throw new NotImplementedYetException("Implement me when we add back JMS"); }
72737475767778
* @return the description of <code>de</code> * @throws IllegalArgumentException * if <code>de</code> is not one of the built-in data elements */ public static String getDocumentation(String de) { throw new NotImplementedYetException(); }
113114115116117118119120121122123
break; case TemporaryStorage: TemporaryStorageLocationProperties.collect(st, props); break; default: throw new NotImplementedYetException(type.name()); } typeMap.put(type, st, props); } } return typeMap;
45464748495051
lock = new Object(); } @Override public void deleteItem(EntityType entityType, long itemId) throws GuidToIdMappingException { throw new NotImplementedYetException(); }
50515253545556
throw new NotImplementedYetException(); } @Override public void deleteItem(IntegrationEntityId guid) throws GuidToIdMappingException { throw new NotImplementedYetException(); }
82838485868788
} @Override public void setGuidForItem(EntityType entityType, long itemId, IntegrationEntityId guid) throws GuidToIdMappingException { throw new NotImplementedYetException(); }