Class ExtractionClause
java.lang.Object
org.ametys.plugins.extraction.component.ExtractionClause
Object representing an extraction join information
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGroup
(ExtractionClauseGroup group) Add a group to the joinRetrieves the join expressionRetrieves the join groupsvoid
setExpression
(String expression) Set the join expression
-
Constructor Details
-
ExtractionClause
public ExtractionClause()
-
-
Method Details
-
getExpression
Retrieves the join expression- Returns:
- the expression
-
setExpression
Set the join expression- Parameters:
expression
- the expression to set
-
getGroups
Retrieves the join groups- Returns:
- the groups
-
addGroup
Add a group to the join- Parameters:
group
- the group to add
-