Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000065 [Oberon Platform] OOQL language minor have not tried 2011-09-16 19:00 2011-09-16 19:05
Reporter administrator View Status public  
Assigned To administrator
Priority normal Resolution fixed  
Status resolved   Product Version 2.4 - DB build 0062
Summary 0000065: Use the view definition to extract the object/link properties
Description Object "show"/"navigate" OOQL commands, link "show" and query "execute" commands allow to declare the list of properties to retrieve for each element.
Why not use directly a view for these commands instead of the "get" option?

For example write:

object navigate #00001-D25EA19A view <View_Name> token xml ;

instead of

object navigate #00001-D25EA19A get {name currentstage.admin.{name id}} getlink { id linktype active } token xml ;


OR write:

object show #00001-D25EA19A,#00001-D25EA19A view <View_Name> token xml ;

as alternative of:

object show #00001-D25EA19A,#00001-D25EA19A get {name currentstage } token xml ;


Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000099)
administrator (administrator)
2011-09-16 19:05
edited on: 2011-09-16 20:20

new OOQL commands:

object show <ID_List> view <View_Name> token ...;
link show <ID_List> view <View_Name> token ...;
object navigate <ID> view <View_Name> filter <Object_Conditions> getlink filter <Link_Conditions> token ...;
query immediate object <ClassPattern> <NamePattern> <RevPattern> view <View_Name> token ...;
query execute <QueryName> view <View_Name> token ...;

For the navigate command the properties of object (get) and link (getlink) are mixed respecting the order defined for the view columns.
When token is xml, the tags are the column names instead of the property names


- Issue History
Date Modified Username Field Change
2011-09-16 19:00 administrator New Issue
2011-09-16 19:01 administrator Fixed in Version => 2.5 build 00xx
2011-09-16 19:01 administrator Target Version => 2.5 build 00xx
2011-09-16 19:01 administrator Status new => resolved
2011-09-16 19:01 administrator Resolution open => fixed
2011-09-16 19:01 administrator Assigned To => administrator
2011-09-16 19:05 administrator Note Added: 0000099
2011-09-16 19:05 administrator Note Edited: 0000099
2011-09-16 20:20 administrator Note Edited: 0000099
2012-07-31 10:06 arkoberonplm Issue Monitored: arkoberonplm
© 2008-2013 Mirko Solazzi | Website Templates by IceTemplates.com
Please Read: Privacy Policy and Terms of Use

Powered by Mantis Bugtracker
Copyright © 2000 - 2008 Mantis Group