]> git.aero2k.de Git - tmp/jakarta-migration.git/blob
e48c29eac0023de95a67c6e9d4002a11604eea60
[tmp/jakarta-migration.git] /
1 /**\r
2  * This document is a part of the source code and related artifacts for\r
3  * CollectionSpace, an open source collections management system for museums and\r
4  * related institutions:\r
5  *\r
6  * http://www.collectionspace.org http://wiki.collectionspace.org\r
7  *\r
8  * Copyright 2009 University of California at Berkeley\r
9  *\r
10  * Licensed under the Educational Community License (ECL), Version 2.0. You may\r
11  * not use this file except in compliance with this License.\r
12  *\r
13  * You may obtain a copy of the ECL 2.0 License at\r
14  *\r
15  * https://source.collectionspace.org/collection-space/LICENSE.txt\r
16  *\r
17  * Unless required by applicable law or agreed to in writing, software\r
18  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT\r
19  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\r
20  * License for the specific language governing permissions and limitations under\r
21  * the License.\r
22  */\r
23 package org.collectionspace.services.common.vocabulary;\r
24 \r
25 /**\r
26  * @author pschmitz\r
27  *\r
28  */\r
29 public interface AuthorityItemJAXBSchema {\r
30 \r
31     final static String IN_AUTHORITY = "inAuthority"; // REM - Is this a CSID? Or a refname? Either?\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"; // This is the display name element for all Authority services' items\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