Uses of Class
com.evolveum.midpoint.model.common.expression.script.mel.value.PolyStringCelValue
Packages that use PolyStringCelValue
Package
Description
-
Uses of PolyStringCelValue in com.evolveum.midpoint.model.common.expression.script.mel.extension
Methods in com.evolveum.midpoint.model.common.expression.script.mel.extension with parameters of type PolyStringCelValueModifier and TypeMethodDescription@Nullable ProtectedStringTypeCelMelExtensions.encrypt(@Nullable PolyStringCelValue pstr) static StringCelMelExtensions.polystringAddPolystring(PolyStringCelValue polystringValue1, PolyStringCelValue polystringValue2) static StringCelMelExtensions.polystringAddString(PolyStringCelValue polystringValue, String s) static StringCelMelExtensions.stringAddPolyString(String s, PolyStringCelValue polystringValue) static booleanCelMelExtensions.stringEqualsPolyString(String s1, PolyStringCelValue s2) -
Uses of PolyStringCelValue in com.evolveum.midpoint.model.common.expression.script.mel.value
Methods in com.evolveum.midpoint.model.common.expression.script.mel.value that return PolyStringCelValueModifier and TypeMethodDescriptionstatic PolyStringCelValuePolyStringCelValue.create(PolyString polystring)