Author: ygrego Date: 2015-04-03 12:01:27 +0000 (Fri, 03 Apr 2015) New Revision: 1068 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1068 Log: Addition of comment block for this class. Modified: oipf/js/impl/model/Query.js Modified: oipf/js/impl/model/Query.js =================================================================== --- oipf/js/impl/model/Query.js 2015-04-03 11:35:27 UTC (rev 1067) +++ oipf/js/impl/model/Query.js 2015-04-03 12:01:27 UTC (rev 1068) @@ -1,3 +1,10 @@ +/* + * The Query class represents a metadata query that the user wants to carry out. + * This may be a simple search, or a complex search involving Boolean logic. + * Queries are immutable; an operation on a query SHALL return + * a new Query object, allowing applications to continue referring to + * the original query. + */ var Query = Class.extend({ _field: null,