2 * RelationListItemJAXBSchema.java
\r
4 * {Purpose of This Class}
\r
6 * {Other Notes Relating to This Class (Optional)}
\r
9 * $LastChangedRevision: $
\r
10 * $LastChangedDate: $
\r
12 * This document is a part of the source code and related artifacts
\r
13 * for CollectionSpace, an open source collections management system
\r
14 * for museums and related institutions:
\r
16 * http://www.collectionspace.org
\r
17 * http://wiki.collectionspace.org
\r
19 * Copyright (c) 2009 {Contributing Institution}
\r
21 * Licensed under the Educational Community License (ECL), Version 2.0.
\r
22 * You may not use this file except in compliance with this License.
\r
24 * You may obtain a copy of the ECL 2.0 License at
\r
25 * https://source.collectionspace.org/collection-space/LICENSE.txt
\r
27 package org.collectionspace.services.common.relation;
\r
30 * The Interface RelationListItemJAXBSchema.
\r
32 public interface RelationListItemJAXBSchema {
\r
34 /** The Constant REL_ROOT_ELEM_NAME. */
\r
35 final static String REL_ROOT_ELEM_NAME = "relation-list";
\r
37 /** The Constant CSID. */
\r
38 final static String CSID = "csid";
\r
40 final static String SUBJECT_CSID = "subjectCsid";
\r
41 final static String RELATIONSHIP_TYPE = "relationshipType";
\r
42 final static String OBJECT_CSID = "objectCsid";
\r
44 /** The Constant RELATIONSHIP_TYPE_DISPLAYNAME. */
\r
45 final static String RELATIONSHIP_TYPE_DISPLAYNAME = "predicateDisplayName";
\r
47 /** The Constant URI. */
\r
48 final static String URI = "url";
\r