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.common
Methods in com.evolveum.midpoint.common with parameters of type PolyStringModifier and TypeMethodDescriptiondefault StringLocalizationService.translate(PolyString polyString) default StringLocalizationService.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.StringResourceModelBasePanel.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.StringResourceModelPageAdminLTE.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 StringWebComponentUtil.getOrigStringFromPoly(PolyString str) static StringLocalizationUtil.translatePolyString(PolyString poly) static StringLocalizationUtil.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 InputPanelPolyStringEditorPanelFactory.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 PolyStringRelationUtil.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.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.polystring
Methods in com.evolveum.midpoint.prism.polystring that return PolyStringModifier and TypeMethodDescriptionPolyString.copy()static PolyStringReturns 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 PolyStringPolyString.toPolyString(PolyStringType value) PolyString.trim()Methods in com.evolveum.midpoint.prism.polystring with parameters of type PolyStringModifier and TypeMethodDescriptionstatic StringPolyString.getNorm(PolyString s) Returns norm value or null for the nullable input polystring.static StringPolyString.getOrig(PolyString s) Returns orig value or null for the nullable input polystring.booleanPolyString.match(PolyString other) static PolyStringTypePolyString.toPolyStringType(PolyString value) -
Uses of PolyString in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return PolyStringModifier and TypeMethodDescriptionstatic PolyStringPrismTestUtil.createPolyString(String orig) Deprecated.static PolyStringPrismTestUtil.createPolyString(String orig, String norm) Methods in com.evolveum.midpoint.prism.util with parameters of type PolyStringModifier and TypeMethodDescriptionstatic voidPrismAsserts.assertEquals(String message, PolyString expected, PolyString actual) static voidPrismAsserts.assertEqualsPolyString(String message, String expectedOrig, PolyString actual) static booleanPolyStringUtils.isEmpty(PolyString polyString) static booleanPolyStringUtils.isNotEmpty(PolyString polyString) Method parameters in com.evolveum.midpoint.prism.util with type arguments of type PolyStringModifier and TypeMethodDescriptionstatic voidPrismAsserts.assertEqualsPolyStringMulti(String message, Collection<PolyString> actual, String... expectedOrigs) -
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 TypeMethodDescriptionvoidObjectDeltaOperation.setObjectName(PolyString objectName) voidObjectDeltaOperation.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) voidOperationResult.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 PolyStringShadowUtil.determineShadowName(PrismObject<ShadowType> shadow) static PolyStringShadowUtil.determineShadowName(ShadowType shadow) ObjectDeltaSchemaLevelUtil.NameResolver.getName(Class<? extends ObjectType> objectClass, String oid) static PolyStringShadowUtil.getResourceName(PrismObject<ShadowType> shadow) static PolyStringShadowUtil.getResourceName(ShadowType shadowType) Methods in com.evolveum.midpoint.schema.util with parameters of type PolyStringModifier and TypeMethodDescriptionstatic ObjectQueryObjectQueryUtil.createNameQuery(PolyString name, PrismContext prismContext) static ObjectQueryObjectQueryUtil.createNormNameQuery(PolyString name, PrismContext prismContext) static ObjectQueryObjectQueryUtil.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 TypeMethodDescriptionvoidVisualizationDto.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_TRANSLATEDstatic 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