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