Uses of Class
org.nuxeo.ecm.platform.importer.source.RandomTextSourceNode
-
Packages that use RandomTextSourceNode Package Description org.nuxeo.ecm.platform.importer.source -
-
Uses of RandomTextSourceNode in org.nuxeo.ecm.platform.importer.source
Methods in org.nuxeo.ecm.platform.importer.source that return RandomTextSourceNode Modifier and Type Method Description static RandomTextSourceNode
RandomTextSourceNode. init(int maxSize)
static RandomTextSourceNode
RandomTextSourceNode. init(int maxSize, Integer blobSizeInKB, boolean onlyText)
static RandomTextSourceNode
RandomTextSourceNode. init(int maxSize, Integer blobSizeInKB, boolean onlyText, boolean nonUniform, boolean withProperties, String lang)
static RandomTextSourceNode
RandomTextSourceNode. init(int maxSize, Integer blobSizeInKB, boolean onlyText, DictionaryHolder dictionaryHolder, boolean nonUniform, boolean withProperties)
-