| Package | Description |
|---|---|
| net.sf.jailer.datamodel |
| Modifier and Type | Method and Description |
|---|---|
static List<RestrictionDefinition> |
RestrictionDefinition.fromRestrictionModel(ExtractionModel extractionModel)
Gets list of all restriction definition from
ExtractionModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
DataModel.save(String file,
Table stable,
String subjectCondition,
ScriptFormat scriptFormat,
List<RestrictionDefinition> restrictionDefinitions,
Map<String,Map<String,double[]>> positions,
List<ExtractionModel.AdditionalSubject> additionalSubjects,
String currentModelSubfolder)
Saves the data model.
|
void |
DataModel.saveRestrictions(File file,
List<RestrictionDefinition> restrictionDefinitions)
Saves restrictions only.
|