Constant Field Values
Contents
org.openrefine.*
-
org.openrefine.LookupCacheManager Modifier and Type Constant Field Value public static final String
INDEX_COLUMN_NAME
"_OpenRefine_Index_Column_Name_"
-
org.openrefine.ProjectManager Modifier and Type Constant Field Value public static final int
EXPRESSION_HISTORY_MAX
100
-
org.openrefine.ProjectMetadata Modifier and Type Constant Field Value public static final String
DEFAULT_FILE_NAME
"metadata.json"
public static final String
OLD_FILE_NAME
"metadata.old.json"
public static final String
TEMP_FILE_NAME
"metadata.temp.json"
-
org.openrefine.browsing.Engine Modifier and Type Constant Field Value public static final String
INCLUDE_DEPENDENT
"includeDependent"
public static final String
MODE
"mode"
public static final String
MODE_RECORD_BASED
"record-based"
public static final String
MODE_ROW_BASED
"row-based"
-
org.openrefine.browsing.facets.ListFacet Modifier and Type Constant Field Value public static final String
ERR_TOO_MANY_CHOICES
"Too many choices"
-
org.openrefine.browsing.facets.RangeFacet Modifier and Type Constant Field Value public static final String
ERR_NO_NUMERIC_VALUE_PRESENT
"No numeric value present."
protected static final String
FROM
"from"
protected static final String
MAX
"max"
protected static final String
MIN
"min"
protected static final String
TO
"to"
-
org.openrefine.browsing.facets.ScatterplotFacet Modifier and Type Constant Field Value public static final String
BASE_COLOR
"base_color"
public static final String
COLOR
"color"
public static final String
DIM_X
"dim_x"
public static final String
DIM_Y
"dim_y"
public static final String
DOT
"dot"
public static final String
ERROR_X
"error_x"
public static final String
ERROR_Y
"error_y"
public static final String
FROM_X
"from_x"
public static final String
FROM_Y
"from_y"
public static final int
LIN
0
public static final int
LOG
1
public static final String
MAX_X
"max_x"
public static final String
MAX_Y
"max_y"
public static final String
MIN_X
"min_x"
public static final String
MIN_Y
"min_y"
public static final String
NAME
"name"
public static final int
NO_ROTATION
0
public static final int
ROTATE_CCW
2
public static final int
ROTATE_CW
1
public static final String
ROTATION
"r"
public static final String
SIZE
"l"
public static final String
TO_X
"to_x"
public static final String
TO_Y
"to_y"
public static final String
X_COLUMN_NAME
"cx"
public static final String
X_EXPRESSION
"ex"
public static final String
Y_COLUMN_NAME
"cy"
public static final String
Y_EXPRESSION
"ey"
-
org.openrefine.browsing.facets.TimeRangeFacet Modifier and Type Constant Field Value protected static final String
FROM
"from"
protected static final String
MAX
"max"
protected static final String
MIN
"min"
protected static final String
TO
"to"
-
org.openrefine.clustering.knn.kNNClusterer.kNNClustererConfigParameters Modifier and Type Constant Field Value public static final int
defaultBlockingNgramSize
6
public static final double
defaultRadius
1.0
-
org.openrefine.commands.expr.PreviewExpressionCommand.PreviewResult Modifier and Type Constant Field Value protected final String
code
"ok"
-
org.openrefine.exporters.sql.SqlData Modifier and Type Constant Field Value public static final String
SQL_TYPE_CHAR
"CHAR"
public static final String
SQL_TYPE_DATE
"DATE"
public static final String
SQL_TYPE_INT
"INT"
public static final String
SQL_TYPE_INTEGER
"INTEGER"
public static final String
SQL_TYPE_NUMERIC
"NUMERIC"
public static final String
SQL_TYPE_TEXT
"TEXT"
public static final String
SQL_TYPE_TIMESTAMP
"TIMESTAMP"
public static final String
SQL_TYPE_VARCHAR
"VARCHAR"
-
org.openrefine.exporters.sql.SqlExporter Modifier and Type Constant Field Value public static final String
JSON_INCLUDE_CONTENT
"includeContent"
public static final String
JSON_INCLUDE_STRUCTURE
"includeStructure"
public static final String
JSON_TABLE_NAME
"tableName"
public static final String
NO_COL_SELECTED_ERROR
"****NO COLUMNS SELECTED****"
public static final String
NO_OPTIONS_PRESENT_ERROR
"****NO OPTIONS PRESENT****"
-
org.openrefine.expr.util.CalendarParser Modifier and Type Constant Field Value public static final int
DD_MM_YY
0
public static final int
DD_YY_MM
4
public static final int
MM_DD_YY
1
public static final int
MM_YY_DD
3
public static final int
MONTH_AFTER_DAY
0
public static final int
MONTH_BEFORE_DAY
1
public static final int
YEAR_AFTER_DAY
0
public static final int
YEAR_AFTER_MONTH
0
public static final int
YEAR_BEFORE_DAY
2
public static final int
YEAR_BEFORE_MONTH
4
public static final int
YY_DD_MM
6
public static final int
YY_MM_DD
7
-
org.openrefine.extension.database.DatabaseUtils Modifier and Type Constant Field Value public static final String
DATABASE_EXTENSION_DIR
"dbextension"
public static final String
SAVED_CONNECTION_KEY
"savedConnections"
public static final String
SETTINGS_FILE_NAME
".saved-db-connections.json"
-
org.openrefine.extension.database.mariadb.MariaDBDatabaseService Modifier and Type Constant Field Value public static final String
DB_DRIVER
"org.mariadb.jdbc.Driver"
public static final String
DB_NAME
"mariadb"
-
org.openrefine.extension.database.mysql.MySQLDatabaseService Modifier and Type Constant Field Value public static final String
DB_DRIVER
"com.mysql.jdbc.Driver"
public static final String
DB_NAME
"mysql"
-
org.openrefine.extension.database.pgsql.PgSQLDatabaseService Modifier and Type Constant Field Value public static final String
DB_DRIVER
"org.postgresql.Driver"
public static final String
DB_NAME
"postgresql"
-
org.openrefine.extension.database.sqlite.SQLiteDatabaseService Modifier and Type Constant Field Value public static final String
DB_DRIVER
"org.sqlite.JDBC"
public static final String
DB_NAME
"sqlite"
-
org.openrefine.extension.gdata.GoogleAPIExtension Modifier and Type Constant Field Value protected static final String
SERVICE_APP_NAME
"OpenRefine-Google-Service"
-
org.openrefine.history.HistoryEntryManager Modifier and Type Constant Field Value protected static final String
CHANGE_SUBDIR
"changes"
protected static final String
GRID_CACHE_SUBDIR
"cache"
protected static final String
INCOMPLETE_CHANGE_SUBDIR
"incomplete_changes"
protected static final String
INITIAL_GRID_SUBDIR
"initial"
protected static final String
METADATA_FILENAME
"history.json"
-
org.openrefine.importers.JsonImporter Modifier and Type Constant Field Value public static final String
ANONYMOUS
"_"
-
org.openrefine.io.FileProjectManager Modifier and Type Constant Field Value protected static final String
PROJECT_DIR_SUFFIX
".project"
-
org.openrefine.model.Grid Modifier and Type Constant Field Value public static final String
GRID_PATH
"grid"
public static final String
METADATA_PATH
"metadata.json"
-
org.openrefine.model.Runner Modifier and Type Constant Field Value public static final String
COMPLETION_MARKER_FILE_NAME
"_SUCCESS"
-
org.openrefine.model.recon.Recon Modifier and Type Constant Field Value public static final int
Feature_max
4
public static final int
Feature_nameLevenshtein
2
public static final int
Feature_nameMatch
1
public static final int
Feature_nameWordDistance
3
public static final int
Feature_typeMatch
0
-
org.openrefine.operations.recon.ReconOperation Modifier and Type Constant Field Value protected final String
_changeDataId
"recon"
-
org.openrefine.preference.PreferenceStore Modifier and Type Constant Field Value public static final String
USER_METADATA_KEY
"userMetadata"
-
org.openrefine.runners.local.LocalRunner Modifier and Type Constant Field Value protected static final int
defaultReconciledCellCost
343
protected static final int
defaultRowCost
980
protected static final int
defaultUnreconciledCellCost
85
protected static final String
GRID_PATH
"grid"
protected static final String
METADATA_PATH
"metadata.json"
-
org.openrefine.util.CookiesUtilities Modifier and Type Constant Field Value public static final String
DOMAIN
"127.0.0.1"
public static final String
PATH
"/"
-
org.openrefine.util.logging.IndentingLayout Modifier and Type Constant Field Value protected static final int
CONTEXT_SIZE
25
protected static final long
MAX_DELTA
10000L
-
org.openrefine.wikibase.commands.ConnectionManager Modifier and Type Constant Field Value public static final int
CONNECT_TIMEOUT
10000
public static final String
PREFERENCE_STORE_KEY
"wikidata_credentials"
public static final int
READ_TIMEOUT
60000
-
org.openrefine.wikibase.editing.ReconEntityRewriter Modifier and Type Constant Field Value protected static final String
notCreatedYetMessage
"Trying to rewrite an update where a new entity was not created yet."
-
org.openrefine.wikibase.exporters.QuickStatementsExporter Modifier and Type Constant Field Value public static final String
impossibleSchedulingErrorMessage
"This edit batch cannot be performed with QuickStatements due to the structure of its new entities. QuickStatements does not support creating two new entities which refer to each other. Consider uploading your edits directly with OpenRefine."
public static final String
noSchemaErrorMessage
"No schema was provided. You need to align your project with Wikibase first."
-
org.openrefine.wikibase.manifests.Manifest Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_EDITS_PER_MINUTE
60
public static final String
DEFAULT_TAG_TEMPLATE
"openrefine-${version}"
public static final String
ITEM_TYPE
"item"
public static final String
MEDIAINFO_TYPE
"mediainfo"
public static final String
PROPERTY_TYPE
"property"
-
org.openrefine.wikibase.operations.PerformWikibaseEditsOperation Modifier and Type Constant Field Value protected static final String
changeDataId
"newEntities"
-
org.openrefine.wikibase.operations.SaveWikibaseSchemaOperation Modifier and Type Constant Field Value public static final String
operationDescription
"Save Wikibase schema"
public static final String
overlayModelKey
"wikibaseSchema"
-
org.openrefine.wikibase.qa.scrutinizers.CalendarScrutinizer Modifier and Type Constant Field Value public static final String
earlyGregorianDateType
"early-gregorian-date"
-
org.openrefine.wikibase.qa.scrutinizers.CommonDescriptionScrutinizer Modifier and Type Constant Field Value public static final String
descIdenticalWithLabel
"description-identical-with-label"
public static final String
descTooLongType
"description-too-long"
-
org.openrefine.wikibase.qa.scrutinizers.ConflictsWithScrutinizer Modifier and Type Constant Field Value public static final String
type
"having-conflicts-with-statements"
-
org.openrefine.wikibase.qa.scrutinizers.DifferenceWithinRangeScrutinizer Modifier and Type Constant Field Value public static final String
type
"difference-of-the-properties-is-not-within-the-specified-range"
-
org.openrefine.wikibase.qa.scrutinizers.DistinctValuesScrutinizer Modifier and Type Constant Field Value public static final String
type
"identical-values-for-distinct-valued-property"
-
org.openrefine.wikibase.qa.scrutinizers.EnglishDescriptionScrutinizer Modifier and Type Constant Field Value public static final String
descBeginWithArticle
"description-begin-with-article"
public static final String
descBeginWithUppercase
"description-begin-with-uppercase"
public static final String
descEndsByPunctuationSign
"description-end-by-punctuation-sign"
-
org.openrefine.wikibase.qa.scrutinizers.EntityTypeScrutinizer Modifier and Type Constant Field Value public static final String
type
"invalid-entity-type"
-
org.openrefine.wikibase.qa.scrutinizers.FileNameScrutinizer Modifier and Type Constant Field Value public static final String
duplicateFileNamesInBatchType
"duplicate-file-names-in-batch"
public static final String
fileNamesAlreadyExistOnWikiType
"file-names-already-exist-on-wiki"
public static final String
fileNameTooLongType
"file-name-too-long"
public static final String
inconsistentFileNameAndPathExtensionType
"inconsistent-file-name-and-path-extension"
public static final String
invalidCharactersInFileNameType
"invalid-characters-in-file-name"
public static final int
maxFileNameLength
240
public static final String
missingFileNameExtensionType
"missing-file-name-extension"
-
org.openrefine.wikibase.qa.scrutinizers.FormatScrutinizer Modifier and Type Constant Field Value public static final String
type
"add-statements-with-invalid-format"
-
org.openrefine.wikibase.qa.scrutinizers.InverseConstraintScrutinizer Modifier and Type Constant Field Value public static final String
type
"missing-inverse-statements"
-
org.openrefine.wikibase.qa.scrutinizers.ItemRequiresScrutinizer Modifier and Type Constant Field Value public static final String
existingItemRequirePropertyType
"existing-item-requires-certain-other-statement"
public static final String
existingItemRequireValuesType
"existing-item-requires-property-to-have-certain-values"
public static final String
newItemRequirePropertyType
"new-item-requires-certain-other-statement"
public static final String
newItemRequireValuesType
"new-item-requires-property-to-have-certain-values"
-
org.openrefine.wikibase.qa.scrutinizers.MultiValueScrutinizer Modifier and Type Constant Field Value public static final String
existing_type
"multi-valued-property-is-required-for-existing-item"
public static final String
new_type
"multi-valued-property-is-required-for-new-item"
-
org.openrefine.wikibase.qa.scrutinizers.NewEntityScrutinizer Modifier and Type Constant Field Value public static final String
deletedStatementsType
"new-item-with-deleted-statements"
public static final String
duplicateLabelDescriptionType
"duplicate-label-and-description"
public static final String
invalidFilePathType
"invalid-file-path"
public static final String
newItemType
"new-item-created"
public static final String
newMediaType
"new-media-created"
public static final String
newMediaWithoutFileNameType
"new-media-without-file-name"
public static final String
newMediaWithoutFilePathType
"new-media-without-file-path"
public static final String
newMediaWithoutWikitextType
"new-media-without-wikitext"
public static final String
noDescType
"new-item-without-descriptions"
public static final String
noLabelType
"new-item-without-labels-or-aliases"
public static final String
noTypeType
"new-item-without-instance-of-or-subclass-of"
-
org.openrefine.wikibase.qa.scrutinizers.NoEditsMadeScrutinizer Modifier and Type Constant Field Value public static final String
type
"no-edit-generated"
-
org.openrefine.wikibase.qa.scrutinizers.QualifierCompatibilityScrutinizer Modifier and Type Constant Field Value public static final String
disallowedQualifiersType
"disallowed-qualifiers"
public static final String
missingMandatoryQualifiersType
"missing-mandatory-qualifiers"
-
org.openrefine.wikibase.qa.scrutinizers.QuantityScrutinizer Modifier and Type Constant Field Value public static final String
boundsDisallowedType
"bounds-disallowed"
public static final String
integerConstraintType
"values-should-be-integers"
public static final String
invalidUnitType
"invalid-unit"
public static final String
noUnitProvidedType
"no-unit-provided"
-
org.openrefine.wikibase.qa.scrutinizers.RestrictedValuesScrutinizer Modifier and Type Constant Field Value public static final String
type
"forbidden-value"
-
org.openrefine.wikibase.qa.scrutinizers.SelfReferentialScrutinizer Modifier and Type Constant Field Value public static final String
type
"self-referential-statements"
-
org.openrefine.wikibase.qa.scrutinizers.SingleValueScrutinizer Modifier and Type Constant Field Value public static final String
type
"single-valued-property-added-more-than-once"
-
org.openrefine.wikibase.qa.scrutinizers.UnsourcedScrutinizer Modifier and Type Constant Field Value public static final String
constraintItemType
"no-references-provided"
public static final String
generalType
"unsourced-statements"
-
org.openrefine.wikibase.qa.scrutinizers.UseAsQualifierScrutinizer Modifier and Type Constant Field Value public static final String
type
"values-should-not-be-used-as-qualifier"
-
org.openrefine.wikibase.qa.scrutinizers.WhitespaceScrutinizer Modifier and Type Constant Field Value public static final String
duplicateWhitespaceType
"duplicate-whitespace"
public static final String
nonPrintableCharsType
"non-printable-characters"
-
org.openrefine.wikibase.schema.WbEntityVariable Modifier and Type Constant Field Value public static final String
INVALID_ENTITY_ID_FORMAT_WARNING_TYPE
"invalid-entity-id-format"
-
org.openrefine.wikibase.schema.WbItemEditExpr Modifier and Type Constant Field Value public static final String
INVALID_SUBJECT_WARNING_TYPE
"invalid-item-subject"
-
org.openrefine.wikibase.schema.WbItemVariable Modifier and Type Constant Field Value public static final String
INVALID_ITEM_ID_FORMAT_WARNING_TYPE
"invalid-item-id-format"
-
org.openrefine.wikibase.schema.WbLocationConstant Modifier and Type Constant Field Value public static final double
defaultPrecision
1.0E-5
-
org.openrefine.wikibase.schema.WbMediaInfoEditExpr Modifier and Type Constant Field Value public static final String
INVALID_SUBJECT_WARNING_TYPE
"invalid-mediainfo-subject"
public static final String
REPLACED_CHARACTERS_IN_FILENAME
"replaced-characters-in-filename"
-
org.openrefine.wikibase.schema.WbVariableExpr<T> Modifier and Type Constant Field Value public static final String
NO_VALUE_KEYWORD
"#NOVALUE#"
public static final String
SOME_VALUE_KEYWORD
"#SOMEVALUE#"