[ObjectHandler-cvs] ObjectHandler/gensrc/metadata functions.xml, 1.11, 1.12
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2006-07-17 10:11:44
|
Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv29706/gensrc/metadata Modified Files: functions.xml Log Message: InstanceName replaced with ObjectID Index: functions.xml =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** functions.xml 11 Jul 2006 13:30:40 -0000 1.11 --- functions.xml 17 Jul 2006 10:11:39 -0000 1.12 *************** *** 16,20 **** <type>string</type> <tensorRank>scalar</tensorRank> - <description>ObjectHandler version number</description> </ReturnValue> </Procedure> --- 16,19 ---- *************** *** 30,41 **** <type>long</type> <tensorRank>scalar</tensorRank> - <description>object count</description> </ReturnValue> </Procedure> ! <Procedure name='ohListInstanceNames'> ! <description>list instance names of objects in repository</description> <!--platforms>CGO</platforms--> ! <alias>ObjHandler::ObjectHandlerXL::instance().listInstanceNames</alias> <ParameterList> <Parameters> --- 29,39 ---- <type>long</type> <tensorRank>scalar</tensorRank> </ReturnValue> </Procedure> ! <Procedure name='ohListObjectIDs'> ! <description>list the IDs of objects in repository matching regex</description> <!--platforms>CGO</platforms--> ! <alias>ObjHandler::ObjectHandlerXL::instance().listObjectIDs</alias> <ParameterList> <Parameters> *************** *** 50,54 **** <type>string</type> <tensorRank>vector</tensorRank> - <description>list of instance names matching regex</description> </ReturnValue> </Procedure> --- 48,51 ---- *************** *** 64,72 **** <type>string</type> <tensorRank>vector</tensorRank> - <description>list of property names for queried object</description> </ReturnValue> </Member> ! <Member name='ohPropertyValue' objectClass='Object'> <description>retrieve the value of a named property</description> <!--platforms>CGO</platforms--> --- 61,68 ---- <type>string</type> <tensorRank>vector</tensorRank> </ReturnValue> </Member> ! <Member name='ohPropertyValue' objectClass='Object' dependencyTrigger='true'> <description>retrieve the value of a named property</description> <!--platforms>CGO</platforms--> *************** *** 79,87 **** <description>name of property</description> </Parameter> - <Parameter name='trigger' ignore='true'> - <type>any</type> - <tensorRank>scalar</tensorRank> - <description>dependency tracking trigger</description> - </Parameter> </Parameters> </ParameterList> --- 75,78 ---- *************** *** 89,93 **** <type>any</type> <tensorRank>scalar</tensorRank> - <description>value of named field</description> </ReturnValue> </Member> --- 80,83 ---- *************** *** 99,106 **** <ParameterList> <Parameters> ! <Parameter name='instanceName'> <type>string</type> <tensorRank>scalar</tensorRank> ! <description>instance name of object to be deleted</description> </Parameter> </Parameters> --- 89,96 ---- <ParameterList> <Parameters> ! <Parameter name='ObjectID'> <type>string</type> <tensorRank>scalar</tensorRank> ! <description>ID of object to be deleted</description> </Parameter> </Parameters> *************** *** 109,113 **** <type>void</type> <tensorRank>scalar</tensorRank> - <description>success/failure</description> </ReturnValue> </Procedure> --- 99,102 ---- *************** *** 129,138 **** <type>void</type> <tensorRank>scalar</tensorRank> - <description>success/failure</description> </ReturnValue> </Procedure> <Procedure name='ohDependsOn'> ! <description>force a dependency between two functions</description> <!--platforms>D</platforms--> <alias>ObjHandler::dependsOn</alias> --- 118,126 ---- <type>void</type> <tensorRank>scalar</tensorRank> </ReturnValue> </Procedure> <Procedure name='ohDependsOn'> ! <description>forces a dependency between two functions and returns the update counter</description> <!--platforms>D</platforms--> <alias>ObjHandler::dependsOn</alias> *************** *** 194,198 **** <type>long</type> <tensorRank>scalar</tensorRank> - <description>update count</description> </ReturnValue> </Procedure> --- 182,185 ---- *************** *** 219,223 **** <type>string</type> <tensorRank>scalar</tensorRank> - <description>name of logfile</description> </ReturnValue> </Procedure> --- 206,209 ---- *************** *** 274,281 **** <ParameterList> <Parameters> ! <Parameter name='instanceName'> <type>string</type> <tensorRank>scalar</tensorRank> ! <description>instance name of object to be logged</description> </Parameter> </Parameters> --- 260,267 ---- <ParameterList> <Parameters> ! <Parameter name='objectID'> <type>string</type> <tensorRank>scalar</tensorRank> ! <description>ID of object to be logged</description> </Parameter> </Parameters> *************** *** 284,288 **** <type>void</type> <tensorRank>scalar</tensorRank> - <description>success/failure</description> </ReturnValue> </Procedure> --- 270,273 ---- *************** *** 298,302 **** <type>void</type> <tensorRank>scalar</tensorRank> - <description>success/failure</description> </ReturnValue> </Procedure> --- 283,286 ---- *************** *** 323,327 **** <type>void</type> <tensorRank>scalar</tensorRank> - <description>success/failure</description> </ReturnValue> </Procedure--> --- 307,310 ---- *************** *** 336,340 **** <type>bool</type> <tensorRank>scalar</tensorRank> - <description>success/failure</description> </ReturnValue> </Procedure> --- 319,322 ---- *************** *** 355,359 **** <type>bool</type> <tensorRank>scalar</tensorRank> - <description>success/failure</description> </ReturnValue> </Procedure--> --- 337,340 ---- *************** *** 375,384 **** <type>void</type> <tensorRank>scalar</tensorRank> - <description>success/failure</description> </ReturnValue> </Procedure> <Procedure name='ohLastErrorMessage'> ! <description>return last logged message</description> <alias>ObjHandler::ObjectHandler::instance().lastErrorMessage</alias> <ParameterList> --- 356,364 ---- <type>void</type> <tensorRank>scalar</tensorRank> </ReturnValue> </Procedure> <Procedure name='ohLastErrorMessage'> ! <description>return last error message</description> <alias>ObjHandler::ObjectHandler::instance().lastErrorMessage</alias> <ParameterList> *************** *** 388,392 **** <type>string</type> <tensorRank>scalar</tensorRank> - <description>last logged message</description> </ReturnValue> </Procedure> --- 368,371 ---- *************** *** 407,411 **** <type>any</type> <tensorRank>matrix</tensorRank> - <description>input range with error values removed from bottom/right cells</description> </ReturnValue> </Procedure--> --- 386,389 ---- *************** *** 431,435 **** <type>double</type> <tensorRank>scalar</tensorRank> - <description>requested text field converted to double</description> </ReturnValue> </Procedure--> --- 409,412 ---- *************** *** 437,439 **** </Functions> </Category> - --- 414,415 ---- |