public class RestrictionDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
condition
Restriction condition.
|
Table |
from
Source table.
|
boolean |
isIgnored
Is ignored?
|
String |
name
Name of restriction or
null. |
Table |
to
Destination table.
|
| Constructor and Description |
|---|
RestrictionDefinition(Table from,
Table to,
String name,
String condition,
boolean isIgnored)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static List<RestrictionDefinition> |
fromRestrictionModel(ExtractionModel extractionModel)
Gets list of all restriction definition from
ExtractionModel. |
public final Table from
public final Table to
public final String name
null.public final String condition
public final boolean isIgnored
public static List<RestrictionDefinition> fromRestrictionModel(ExtractionModel extractionModel)
ExtractionModel.extractionnModel - the extraction model