access to dataset definitions, language definitions, ... through java API based on UUID
![]()
Hi,
How can I, based on the UUID, get access to its object when the object is for instance a dataset definition? Here is what I have so far and what seems to work for everything except for the artifacts created in enterprise extensions: IItemHandle handle = IComponent.ITEM_TYPE.createItemHandle(UUID.valueOf(uuid), null); IItem item; |