Author: ygrego Date: 2015-04-14 12:29:50 +0000 (Tue, 14 Apr 2015) New Revision: 1167 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1167 Log: This file contains different state defined for "MetadataSearch" object. Added: oipf/js/impl/model/constants/MetadataSearchConstants.js Added: oipf/js/impl/model/constants/MetadataSearchConstants.js =================================================================== --- oipf/js/impl/model/constants/MetadataSearchConstants.js (rev 0) +++ oipf/js/impl/model/constants/MetadataSearchConstants.js 2015-04-14 12:29:50 UTC (rev 1167) @@ -0,0 +1,13 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + +var metadataSearch = { + state : {} +}; + +metadataSearch.state.FINISHED = 0; +metadataSearch.state.MODIFIED = 3; +metadataSearch.state.UNCOMPLETED = 4;
participants (1)
-
ygregoï¼ users.nuiton.org