Uses of Class
com.evolveum.midpoint.prism.polystring.PolyString
-
-
Uses of PolyString in com.evolveum.midpoint.audit.api
Methods in com.evolveum.midpoint.audit.api that return PolyString Modifier and Type Method Description PolyString
AuditReferenceValue. getTargetName()
Methods in com.evolveum.midpoint.audit.api with parameters of type PolyString Modifier and Type Method Description void
AuditReferenceValue. setTargetName(PolyString targetName)
Constructors in com.evolveum.midpoint.audit.api with parameters of type PolyString Constructor Description AuditReferenceValue(String oid, QName type, PolyString targetName)
-
Uses of PolyString in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common with parameters of type PolyString Modifier and Type Method Description default String
LocalizationService. translate(PolyString polyString)
default String
LocalizationService. translate(PolyString polyString, boolean allowOrig)
String
LocalizationService. translate(PolyString polyString, Locale locale, boolean allowOrig)
String
LocalizationServiceImpl. translate(PolyString polyString, Locale locale, boolean allowOrig)
-
Uses of PolyString in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with parameters of type PolyString Modifier and Type Method Description <T extends ObjectType>
TMidpointFunctions. createEmptyObjectWithName(Class<T> type, PolyString name)
Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
TMidpointFunctions. searchObjectByName(Class<T> type, PolyString name)
Search for objects by name. -
Uses of PolyString in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions with parameters of type PolyString Modifier and Type Method Description boolean
BasicExpressionFunctions. endsWith(PolyString polyString, String value)
Checks whether the given normalized string ends with the specified valueString
BasicExpressionFunctions. norm(PolyString orig)
Normalize a PolyString value.boolean
BasicExpressionFunctions. startsWith(PolyString polyString, String value)
Checks whether the given normalized string begins with the specified value. -
Uses of PolyString in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr with parameters of type PolyString Modifier and Type Method Description <T extends ObjectType>
TMidpointFunctionsImpl. createEmptyObjectWithName(Class<T> type, PolyString name)
<T extends ObjectType>
TMidpointFunctionsImpl. searchObjectByName(Class<T> type, PolyString name)
-
Uses of PolyString in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return PolyString Modifier and Type Method Description PolyString
PrismObject. getName()
PolyString
PrismObjectValue. getName()
PolyString
PrismReference. getTargetName()
PolyString
PrismReferenceValue. getTargetName()
Returns cached name of the target object.Methods in com.evolveum.midpoint.prism with parameters of type PolyString Modifier and Type Method Description void
PrismReferenceValue. setTargetName(PolyString name)
-
Uses of PolyString in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return PolyString Modifier and Type Method Description PolyString
PrismObjectImpl. getName()
PolyString
PrismObjectValueImpl. getName()
PolyString
PrismReferenceImpl. getTargetName()
PolyString
PrismReferenceValueImpl. getTargetName()
Returns cached name of the target object.Methods in com.evolveum.midpoint.prism.impl with parameters of type PolyString Modifier and Type Method Description void
PrismReferenceValueImpl. setTargetName(PolyString name)
-
Uses of PolyString in com.evolveum.midpoint.prism.impl.item
Methods in com.evolveum.midpoint.prism.impl.item that return PolyString Modifier and Type Method Description PolyString
DummyReferenceImpl. getTargetName()
-
Uses of PolyString in com.evolveum.midpoint.prism.impl.lex.json.reader
Methods in com.evolveum.midpoint.prism.impl.lex.json.reader that return PolyString Modifier and Type Method Description PolyString
PolyStringDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of PolyString in com.evolveum.midpoint.prism.impl.lex.json.writer
Methods in com.evolveum.midpoint.prism.impl.lex.json.writer with parameters of type PolyString Modifier and Type Method Description void
PolyStringSerializer. serialize(PolyString value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
void
PolyStringSerializer. serializeWithType(PolyString value, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer)
-
Uses of PolyString in com.evolveum.midpoint.prism.impl.match
Methods in com.evolveum.midpoint.prism.impl.match that return PolyString Modifier and Type Method Description PolyString
PolyStringNormMatchingRule. normalize(PolyString original)
PolyString
PolyStringOrigMatchingRule. normalize(PolyString original)
PolyString
PolyStringStrictMatchingRule. normalize(PolyString original)
Methods in com.evolveum.midpoint.prism.impl.match with parameters of type PolyString Modifier and Type Method Description boolean
PolyStringNormMatchingRule. match(PolyString a, PolyString b)
boolean
PolyStringOrigMatchingRule. match(PolyString a, PolyString b)
boolean
PolyStringStrictMatchingRule. match(PolyString a, PolyString b)
boolean
PolyStringNormMatchingRule. matchRegex(PolyString a, String regex)
boolean
PolyStringOrigMatchingRule. matchRegex(PolyString a, String regex)
boolean
PolyStringStrictMatchingRule. matchRegex(PolyString a, String regex)
PolyString
PolyStringNormMatchingRule. normalize(PolyString original)
PolyString
PolyStringOrigMatchingRule. normalize(PolyString original)
PolyString
PolyStringStrictMatchingRule. normalize(PolyString original)
-
Uses of PolyString in com.evolveum.midpoint.prism.polystring
Methods in com.evolveum.midpoint.prism.polystring that return PolyString Modifier and Type Method Description static PolyString
PolyString. fromOrig(String orig)
PolyString
PolyString. getAt(int index)
PolyString
PolyString. plus(Object other)
static PolyString
PolyString. toPolyString(PolyStringType value)
PolyString
PolyString. trim()
Methods in com.evolveum.midpoint.prism.polystring with parameters of type PolyString Modifier and Type Method Description static String
PolyString. getNorm(PolyString s)
Returns norm value or null for the nullable input polystring.static String
PolyString. getOrig(PolyString s)
Returns orig value or null for the nullable input polystring.boolean
PolyString. match(PolyString other)
static PolyStringType
PolyString. toPolyStringType(PolyString value)
-
Uses of PolyString in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return PolyString Modifier and Type Method Description static PolyString
PrismTestUtil. createPolyString(String orig)
static PolyString
PrismTestUtil. createPolyString(String orig, String norm)
Methods in com.evolveum.midpoint.prism.util with parameters of type PolyString Modifier and Type Method Description static void
PrismAsserts. assertEquals(String message, PolyString expected, PolyString actual)
static void
PrismAsserts. assertEqualsPolyString(String message, String expectedOrig, PolyString actual)
static boolean
PolyStringUtils. isEmpty(PolyString polyString)
static boolean
PolyStringUtils. isNotEmpty(PolyString polyString)
Method parameters in com.evolveum.midpoint.prism.util with type arguments of type PolyString Modifier and Type Method Description static void
PrismAsserts. assertEqualsPolyStringMulti(String message, Collection<PolyString> actual, String... expectedOrigs)
-
Uses of PolyString in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return PolyString Modifier and Type Method Description PolyString
ObjectDeltaOperation. getObjectName()
PolyString
ObjectDeltaOperation. getResourceName()
Methods in com.evolveum.midpoint.schema with parameters of type PolyString Modifier and Type Method Description void
ObjectDeltaOperation. setObjectName(PolyString objectName)
void
ObjectDeltaOperation. setResourceName(PolyString resourceName)
-
Uses of PolyString in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result with parameters of type PolyString Modifier and Type Method Description OperationResult
OperationResult. addContext(String name, PolyString value)
OperationResultBuilder
OperationResultBuilder. addContext(String name, PolyString value)
OperationResult
OperationResult. addParam(String name, PolyString value)
OperationResultBuilder
OperationResultBuilder. addParam(String name, PolyString value)
void
OperationResult. addReturn(String name, PolyString value)
-
Uses of PolyString in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return PolyString Modifier and Type Method Description static <T extends ShadowType>
PolyStringShadowUtil. determineShadowName(PrismObject<T> shadow)
static <T extends ShadowType>
PolyStringShadowUtil. determineShadowName(ShadowType shadow)
PolyString
ObjectDeltaSchemaLevelUtil.NameResolver. getName(Class<? extends ObjectType> objectClass, String oid)
static PolyString
ShadowUtil. getResourceName(PrismObject<ShadowType> shadow)
static PolyString
ShadowUtil. getResourceName(ShadowType shadowType)
Methods in com.evolveum.midpoint.schema.util with parameters of type PolyString Modifier and Type Method Description static ObjectQuery
ObjectQueryUtil. createNameQuery(PolyString name, PrismContext prismContext)
static ObjectQuery
ObjectQueryUtil. createNormNameQuery(PolyString name, PrismContext prismContext)
static ObjectQuery
ObjectQueryUtil. createOrigNameQuery(PolyString name, PrismContext prismContext)
-
Uses of PolyString in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return PolyString Modifier and Type Method Description PolyString
PolyStringType. toPolyString()
Constructors in com.evolveum.prism.xml.ns._public.types_3 with parameters of type PolyString Constructor Description PolyStringType(PolyString polyString)
-