Package org.ametys.plugins.extraction
Interface ExtractionConstants
-
public interface ExtractionConstants
Constants related to extraction.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTHOR_TAG
author tagstatic String
BASE_DIR
Path of the base directory for extraction filesstatic String
CLAUSES_VARIABLES_TAG
clauses variables tagstatic String
COUNT_COMPONENT_TAG
count component tagstatic String
DEFINITIONS_DIR
Path of the directory containing definition filesstatic int
DESCRIPTION_CONTENT_INITIAL_ACTION_ID
Identifier of the initial action of the description's workflowstatic String
DESCRIPTION_CONTENT_TYPE_ID
Identifier of the description's content typestatic String
DESCRIPTION_CONTENT_WORKFLOW_NAME
Name of the workflow used by descriptionstatic String
DESCRIPTION_DEFAULT_TITLE_KEY
Message key for the description default titlestatic String
DESCRIPTION_IDENTIFIER_ATTRIBUTE_NAME
description identifier attribute namestatic String
DESCRIPTION_LANGUAGE
language of the descriptionstatic String
DESCRIPTION_TAG
description tagstatic String
EXECUTE_EXTRACTION_RIGHT_ID
Right id to execute extractionsstatic String
EXTRACTION_TAG
extraction tag for definition filestatic String
MAPPING_QUERY_COMPONENT_TAG
mapping query component tagstatic String
MODIFY_EXTRACTION_RIGHT_ID
Right id to modify extractionsstatic String
OPTIONAL_COLUMNS_TAG
optional columns tagstatic String
PATH_SEPARATOR
the path separatorstatic String
PIPELINES_DIR
Path of the directory containing pipelines definitionsstatic String
PLUGIN_NAME
Plugin name to use for I18nizable textsstatic String
QUERY_COMPONENT_TAG
query component tagstatic String
RESULT_EXTRACTION_DIR_NAME
The directory under ametys home data directory for extraction resultsstatic String
RESULT_EXTRACTION_TAG
extraction tag for result filestatic String
STRING_COLLECTIONS_INPUT_DELIMITER
delimiter used in dialog inputs for string collectionsstatic String
THESAURUS_COMPONENT_TAG
thesaurus component tagstatic String
XSLT_DIR
Path of the directory containing stylesheets
-
-
-
Field Detail
-
EXECUTE_EXTRACTION_RIGHT_ID
static final String EXECUTE_EXTRACTION_RIGHT_ID
Right id to execute extractions- See Also:
- Constant Field Values
-
MODIFY_EXTRACTION_RIGHT_ID
static final String MODIFY_EXTRACTION_RIGHT_ID
Right id to modify extractions- See Also:
- Constant Field Values
-
BASE_DIR
static final String BASE_DIR
Path of the base directory for extraction files- See Also:
- Constant Field Values
-
PLUGIN_NAME
static final String PLUGIN_NAME
Plugin name to use for I18nizable texts- See Also:
- Constant Field Values
-
DEFINITIONS_DIR
static final String DEFINITIONS_DIR
Path of the directory containing definition files- See Also:
- Constant Field Values
-
XSLT_DIR
static final String XSLT_DIR
Path of the directory containing stylesheets- See Also:
- Constant Field Values
-
PIPELINES_DIR
static final String PIPELINES_DIR
Path of the directory containing pipelines definitions- See Also:
- Constant Field Values
-
DESCRIPTION_CONTENT_TYPE_ID
static final String DESCRIPTION_CONTENT_TYPE_ID
Identifier of the description's content type- See Also:
- Constant Field Values
-
DESCRIPTION_CONTENT_WORKFLOW_NAME
static final String DESCRIPTION_CONTENT_WORKFLOW_NAME
Name of the workflow used by description- See Also:
- Constant Field Values
-
DESCRIPTION_CONTENT_INITIAL_ACTION_ID
static final int DESCRIPTION_CONTENT_INITIAL_ACTION_ID
Identifier of the initial action of the description's workflow- See Also:
- Constant Field Values
-
DESCRIPTION_DEFAULT_TITLE_KEY
static final String DESCRIPTION_DEFAULT_TITLE_KEY
Message key for the description default title- See Also:
- Constant Field Values
-
DESCRIPTION_LANGUAGE
static final String DESCRIPTION_LANGUAGE
language of the description- See Also:
- Constant Field Values
-
EXTRACTION_TAG
static final String EXTRACTION_TAG
extraction tag for definition file- See Also:
- Constant Field Values
-
DESCRIPTION_TAG
static final String DESCRIPTION_TAG
description tag- See Also:
- Constant Field Values
-
AUTHOR_TAG
static final String AUTHOR_TAG
author tag- See Also:
- Constant Field Values
-
DESCRIPTION_IDENTIFIER_ATTRIBUTE_NAME
static final String DESCRIPTION_IDENTIFIER_ATTRIBUTE_NAME
description identifier attribute name- See Also:
- Constant Field Values
-
QUERY_COMPONENT_TAG
static final String QUERY_COMPONENT_TAG
query component tag- See Also:
- Constant Field Values
-
THESAURUS_COMPONENT_TAG
static final String THESAURUS_COMPONENT_TAG
thesaurus component tag- See Also:
- Constant Field Values
-
COUNT_COMPONENT_TAG
static final String COUNT_COMPONENT_TAG
count component tag- See Also:
- Constant Field Values
-
MAPPING_QUERY_COMPONENT_TAG
static final String MAPPING_QUERY_COMPONENT_TAG
mapping query component tag- See Also:
- Constant Field Values
-
CLAUSES_VARIABLES_TAG
static final String CLAUSES_VARIABLES_TAG
clauses variables tag- See Also:
- Constant Field Values
-
OPTIONAL_COLUMNS_TAG
static final String OPTIONAL_COLUMNS_TAG
optional columns tag- See Also:
- Constant Field Values
-
STRING_COLLECTIONS_INPUT_DELIMITER
static final String STRING_COLLECTIONS_INPUT_DELIMITER
delimiter used in dialog inputs for string collections- See Also:
- Constant Field Values
-
RESULT_EXTRACTION_DIR_NAME
static final String RESULT_EXTRACTION_DIR_NAME
The directory under ametys home data directory for extraction results- See Also:
- Constant Field Values
-
RESULT_EXTRACTION_TAG
static final String RESULT_EXTRACTION_TAG
extraction tag for result file- See Also:
- Constant Field Values
-
PATH_SEPARATOR
static final String PATH_SEPARATOR
the path separator
-
-