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
6 * http://www.collectionspace.org http://wiki.collectionspace.org
\r
8 * Copyright 2009 University of California at Berkeley
\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
13 * You may obtain a copy of the ECL 2.0 License at
\r
15 * https://source.collectionspace.org/collection-space/LICENSE.txt
\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
23 package org.collectionspace.services.common.vocabulary;
\r
29 public interface AuthorityItemJAXBSchema {
\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
42 // CSPACE-4813 - Remove all the below values and recompile all authorityitem
\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