Uses of Class
com.logicaldoc.ai.sampler.Sampler
Packages that use Sampler
-
Uses of Sampler in com.logicaldoc.ai
Methods in com.logicaldoc.ai that return SamplerMethods in com.logicaldoc.ai with parameters of type Sampler -
Uses of Sampler in com.logicaldoc.ai.sampler
Subclasses of Sampler in com.logicaldoc.ai.samplerModifier and TypeClassDescriptionclass
ASampler
that collects the samples extracted by a collection of other samplersclass
AStreamSampler
that reads the contents of a CSV file extracting all the rows as string arrays.class
ASampler
that extract samples from a list of extensible objects.class
AStreamSampler
that extracts the paragraphs interpreted as blocks of text separated by blank lines.class
ASampler
that reads from anInputStream
Methods in com.logicaldoc.ai.sampler with type parameters of type SamplerModifier and TypeMethodDescriptionHibernateSamplerDAO.findByType
(Class<S> type, long tenantId) SamplerDAO.findByType
(Class<S> type, long tenantId) Finds the samplers by typeMethods in com.logicaldoc.ai.sampler that return SamplerModifier and TypeMethodDescriptionHibernateSamplerDAO.findByName
(String name, long tenantId) SamplerDAO.findByName
(String name, long tenantId) Finds the sampler by it's namestatic Sampler
Sampler.newSampler
(String type) Factory method for instantiating a new samplerMethods in com.logicaldoc.ai.sampler that return types with arguments of type SamplerMethods in com.logicaldoc.ai.sampler with parameters of type SamplerMethod parameters in com.logicaldoc.ai.sampler with type arguments of type SamplerConstructor parameters in com.logicaldoc.ai.sampler with type arguments of type Sampler