]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
e5e47982ee2d9c60531fa77dd2adb9d4d8f80a99
[tmp/jakarta-migration.git] /
1 /**\r
2  *  This document is a part of the source code and related artifacts\r
3  *  for CollectionSpace, an open source collections management system\r
4  *  for museums and related institutions:\r
5 \r
6  *  http://www.collectionspace.org\r
7  *  http://wiki.collectionspace.org\r
8 \r
9  *  Copyright 2009 University of California at Berkeley\r
10 \r
11  *  Licensed under the Educational Community License (ECL), Version 2.0.\r
12  *  You may not use this file except in compliance with this License.\r
13 \r
14  *  You may obtain a copy of the ECL 2.0 License at\r
15 \r
16  *  https://source.collectionspace.org/collection-space/LICENSE.txt\r
17 \r
18  *  Unless required by applicable law or agreed to in writing, software\r
19  *  distributed under the License is distributed on an "AS IS" BASIS,\r
20  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
21  *  See the License for the specific language governing permissions and\r
22  *  limitations under the License.\r
23  */\r
24 package org.collectionspace.services.common.vocabulary;\r
25 \r
26 /**\r
27  * @author pschmitz\r
28  * \r
29  */\r
30 public interface AuthorityItemJAXBSchema {\r
31         final static String IN_AUTHORITY = "inAuthority";\r
32         final static String REF_NAME = "refName";\r
33         final static String ORDER = "order";\r
34         final static String SHORT_IDENTIFIER = "shortIdentifier";\r
35         final static String CSID = "csid";\r
36     final static String DISPLAY_NAME = "displayName"; // This is the display name element for the Vocabulary service's item     \r
37         final static String TERM_DISPLAY_NAME = "termDisplayName";\r
38         final static String TERM_NAME = "termName";\r
39         final static String TERM_STATUS = "termStatus";\r
40         final static String TERM_INFO_GROUP_SCHEMA_NAME = ""; // FIXME: REM - Needs\r
41                                                                                                                         // to be defined.\r
42         // CSPACE-4813 - Remove all the below values and recompile all authorityitem\r
43         // related classes\r
44         final static String DISPLAY_NAME_COMPUTED = "displayNameComputed";\r
45         final static String SHORT_DISPLAY_NAME = "shortDisplayName";\r
46         final static String SHORT_DISPLAY_NAME_COMPUTED = "shortDisplayNameComputed";\r
47         // final static String TERM_STATUS = "termStatus";\r
48 }\r