File tree Expand file tree Collapse file tree
dspace-api/src/main/java/org/dspace/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 */
88package org .dspace .core ;
99
10- import org .dspace .content .MetadataFieldName ;
1110
1211/**
1312 * Class with constants specific to CRIS features in DSpace
@@ -21,11 +20,6 @@ public class CrisConstants {
2120 * same number as the parent leading metadata
2221 */
2322 public static final String PLACEHOLDER_PARENT_METADATA_VALUE = "#PLACEHOLDER_PARENT_METADATA_VALUE#" ;
24- public static final MetadataFieldName MD_ENTITY_TYPE = new MetadataFieldName ("dspace" , "entity" , "type" );
25- public static final MetadataFieldName MD_SUBMISSION_TYPE = new MetadataFieldName ("dspace" , "submission" ,
26- "definition" );
27- public static final MetadataFieldName MD_WORKFLOW_NAME = new MetadataFieldName ("dspace" , "workflow" , "name" );
28- public static final MetadataFieldName MD_SHARED_WORKSPACE = new MetadataFieldName ("dspace" , "workspace" , "shared" );
2923
3024 /**
3125 * Make the constructor private as it is an utility class
You can’t perform that action at this time.
0 commit comments