Package org.ametys.plugins.extraction
Interface ExtractionConstants
-
public interface ExtractionConstants
Constants related to extraction.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBASE_DIRPath of the base directory for extraction filesstatic StringCLAUSES_VARIABLES_TAGclauses variables tagstatic StringCOUNT_COMPONENT_TAGcount component tagstatic StringDEFINITIONS_DIRPath of the directory containing definition filesstatic intDESCRIPTION_CONTENT_INITIAL_ACTION_IDIdentifier of the initial action of the description's workflowstatic StringDESCRIPTION_CONTENT_TYPE_IDIdentifier of the description's content typestatic StringDESCRIPTION_CONTENT_WORKFLOW_NAMEName of the workflow used by descriptionstatic StringDESCRIPTION_DEFAULT_TITLE_KEYMessage key for the description default titlestatic StringDESCRIPTION_IDENTIFIER_ATTRIBUTE_NAMEdescription identifier attribute namestatic StringDESCRIPTION_LANGUAGElanguage of the descriptionstatic StringDESCRIPTION_TAGdescription tagstatic StringEXECUTE_EXTRACTION_RIGHT_IDRight id to execute extractionsstatic StringEXTRACTION_TAGextraction tag for definition filestatic StringMAPPING_QUERY_COMPONENT_TAGmapping query component tagstatic StringMODIFY_EXTRACTION_RIGHT_IDRight id to modify extractionsstatic StringOPTIONAL_COLUMNS_TAGoptinal columns tagstatic StringPIPELINES_DIRPath of the directory containing pipelines definitionsstatic StringPLUGIN_NAMEPlugin name to use for I18nizable textsstatic StringQUERY_COMPONENT_TAGquery component tagstatic StringRESULT_EXTRACTION_TAGextraction tag for result filestatic StringSTRING_COLLECTIONS_INPUT_DELIMITERdelimiter used in dialog inputs for string collectionsstatic StringTHESAURUS_COMPONENT_TAGthesaurus component tagstatic StringXSLT_DIRPath 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
-
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
optinal 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_TAG
static final String RESULT_EXTRACTION_TAG
extraction tag for result file- See Also:
- Constant Field Values
-
-