Uses of Class
com.evolveum.midpoint.prism.polystring.PolyString
Packages that use PolyString
Package
Description
Package for reusable and stable GUI Wicket Components.
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
-
Uses of PolyString in com.evolveum.midpoint.audit.api
Methods in com.evolveum.midpoint.audit.api that return PolyStringMethods in com.evolveum.midpoint.audit.api with parameters of type PolyStringConstructors in com.evolveum.midpoint.audit.api with parameters of type PolyString -
Uses of PolyString in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common with parameters of type PolyStringModifier and TypeMethodDescriptiondefault String
LocalizationService.translate
(PolyString polyString) default String
LocalizationService.translate
(PolyString polyString, boolean allowOrig) LocalizationService.translate
(PolyString polyString, Locale locale, boolean allowOrig) LocalizationServiceImpl.translate
(PolyString polyString, Locale locale, boolean allowOrig) -
Uses of PolyString in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component with parameters of type PolyStringModifier and TypeMethodDescriptionorg.apache.wicket.model.StringResourceModel
BasePanel.createStringResource
(PolyString polystringKey, Object... objects) -
Uses of PolyString in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page with parameters of type PolyStringModifier and TypeMethodDescriptionorg.apache.wicket.model.StringResourceModel
PageAdminLTE.createStringResource
(PolyString polystringKey, Object... objects) -
Uses of PolyString in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type PolyStringModifier and TypeMethodDescriptionstatic String
WebComponentUtil.getOrigStringFromPoly
(PolyString str) static String
LocalizationUtil.translatePolyString
(PolyString poly) static String
LocalizationUtil.translatePolyString
(PolyString poly, Locale locale) -
Uses of PolyString in com.evolveum.midpoint.gui.impl.converter
Methods in com.evolveum.midpoint.gui.impl.converter that return PolyStringModifier and TypeMethodDescriptionPolyStringConverter.convertToObject
(String value, Locale locale) Methods in com.evolveum.midpoint.gui.impl.converter with parameters of type PolyStringModifier and TypeMethodDescriptionPolyStringConverter.convertToString
(PolyString value, Locale locale) -
Uses of PolyString in com.evolveum.midpoint.gui.impl.factory.panel
Method parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type PolyStringModifier and TypeMethodDescriptionprotected InputPanel
PolyStringEditorPanelFactory.getPanel
(PrismPropertyPanelContext<PolyString> panelCtx) -
Uses of PolyString in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel that return types with arguments of type PolyStringModifier and TypeMethodDescriptionorg.apache.wicket.markup.html.form.FormComponent<PolyString>
PolyStringEditorPanel.getBaseFormComponent()
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type PolyStringModifierConstructorDescriptionPolyStringEditorPanel
(String id, org.apache.wicket.model.IModel<PolyString> model, String predefinedValuesLookupTableOid, boolean hasValueEnumerationRef) -
Uses of PolyString in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that return PolyStringModifier and TypeMethodDescriptionstatic PolyString
RelationUtil.getRelationLabel
(QName relation, List<RelationDefinitionType> relations) -
Uses of PolyString in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with parameters of type PolyStringModifier and TypeMethodDescription<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 PolyStringModifier and TypeMethodDescriptionboolean
BasicExpressionFunctions.endsWith
(PolyString polyString, String value) Checks whether the given normalized string ends with the specified valueBasicExpressionFunctions.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 PolyStringModifier and TypeMethodDescription<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 PolyStringModifier and TypeMethodDescriptionPrismObject.getName()
PrismObjectValue.getName()
PrismReference.getTargetName()
PrismReferenceValue.getTargetName()
Returns cached name of the target object.Methods in com.evolveum.midpoint.prism with parameters of type PolyString -
Uses of PolyString in com.evolveum.midpoint.prism.binding
Methods in com.evolveum.midpoint.prism.binding that return PolyStringMethods in com.evolveum.midpoint.prism.binding with parameters of type PolyString -
Uses of PolyString in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return PolyStringModifier and TypeMethodDescriptionPrismObjectImpl.getName()
PrismObjectValueImpl.getName()
PrismReferenceImpl.getTargetName()
PrismReferenceValueImpl.getTargetName()
Returns cached name of the target object.Methods in com.evolveum.midpoint.prism.impl with parameters of type PolyString -
Uses of PolyString in com.evolveum.midpoint.prism.impl.item
Methods in com.evolveum.midpoint.prism.impl.item that return PolyString -
Uses of PolyString in com.evolveum.midpoint.prism.impl.lex.json.reader
Methods in com.evolveum.midpoint.prism.impl.lex.json.reader that return PolyStringModifier and TypeMethodDescriptionPolyStringDeserializer.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 PolyStringModifier and TypeMethodDescriptionvoid
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 PolyStringModifier and TypeMethodDescriptionPolyStringNormMatchingRule.normalize
(PolyString original) PolyStringOrigMatchingRule.normalize
(PolyString original) PolyStringStrictMatchingRule.normalize
(PolyString original) Methods in com.evolveum.midpoint.prism.impl.match with parameters of type PolyStringModifier and TypeMethodDescriptionboolean
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) PolyStringNormMatchingRule.normalize
(PolyString original) PolyStringOrigMatchingRule.normalize
(PolyString original) PolyStringStrictMatchingRule.normalize
(PolyString original) -
Uses of PolyString in com.evolveum.midpoint.prism.polystring
Methods in com.evolveum.midpoint.prism.polystring that return PolyStringModifier and TypeMethodDescriptionPolyString.copy()
static PolyString
Returns poly-string for the provided `orig` value with `norm` recomputed with default normalizer.PolyString.getAt
(int index) PolyString.recompute()
Recomputes normalized value with default normalizer and returns modified `this`.static PolyString
PolyString.toPolyString
(PolyStringType value) PolyString.trim()
Methods in com.evolveum.midpoint.prism.polystring with parameters of type PolyStringModifier and TypeMethodDescriptionstatic 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 PolyStringModifier and TypeMethodDescriptionstatic PolyString
PrismTestUtil.createPolyString
(String orig) Deprecated.static PolyString
PrismTestUtil.createPolyString
(String orig, String norm) Methods in com.evolveum.midpoint.prism.util with parameters of type PolyStringModifier and TypeMethodDescriptionstatic 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 PolyStringModifier and TypeMethodDescriptionstatic void
PrismAsserts.assertEqualsPolyStringMulti
(String message, Collection<PolyString> actual, String... expectedOrigs) -
Uses of PolyString in com.evolveum.midpoint.repo.sqale.audit.qmodel
Methods in com.evolveum.midpoint.repo.sqale.audit.qmodel that return PolyString -
Uses of PolyString in com.evolveum.midpoint.repo.sqale.delta.item
Methods in com.evolveum.midpoint.repo.sqale.delta.item with parameters of type PolyString -
Uses of PolyString in com.evolveum.midpoint.repo.sqale.jsonb
Methods in com.evolveum.midpoint.repo.sqale.jsonb with parameters of type PolyStringMethod parameters in com.evolveum.midpoint.repo.sqale.jsonb with type arguments of type PolyStringModifier and TypeMethodDescriptionstatic Jsonb
JsonbUtils.polyStringsToJsonb
(Collection<PolyString> polys) -
Uses of PolyString in com.evolveum.midpoint.repo.sqale.qmodel.object
Methods in com.evolveum.midpoint.repo.sqale.qmodel.object that return PolyString -
Uses of PolyString in com.evolveum.midpoint.repo.sqlbase.filtering
Methods in com.evolveum.midpoint.repo.sqlbase.filtering that return PolyString -
Uses of PolyString in com.evolveum.midpoint.schema
Methods in com.evolveum.midpoint.schema that return PolyStringModifier and TypeMethodDescriptionObjectDeltaOperation.getObjectName()
ObjectDeltaOperation.getResourceName()
Methods in com.evolveum.midpoint.schema with parameters of type PolyStringModifier and TypeMethodDescriptionvoid
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 PolyStringModifier and TypeMethodDescriptionOperationResult.addContext
(String name, PolyString value) OperationResultBuilder.addContext
(String name, PolyString value) OperationResult.addParam
(String name, PolyString value) 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 PolyStringModifier and TypeMethodDescriptionstatic PolyString
ShadowUtil.determineShadowName
(PrismObject<ShadowType> shadow) static PolyString
ShadowUtil.determineShadowName
(ShadowType shadow) 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 PolyStringModifier and TypeMethodDescriptionstatic 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.midpoint.web.component.prism.show
Methods in com.evolveum.midpoint.web.component.prism.show with parameters of type PolyStringModifier and TypeMethodDescriptionvoid
VisualizationDto.setNameOverwrite
(PolyString nameOverwrite) -
Uses of PolyString in com.evolveum.midpoint.web.util
Fields in com.evolveum.midpoint.web.util with type parameters of type PolyStringModifier and TypeFieldDescriptionstatic final Comparator<PolyString>
LocalizationMessageComparator.COMPARE_POLYSTRING_TRANSLATED
static final Comparator<PolyString>
LocalizationMessageComparator.COMPARE_POLYSTRING_UNTRANSLATED
-
Uses of PolyString in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return PolyStringConstructors in com.evolveum.prism.xml.ns._public.types_3 with parameters of type PolyString