Class ExtractionClauseGroup
java.lang.Object
org.ametys.plugins.extraction.component.ExtractionClauseGroup
Object representing an extraction join group information
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the complete group expression The complete group expression contains the characters used to identify the expression This expression has to be replaced the join expressionRetrieves the group expression The group expression does not contain the characters used to identify the expressionRetrieves the field pathRetrieves the variablevoid
setCompleteExpression
(String completeExpression) Set the group expressionvoid
setExpression
(String groupExpression) Set the group expressionvoid
setFieldPath
(String fieldPath) Set the field pathvoid
setVariable
(String variable) Set the variable
-
Constructor Details
-
ExtractionClauseGroup
public ExtractionClauseGroup()
-
-
Method Details
-
getCompleteExpression
Retrieves the complete group expression The complete group expression contains the characters used to identify the expression This expression has to be replaced the join expression- Returns:
- the group expression
-
setCompleteExpression
Set the group expression- Parameters:
completeExpression
- the group expression to set
-
getExpression
Retrieves the group expression The group expression does not contain the characters used to identify the expression- Returns:
- the group expression
-
setExpression
Set the group expression- Parameters:
groupExpression
- the group expression to set
-
getVariable
Retrieves the variable- Returns:
- the variable
-
setVariable
Set the variable- Parameters:
variable
- the variable to set
-
getFieldPath
Retrieves the field path- Returns:
- the field path
-
setFieldPath
Set the field path- Parameters:
fieldPath
- the field path to set
-