Package org.ametys.plugins.extraction
Interface ExtractionConstants
public interface ExtractionConstants
Constants related to extraction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringauthor tagstatic final StringPath of the base directory for extraction filesstatic final Stringclauses variables tagstatic final Stringcount component tagstatic final StringPath of the directory containing definition filesstatic final intIdentifier of the initial action of the description's workflowstatic final StringIdentifier of the description's content typestatic final StringName of the workflow used by descriptionstatic final StringMessage key for the description default titlestatic final Stringdescription identifier attribute namestatic final Stringlanguage of the descriptionstatic final Stringdescription tagstatic final StringRight id to execute extractionsstatic final Stringextraction tag for definition filestatic final Stringmapping query component tagstatic final StringRight id to modify extractionsstatic final Stringoptional columns tagstatic final Stringthe path separatorstatic final StringPath of the directory containing pipelines definitionsstatic final StringPlugin name to use for I18nizable textsstatic final Stringquery component tagstatic final StringThe directory under ametys home data directory for extraction resultsstatic final Stringextraction tag for result filestatic final Stringdelimiter used in dialog inputs for string collectionsstatic final Stringthesaurus component tagstatic final StringPath 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
-