Uses of Class
net.sf.jailer.extractionmodel.SubjectLimitDefinition
Packages that use SubjectLimitDefinition
Package
Description
-
Uses of SubjectLimitDefinition in net.sf.jailer.datamodel
Methods in net.sf.jailer.datamodel with parameters of type SubjectLimitDefinitionModifier 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. -
Uses of SubjectLimitDefinition in net.sf.jailer.entitygraph
Methods in net.sf.jailer.entitygraph with parameters of type SubjectLimitDefinitionModifier and TypeMethodDescriptionabstract longEntityGraph.addEntities(Table table, String condition, int today, SubjectLimitDefinition limitDefinition, boolean joinWithEntity) Adds limited number of entities to the graph. -
Uses of SubjectLimitDefinition in net.sf.jailer.entitygraph.local
Methods in net.sf.jailer.entitygraph.local with parameters of type SubjectLimitDefinitionModifier and TypeMethodDescriptionlongLocalEntityGraph.addEntities(Table table, String condition, int today, SubjectLimitDefinition limitDefinition, boolean joinWithEntity) Adds limited number of entities to the graph. -
Uses of SubjectLimitDefinition in net.sf.jailer.entitygraph.remote
Methods in net.sf.jailer.entitygraph.remote with parameters of type SubjectLimitDefinitionModifier and TypeMethodDescriptionlongRemoteEntityGraph.addEntities(Table table, String condition, int today, SubjectLimitDefinition limitDefinition, boolean joinWithEntity) Adds limited number of entities to the graph. -
Uses of SubjectLimitDefinition in net.sf.jailer.extractionmodel
Fields in net.sf.jailer.extractionmodel declared as SubjectLimitDefinitionMethods in net.sf.jailer.extractionmodel that return SubjectLimitDefinitionModifier and TypeMethodDescriptionExtractionModel.AdditionalSubject.getSubjectLimitDefinition()Gets the subject limit definition.Methods in net.sf.jailer.extractionmodel with parameters of type SubjectLimitDefinitionModifier and TypeMethodDescriptionvoidExtractionModel.AdditionalSubject.setSubjectLimitDefinition(SubjectLimitDefinition subjectLimitDefinition) Sets the subject limit definition.Constructors in net.sf.jailer.extractionmodel with parameters of type SubjectLimitDefinitionModifierConstructorDescriptionAdditionalSubject(Table subject, String condition, SubjectLimitDefinition subjectLimitDefinition)