UniverseUniversity


Home Projects Jobs Clientele Contact

uu


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UMO interface functions



Hello,

It looks like we have to standardize the set of the UMO functions. Here is the typical list that is implemented for topic_list, topic_explanation, and dialog_of_texts:

GRANT EXECUTE ON FUNCTION <UMO>_create(int,varchar(80),text) TO PUBLIC;
GRANT EXECUTE ON FUNCTION <UMO>_delete(int) TO PUBLIC;
GRANT EXECUTE ON FUNCTION <UMO>_create_version(int) TO PUBLIC;
GRANT EXECUTE ON FUNCTION <UMO>_publish_version(int) TO PUBLIC;
GRANT EXECUTE ON FUNCTION <UMO>_add_content(int,int,varchar(80),text) TO PUBLIC;
GRANT EXECUTE ON FUNCTION <UMO>_modify_content(int,int,varchar(80),text) TO PUBLIC;
GRANT EXECUTE ON FUNCTION <UMO>_delete_content(int) TO PUBLIC;
GRANT EXECUTE ON FUNCTION <UMO>_attach_to_<parent UMO>(int,int,int,int,int) TO PUBLIC;
GRANT EXECUTE ON FUNCTION <UMO>_detach_from_<parent UMO>(int,int) TO PUBLIC;

Please, notice: In order to match this standard I had to modify names of few topic_* functions, related to content and attach/detach.

--
Alexey Parshin,
http://www.sptk.net

Authoright © Total Knowledge: 2001-2008