Uses of Class
net.sf.jailer.datamodel.RestrictionDefinition
Packages that use RestrictionDefinition
-
Uses of RestrictionDefinition in net.sf.jailer.datamodel
Methods in net.sf.jailer.datamodel that return types with arguments of type RestrictionDefinitionModifier and TypeMethodDescriptionstatic List<RestrictionDefinition> RestrictionDefinition.fromRestrictionModel(ExtractionModel extractionModel) Gets list of all restriction definition fromExtractionModel.Method parameters in net.sf.jailer.datamodel with type arguments of type RestrictionDefinitionModifier and TypeMethodDescriptionvoidDataModel.save(String file, Table stable, SubjectLimitDefinition subjectLimitDefinition, String subjectCondition, ScriptFormat scriptFormat, List<RestrictionDefinition> restrictionDefinitions, Map<String, Map<String, double[]>> positions, List<ExtractionModel.AdditionalSubject> additionalSubjects, String currentModelSubfolder) Saves the data model.voidDataModel.saveRestrictions(File file, List<RestrictionDefinition> restrictionDefinitions) Saves restrictions only.