Web Business Data Shop-related Procedures
You are looking at an older version of the documentation. The latest version is found here.
The Data Virtuality Server has several procedures for working with the Web Business Data Shop - on this page, you will find information on them.
SYSADMIN.getDataCatalogAttribute
This procedure gets the object's attribute value by the object's name and attribute name:
SYSADMIN.getDataCatalogAttribute(IN name string NOT NULL, IN attribute string NOT NULL, OUT attrValue string RESULT)
SYSADMIN.removeDataCatalogAttribute
This procedure removes the object's attribute value by the object's name and attribute name:
SYSADMIN.removeDataCatalogAttribute(IN name string NOT NULL, IN attribute string NOT NULL)
SYSADMIN.setDataCatalogAttribute
This procedure sets the object's attribute value by the object's name and attribute name:
SYSADMIN.setDataCatalogAttribute(IN name string NOT NULL, IN attribute string NOT NULL, IN attrValue string NOT NULL)
SYSADMIN.webBusinessDataShopPublish
This procedure publishes an item to the Web Business Data Shop:
SYSADMIN.webBusinessDataShopPublish(IN name string NOT NULL)
SYSADMIN.webBusinessDataShopUnpublish
This procedure removes an item from the Web Business Data Shop:
SYSADMIN.webBusinessDataShopUnpublish(IN name string NOT NULL)