MinistryDocumentConstants.java

  1. package com.hack23.cia.web.impl.ui.application.views.user.goverment.pagemode;

  2. /**
  3.  * The Interface MinistryDocumentConstants.
  4.  */
  5. public interface MinistryDocumentConstants {

  6.     /** The documents. */
  7.     String DOCUMENTS = "Document Analytics";

  8.     /** The doc id. */
  9.     String DOC_ID = "docId";

  10.     /** The column order. */
  11.     String[] COLUMN_ORDER = { "id", "docId", "personReferenceId", "roleDescription",
  12.             "org", "label", "rm", "madePublicDate", "numberValue", "title", "subTitle",
  13.             "tempLabel", "orderNumber", "documentType", "subType", "status",
  14.             "partyShortCode", "referenceName" };

  15.     /** The hide columns. */
  16.     String[] HIDE_COLUMNS = { "id", "numberValue", "orderNumber", "tempLabel",
  17.             "personReferenceId", "org", "roleDescription", "label", "subTitle", "docId" };

  18.     /** The document metrics. */
  19.     // Add analytical descriptions
  20.     String DOCUMENT_METRICS = "Statistical Analysis of Document Distribution";

  21.     /** The temporal analysis. */
  22.     String TEMPORAL_ANALYSIS = "Temporal Document Pattern Analysis";

  23.     /** The classification metrics. */
  24.     String CLASSIFICATION_METRICS = "Document Classification Analytics";
  25. }