Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

R

random(BigDecimal, BigDecimal, ThreadLocalRandom) - Method in enum com.workfusion.studio.rpa.recorder.api.RandomValues.NumberType
 
randomBoolean() - Method in class com.workfusion.studio.rpa.recorder.api.RandomValues
 
randomDate(RDateTime, RDateTime, String) - Method in class com.workfusion.studio.rpa.recorder.api.RandomValues
 
randomList(int, RandomValues.CharacterSet) - Method in class com.workfusion.studio.rpa.recorder.api.RandomValues
 
randomNumber(Number, Number, RandomValues.NumberType) - Method in class com.workfusion.studio.rpa.recorder.api.RandomValues
 
randomString(Number, RandomValues.CharacterSet) - Method in class com.workfusion.studio.rpa.recorder.api.RandomValues
 
randomTable(int, int, RandomValues.CharacterSet) - Method in class com.workfusion.studio.rpa.recorder.api.RandomValues
 
RandomValues - Class in com.workfusion.studio.rpa.recorder.api
 
RandomValues.CharacterSet - Enum in com.workfusion.studio.rpa.recorder.api
 
RandomValues.NumberType - Enum in com.workfusion.studio.rpa.recorder.api
 
RBoolean - Enum in com.workfusion.studio.rpa.recorder.api.types
This type is Recorder analog to Boolean.
RBooleanRepresentation - Class in com.workfusion.studio.rpa.recorder.api.internal.representation
Describes a rule to convert between RBoolean value and a string.
RBooleanRepresentation(String, String) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RBooleanRepresentation
 
RBooleanRepresentation(String) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RBooleanRepresentation
 
RCollection<T extends RDataType<T>> - Interface in com.workfusion.studio.rpa.recorder.api.internal.types
 
RCollectors - Class in com.workfusion.studio.rpa.recorder.api
 
RDataType<T extends RDataType<T>> - Interface in com.workfusion.studio.rpa.recorder.api.types
This is a base interface of all data types that can be used as Recorder variables.
RDateTime - Class in com.workfusion.studio.rpa.recorder.api.types
This type is Recorder analog to ZonedDateTime.
RDateTimeRepresentation - Class in com.workfusion.studio.rpa.recorder.api.internal.representation
Describes a rule to convert between RDateTime value and a string.
RDateTimeRepresentation(String) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RDateTimeRepresentation
 
recalculateKeys(BiFunction<SparseTable.Key, T, Optional<SparseTable.Key>>) - Method in class com.workfusion.studio.rpa.recorder.api.internal.types.SparseTable
 
RecorderDataType - Enum in com.workfusion.studio.rpa.recorder.api.types
Enumerates all data types that can be used as Recorder variables.
RecorderList - Class in com.workfusion.studio.rpa.recorder.api.groovy
Deprecated.
RecorderList() - Constructor for class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
 
RecorderList(Iterable<String>) - Constructor for class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
 
RecorderList(String...) - Constructor for class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
 
RecorderTable - Class in com.workfusion.studio.rpa.recorder.api.groovy
Deprecated.
RecorderTable() - Constructor for class com.workfusion.studio.rpa.recorder.api.groovy.RecorderTable
Deprecated.
 
RecorderTable(int, int) - Constructor for class com.workfusion.studio.rpa.recorder.api.groovy.RecorderTable
Deprecated.
 
RecorderTable(String[][]) - Constructor for class com.workfusion.studio.rpa.recorder.api.groovy.RecorderTable
Deprecated.
 
RecorderTable(Collection<? extends Collection<String>>) - Constructor for class com.workfusion.studio.rpa.recorder.api.groovy.RecorderTable
Deprecated.
 
RecorderTable.ByRowBuilder - Class in com.workfusion.studio.rpa.recorder.api.groovy
Deprecated.
 
remove(Object) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
 
remove(int) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
 
remove(int, int) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderTable
Deprecated.
 
remove(int, int) - Method in interface com.workfusion.studio.rpa.recorder.api.groovy.Table
Deprecated.
 
remove(int, int) - Method in class com.workfusion.studio.rpa.recorder.api.internal.types.SparseTable
 
remove(CharSequence) - Method in class com.workfusion.studio.rpa.recorder.api.types.RList
 
remove(Number) - Method in class com.workfusion.studio.rpa.recorder.api.types.RList
 
removeAll(Collection<?>) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
 
removeAll() - Method in class com.workfusion.studio.rpa.recorder.api.internal.types.SparseTable
 
removeAll(boolean) - Method in class com.workfusion.studio.rpa.recorder.api.internal.types.SparseTable
 
removeAll(RList) - Method in class com.workfusion.studio.rpa.recorder.api.types.RList
 
removeColumn(int) - Method in class com.workfusion.studio.rpa.recorder.api.types.RTable
 
removeColumnRule(int) - Static method in class com.workfusion.studio.rpa.recorder.api.internal.types.SparseTable
 
removeIf(Predicate<? super String>) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
 
removeLastColumn() - Method in class com.workfusion.studio.rpa.recorder.api.internal.types.SparseTable
 
removeLastRow() - Method in class com.workfusion.studio.rpa.recorder.api.internal.types.SparseTable
 
removeRow(int) - Method in class com.workfusion.studio.rpa.recorder.api.types.RTable
 
removeRowRule(int) - Static method in class com.workfusion.studio.rpa.recorder.api.internal.types.SparseTable
 
replace(char, char) - Method in class com.workfusion.studio.rpa.recorder.api.types.RString
 
replace(CharSequence, CharSequence) - Method in class com.workfusion.studio.rpa.recorder.api.types.RString
 
replaceAll(UnaryOperator<String>) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
 
replaceAll(CharSequence, CharSequence) - Method in class com.workfusion.studio.rpa.recorder.api.types.RString
 
replaceAllByRegex(CharSequence, CharSequence) - Method in class com.workfusion.studio.rpa.recorder.api.types.RString
 
replaceFirst(CharSequence, CharSequence) - Method in class com.workfusion.studio.rpa.recorder.api.types.RString
 
replaceFirstByRegexp(CharSequence, CharSequence) - Method in class com.workfusion.studio.rpa.recorder.api.types.RString
 
replaceFirstIgnoreCase(CharSequence, CharSequence) - Method in class com.workfusion.studio.rpa.recorder.api.types.RString
 
replaceIgnoreCase(CharSequence, CharSequence) - Method in class com.workfusion.studio.rpa.recorder.api.types.RString
 
Representation<T> - Interface in com.workfusion.studio.rpa.recorder.api.internal.representation
Describes a set of rules to convert between a value of some type T and a string.
retainAll(Collection<?>) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
 
retainAll(RList) - Method in class com.workfusion.studio.rpa.recorder.api.types.RList
 
reverse() - Method in interface com.workfusion.studio.rpa.recorder.api.internal.types.RCollection
Returns a copy of this collection with same elements in reversed order.
reverse() - Method in class com.workfusion.studio.rpa.recorder.api.internal.types.RTypeCollection
 
reverse() - Method in class com.workfusion.studio.rpa.recorder.api.types.RList
 
RList - Class in com.workfusion.studio.rpa.recorder.api.types
This type implements an ordered collection of RString values.
RListRepresentation - Class in com.workfusion.studio.rpa.recorder.api.internal.representation
Describes a rule to convert between RList value and a string.
RListRepresentation(Map<RListRepresentation.Argument, String>) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RListRepresentation
 
RListRepresentation(Map<RListRepresentation.Argument, String>, RListRepresentation.Option) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RListRepresentation
 
RListRepresentation(Map<RListRepresentation.Argument, String>, RListRepresentation.Option, RListRepresentation.Option...) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RListRepresentation
 
RListRepresentation(String) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RListRepresentation
 
RListRepresentation.Argument - Enum in com.workfusion.studio.rpa.recorder.api.internal.representation
 
RListRepresentation.Option - Enum in com.workfusion.studio.rpa.recorder.api.internal.representation
 
RNumber - Class in com.workfusion.studio.rpa.recorder.api.types
This type is Recorder analog to BigDecimal.
RNumberRepresentation - Class in com.workfusion.studio.rpa.recorder.api.internal.representation
Describes a rule to convert between RNumber value and a string.
RNumberRepresentation(String) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RNumberRepresentation
 
roundDown() - Method in class com.workfusion.studio.rpa.recorder.api.types.RNumber
Rounds towards zero
roundHalfDown() - Method in class com.workfusion.studio.rpa.recorder.api.types.RNumber
Rounds to nearest integer, or towards zero if neighbors are equidistant
roundHalfEven() - Method in class com.workfusion.studio.rpa.recorder.api.types.RNumber
Rounds to nearest integer, or to even one if neighbors are equidistant
roundHalfUp() - Method in class com.workfusion.studio.rpa.recorder.api.types.RNumber
Rounds to nearest integer, or away from zero if neighbors are equidistant
roundToCeiling() - Method in class com.workfusion.studio.rpa.recorder.api.types.RNumber
Rounds up to positive infinity
roundToFloor() - Method in class com.workfusion.studio.rpa.recorder.api.types.RNumber
Rounds down to negative infinity
roundUp() - Method in class com.workfusion.studio.rpa.recorder.api.types.RNumber
Rounds away from zero
row(CharSequence...) - Method in class com.workfusion.studio.rpa.recorder.api.types.RTable.Builder
 
row(List<? extends CharSequence>) - Method in class com.workfusion.studio.rpa.recorder.api.types.RTable.Builder
 
row(RList) - Method in class com.workfusion.studio.rpa.recorder.api.types.RTable.Builder
 
RString - Class in com.workfusion.studio.rpa.recorder.api.types
This type is Recorder analog to String.
RTable - Class in com.workfusion.studio.rpa.recorder.api.types
This type implements a table of RString values.
RTable.Builder - Class in com.workfusion.studio.rpa.recorder.api.types
 
RTableRepresentation - Class in com.workfusion.studio.rpa.recorder.api.internal.representation
Describes a rule to convert between RTable value and a string.
RTableRepresentation(Map<RTableRepresentation.Argument, String>) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RTableRepresentation
 
RTableRepresentation(Map<RTableRepresentation.Argument, String>, RTableRepresentation.Option) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RTableRepresentation
 
RTableRepresentation(Map<RTableRepresentation.Argument, String>, RTableRepresentation.Option, RTableRepresentation.Option...) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RTableRepresentation
 
RTableRepresentation(String) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.representation.RTableRepresentation
 
RTableRepresentation.Argument - Enum in com.workfusion.studio.rpa.recorder.api.internal.representation
 
RTableRepresentation.Option - Enum in com.workfusion.studio.rpa.recorder.api.internal.representation
 
RTypeCollection<T extends RDataType<T>> - Class in com.workfusion.studio.rpa.recorder.api.internal.types
 
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links