1. Testing commit from a new workstation.
This commit is contained in:
parent
c49e8d1d75
commit
81736350bb
1 changed files with 132 additions and 130 deletions
|
@ -1,130 +1,132 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
package edu.cornell.mannlib.vitro.webapp.visualization.constants;
|
||||
|
||||
/**
|
||||
* Thsi contains the sparql fields which are used to capture data for the value objects.
|
||||
* @author cdtank
|
||||
*/
|
||||
public class QueryFieldLabels {
|
||||
|
||||
/*
|
||||
* Generic Query related field labels
|
||||
* */
|
||||
public static final String PREDICATE = "predicateLit";
|
||||
public static final String OBJECT = "objectLit";
|
||||
|
||||
|
||||
/*
|
||||
* Document related field labels
|
||||
* */
|
||||
public static final String DOCUMENT_URL = "documentLit";
|
||||
public static final String DOCUMENT_MONIKER = "documentMonikerLit";
|
||||
public static final String DOCUMENT_LABEL = "documentLabelLit";
|
||||
public static final String DOCUMENT_BLURB = "documentBlurbLit";
|
||||
public static final String DOCUMENT_DESCRIPTION = "documentDescriptionLit";
|
||||
public static final String DOCUMENT_PUBLICATION_YEAR = "publicationYearLit";
|
||||
public static final String DOCUMENT_PUBLICATION_YEAR_USING_1_1_PROPERTY = "publicationYearOldLit";
|
||||
public static final String DOCUMENT_PUBLICATION_YEAR_MONTH = "publicationYearMonthLit";
|
||||
public static final String DOCUMENT_PUBLICATION_DATE = "publicationDateLit";
|
||||
|
||||
/*
|
||||
* Image related field labels
|
||||
* */
|
||||
public static final String THUMBNAIL_LOCATION_URL = "thumbnailDownloadLocationLit";
|
||||
public static final String THUMBNAIL_FILENAME = "thumbnailFileNameLit";
|
||||
|
||||
/*
|
||||
* Author related field labels
|
||||
* */
|
||||
public static final String AUTHOR_URL = "authPersonLit";
|
||||
public static final String AUTHOR_LABEL = "authorLabelLit";
|
||||
|
||||
/*
|
||||
* Co-Author related field labels
|
||||
* */
|
||||
public static final String CO_AUTHOR_URL = "coAuthPersonLit";
|
||||
public static final String CO_AUTHOR_LABEL = "coAuthPersonLabelLit";
|
||||
|
||||
/*
|
||||
* College related field labels
|
||||
* */
|
||||
public static final String COLLEGE_URL = "collegeLit";
|
||||
public static final String COLLEGE_LABEL = "collegeLabelLit";
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Employee related field labels
|
||||
* */
|
||||
public static final String ACADEMIC_FACULTY_EMPLOYEE_URL = "academicFacultyEmployeeLit";
|
||||
public static final String ACADEMIC_STAFF_EMPLOYEE_URL = "academicStaffEmployeeLit";
|
||||
|
||||
/*
|
||||
* Person related field Labels
|
||||
*/
|
||||
public static final String PERSON_URL = "personLit";
|
||||
public static final String PERSON_LABEL = "personLabelLit";
|
||||
public static final String PERSON_TYPE = "personTypeLit";
|
||||
public static final String PERSON_TYPE_LABEL = "personTypeLabelLit";
|
||||
|
||||
|
||||
/*
|
||||
* Position related field labels
|
||||
*/
|
||||
public static final String SECONDARY_POSITION_LABEL = "SecondaryPositionLabelLit";
|
||||
|
||||
/*
|
||||
* start year related field labels
|
||||
*/
|
||||
public static final String START_YEAR_LABEL = "StartYearLit";
|
||||
|
||||
|
||||
/*
|
||||
* Organization related field Labels
|
||||
*/
|
||||
public static final String ORGANIZATION_URL = "organizationLit";
|
||||
public static final String ORGANIZATION_LABEL = "organizationLabelLit";
|
||||
|
||||
|
||||
/*
|
||||
* Sub Organization related field labels
|
||||
*/
|
||||
public static final String SUBORGANIZATION_URL = "subOrganizationLit";
|
||||
public static final String SUBORGANIZATION_LABEL = "subOrganizationLabelLit";
|
||||
|
||||
/*
|
||||
* Sub Organization related field labels
|
||||
*/
|
||||
public static final String SUBORGANIZATION_TYPE = "subOrganizationTypeLit";
|
||||
public static final String SUBORGANIZATION_TYPE_LABEL = "subOrganizationTypeLabelLit";
|
||||
|
||||
|
||||
/*
|
||||
* Department related field labels
|
||||
* */
|
||||
public static final String DEPARTMENT_URL = "departmentLit";
|
||||
public static final String DEPARTMENT_LABEL = "departmentLabelLit";
|
||||
|
||||
/*
|
||||
* Co-PI related field labels
|
||||
*/
|
||||
public static final String PI_URL = "PILit";
|
||||
public static final String PI_LABEL = "PILabelLit";
|
||||
public static final String CO_PI_URL = "coPILit";
|
||||
public static final String CO_PI_LABEL = "coPILabelLit";
|
||||
public static final String GRANT_URL = "grantLit";
|
||||
public static final String GRANT_LABEL = "grantLabelLit";
|
||||
|
||||
/*
|
||||
* Role Start/End Date is chosen as the default Start Date for all the queries,
|
||||
* in whose absence Grant Start/End Date is chosen.
|
||||
*/
|
||||
|
||||
public static final String ROLE_START_DATE = "grantStartDateLit";
|
||||
public static final String ROLE_END_DATE = "grantEndDateLit";
|
||||
public static final String GRANT_START_DATE = "grantStartDateForGrantLit";
|
||||
public static final String GRANT_END_DATE = "grantEndDateForGrantLit";
|
||||
|
||||
|
||||
}
|
||||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
package edu.cornell.mannlib.vitro.webapp.visualization.constants;
|
||||
|
||||
/**
|
||||
* Thsi contains the sparql fields which are used to capture data for the value objects.
|
||||
* @author cdtank
|
||||
*/
|
||||
public class QueryFieldLabels {
|
||||
|
||||
/*
|
||||
* Generic Query related field labels
|
||||
* */
|
||||
public static final String PREDICATE = "predicateLit";
|
||||
public static final String OBJECT = "objectLit";
|
||||
|
||||
|
||||
/*
|
||||
* Document related field labels
|
||||
* */
|
||||
public static final String DOCUMENT_URL = "documentLit";
|
||||
public static final String DOCUMENT_MONIKER = "documentMonikerLit";
|
||||
public static final String DOCUMENT_LABEL = "documentLabelLit";
|
||||
public static final String DOCUMENT_BLURB = "documentBlurbLit";
|
||||
public static final String DOCUMENT_DESCRIPTION = "documentDescriptionLit";
|
||||
public static final String DOCUMENT_PUBLICATION_YEAR = "publicationYearLit";
|
||||
public static final String DOCUMENT_PUBLICATION_YEAR_USING_1_1_PROPERTY = "publicationYearOldLit";
|
||||
public static final String DOCUMENT_PUBLICATION_YEAR_MONTH = "publicationYearMonthLit";
|
||||
public static final String DOCUMENT_PUBLICATION_DATE = "publicationDateLit";
|
||||
|
||||
/*
|
||||
* Image related field labels
|
||||
* */
|
||||
public static final String THUMBNAIL_LOCATION_URL = "thumbnailDownloadLocationLit";
|
||||
public static final String THUMBNAIL_FILENAME = "thumbnailFileNameLit";
|
||||
|
||||
/*
|
||||
* Author related field labels
|
||||
* */
|
||||
public static final String AUTHOR_URL = "authPersonLit";
|
||||
public static final String AUTHOR_LABEL = "authorLabelLit";
|
||||
|
||||
/*
|
||||
* Co-Author related field labels
|
||||
* */
|
||||
public static final String CO_AUTHOR_URL = "coAuthPersonLit";
|
||||
public static final String CO_AUTHOR_LABEL = "coAuthPersonLabelLit";
|
||||
|
||||
/*
|
||||
* College related field labels
|
||||
* */
|
||||
public static final String COLLEGE_URL = "collegeLit";
|
||||
public static final String COLLEGE_LABEL = "collegeLabelLit";
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Employee related field labels
|
||||
* */
|
||||
public static final String ACADEMIC_FACULTY_EMPLOYEE_URL = "academicFacultyEmployeeLit";
|
||||
public static final String ACADEMIC_STAFF_EMPLOYEE_URL = "academicStaffEmployeeLit";
|
||||
|
||||
/*
|
||||
* Person related field Labels
|
||||
*/
|
||||
public static final String PERSON_URL = "personLit";
|
||||
public static final String PERSON_LABEL = "personLabelLit";
|
||||
public static final String PERSON_TYPE = "personTypeLit";
|
||||
public static final String PERSON_TYPE_LABEL = "personTypeLabelLit";
|
||||
|
||||
|
||||
/*
|
||||
* Position related field labels
|
||||
*/
|
||||
public static final String SECONDARY_POSITION_LABEL = "SecondaryPositionLabelLit";
|
||||
|
||||
/*
|
||||
* start year related field labels
|
||||
*/
|
||||
public static final String START_YEAR_LABEL = "StartYearLit";
|
||||
|
||||
|
||||
/*
|
||||
* Organization related field Labels
|
||||
*/
|
||||
public static final String ORGANIZATION_URL = "organizationLit";
|
||||
public static final String ORGANIZATION_LABEL = "organizationLabelLit";
|
||||
|
||||
|
||||
/*
|
||||
* Sub Organization related field labels
|
||||
*/
|
||||
public static final String SUBORGANIZATION_URL = "subOrganizationLit";
|
||||
public static final String SUBORGANIZATION_LABEL = "subOrganizationLabelLit";
|
||||
|
||||
/*
|
||||
* Sub Organization related field labels
|
||||
*/
|
||||
public static final String SUBORGANIZATION_TYPE = "subOrganizationTypeLit";
|
||||
public static final String SUBORGANIZATION_TYPE_LABEL = "subOrganizationTypeLabelLit";
|
||||
|
||||
|
||||
/*
|
||||
* Department related field labels
|
||||
* */
|
||||
public static final String DEPARTMENT_URL = "departmentLit";
|
||||
public static final String DEPARTMENT_LABEL = "departmentLabelLit";
|
||||
|
||||
/*
|
||||
* Co-PI related field labels
|
||||
*/
|
||||
public static final String PI_URL = "PILit";
|
||||
public static final String PI_LABEL = "PILabelLit";
|
||||
public static final String CO_PI_URL = "coPILit";
|
||||
public static final String CO_PI_LABEL = "coPILabelLit";
|
||||
public static final String GRANT_URL = "grantLit";
|
||||
public static final String GRANT_LABEL = "grantLabelLit";
|
||||
|
||||
/*
|
||||
* Role Start/End Date is chosen as the default Start Date for all the queries,
|
||||
* in whose absence Grant Start/End Date is chosen.
|
||||
*/
|
||||
|
||||
public static final String ROLE_START_DATE = "grantStartDateLit";
|
||||
public static final String ROLE_END_DATE = "grantEndDateLit";
|
||||
public static final String GRANT_START_DATE = "grantStartDateForGrantLit";
|
||||
public static final String GRANT_END_DATE = "grantEndDateForGrantLit";
|
||||
|
||||
|
||||
public static final String LAST_CACHED_AT_DATETIME = "lastCachedDateTimeLit";
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue