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 RandomTextSourceNodeRandomTextSourceNode. init(int maxSize)static RandomTextSourceNodeRandomTextSourceNode. init(int maxSize, Integer blobSizeInKB, boolean onlyText)static RandomTextSourceNodeRandomTextSourceNode. init(int maxSize, Integer blobSizeInKB, boolean onlyText, boolean nonUniform, boolean withProperties, String lang)static RandomTextSourceNodeRandomTextSourceNode. init(int maxSize, Integer blobSizeInKB, boolean onlyText, DictionaryHolder dictionaryHolder, boolean nonUniform, boolean withProperties)
-