Uses of Class
com.evolveum.prism.xml.ns._public.types_3.PolyStringType
Packages that use PolyStringType
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 PolyStringType in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common that return PolyStringTypeModifier and TypeMethodDescriptionstatic PolyStringTypeRoleMiningExportUtils.encryptOrgName(String name, int iterator, RoleMiningExportUtils.NameMode nameMode, String key) static PolyStringTypeRoleMiningExportUtils.encryptRoleName(String name, int iterator, RoleMiningExportUtils.NameMode nameMode, String key) static PolyStringTypeRoleMiningExportUtils.encryptUserName(String name, int iterator, RoleMiningExportUtils.NameMode nameMode, String key) -
Uses of PolyStringType in com.evolveum.midpoint.common.mining.objects.statistic
Methods in com.evolveum.midpoint.common.mining.objects.statistic that return PolyStringTypeConstructors in com.evolveum.midpoint.common.mining.objects.statistic with parameters of type PolyStringTypeModifierConstructorDescriptionClusterStatistic(PolyStringType name, Set<ObjectReferenceType> membersRef, int membersCount, int propertiesCount, int minVectorPoint, int maxVectorPoint, double propertiesMean, double propertiesDensity) ClusterStatistic(PolyStringType name, Set<ObjectReferenceType> propertiesRef, Set<ObjectReferenceType> membersRef, int membersCount, int propertiesCount, int minVectorPoint, int maxVectorPoint, double propertiesMean, double propertiesDensity) -
Uses of PolyStringType in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component with parameters of type PolyStringTypeModifier and TypeMethodDescriptionorg.apache.wicket.model.StringResourceModelBasePanel.createStringResource(PolyStringType polystringKey, Object... objects) -
Uses of PolyStringType in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page with parameters of type PolyStringTypeModifier and TypeMethodDescriptionorg.apache.wicket.model.StringResourceModelPageAdminLTE.createStringResource(PolyStringType polystringKey, Object... objects) org.apache.wicket.model.StringResourceModelPageAdminLTE.createStringResourceDefault(String defaultKey, PolyStringType polystringKey, Object... objects) -
Uses of PolyStringType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return PolyStringTypeModifier and TypeMethodDescriptionstatic PolyStringTypeWebComponentUtil.createPolyFromOrigString(String str) static PolyStringTypeWebComponentUtil.createPolyFromOrigString(String str, String key) static PolyStringTypeWebComponentUtil.getCollectionLabel(DisplayType viewDisplayType) Returns name of the collection suitable to be displayed in the menu or other labels.static PolyStringTypeGuiDisplayTypeUtil.getLabel(DisplayType displayType) Methods in com.evolveum.midpoint.gui.api.util with parameters of type PolyStringTypeModifier and TypeMethodDescriptionstatic DisplayTypeGuiDisplayTypeUtil.createDisplayType(String iconCssClass, PolyStringType tooltip) static DisplayTypeGuiDisplayTypeUtil.createDisplayType(String iconCssClass, String iconColor, PolyStringType tooltip) static DisplayTypeGuiDisplayTypeUtil.createDisplayType(String iconCssClass, String iconColor, PolyStringType label, PolyStringType tooltip) static StringWebComponentUtil.getOrigStringFromPoly(PolyStringType str) static StringWebComponentUtil.getOrigStringFromPolyOrEmpty(PolyStringType str) static StringWebComponentUtil.getTranslatedPolyString(PolyStringType value) Deprecated.static StringLocalizationUtil.translatePolyString(PolyStringType poly) static StringLocalizationUtil.translatePolyString(PolyStringType poly, Locale locale) -
Uses of PolyStringType in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.page.panel with parameters of type PolyStringTypeModifier and TypeMethodDescriptionstatic @NotNull org.apache.wicket.model.IModel<List<IdentifyWidgetItem>>RoleAnalysisAspectsWebUtils.loadOutlierWidgetModels(@NotNull PageBase pageBase, Map<RoleAnalysisOutlierPartitionType, RoleAnalysisOutlierType> outliers, @NotNull PolyStringType clusterName, @NotNull List<IdentifyWidgetItem> detailsModel, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) -
Uses of PolyStringType in com.evolveum.midpoint.gui.impl.page.self.requestAccess
Methods in com.evolveum.midpoint.gui.impl.page.self.requestAccess that return types with arguments of type PolyStringTypeConstructor parameters in com.evolveum.midpoint.gui.impl.page.self.requestAccess with type arguments of type PolyStringTypeModifierConstructorDescriptionShoppingCartItem(AssignmentType assignment, int count, List<PolyStringType> poiNames) -
Uses of PolyStringType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return PolyStringType -
Uses of PolyStringType in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr that return PolyStringTypeModifier and TypeMethodDescriptiondefault @Nullable PolyStringTypeMidpointFunctions.getObjectName(@Nullable ShadowAssociationValueType associationValueBean) Returns the name of the object of given (no-content) association value (if present there).Methods in com.evolveum.midpoint.model.api.expr with parameters of type PolyStringTypeModifier and TypeMethodDescription<T extends ObjectType>
TMidpointFunctions.createEmptyObjectWithName(Class<T> type, PolyStringType name) Creates empty prism object of specified type and with specified name in memory.<T extends ObjectType>
TMidpointFunctions.searchObjectByName(Class<T> type, PolyStringType name) Search for objects by name. -
Uses of PolyStringType in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with parameters of type PolyStringTypeModifier and TypeMethodDescriptionvoidRoleAnalysisService.executeDetectionTask(@NotNull ModelInteractionService modelInteractionService, @NotNull PrismObject<RoleAnalysisClusterType> cluster, @Nullable String taskOid, @Nullable PolyStringType taskName, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result, String state) This method is used to execute a detection task.voidRoleAnalysisService.executeRoleAnalysisRoleMigrationTask(@NotNull ModelInteractionService modelInteractionService, @NotNull PrismObject<RoleAnalysisClusterType> cluster, @NotNull ActivityDefinitionType activityDefinition, @NotNull PrismObject<RoleType> roleObject, @Nullable String taskOid, @Nullable PolyStringType taskName, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result) This method is used to execute a migration task. -
Uses of PolyStringType in com.evolveum.midpoint.model.api.simulation
Methods in com.evolveum.midpoint.model.api.simulation that return PolyStringTypeModifier and TypeMethodDescription@Nullable PolyStringTypeProcessedObject.getName()Name of the object being processed. -
Uses of PolyStringType in com.evolveum.midpoint.model.api.validator
Methods in com.evolveum.midpoint.model.api.validator that return PolyStringTypeModifier and TypeMethodDescriptionStringLimitationResult.getHelp()StringLimitationResult.getName()Methods in com.evolveum.midpoint.model.api.validator with parameters of type PolyStringTypeModifier and TypeMethodDescriptionvoidStringLimitationResult.setHelp(PolyStringType help) voidStringLimitationResult.setName(PolyStringType name) -
Uses of PolyStringType in com.evolveum.midpoint.ninja.action.mining.generator.context
Methods in com.evolveum.midpoint.ninja.action.mining.generator.context that return PolyStringTypeModifier and TypeMethodDescriptionstatic PolyStringTypeImportAction.getNameFromSet(PolyStringType initialName, Set<String> names) Gets a name from the set of extracted names from csv and removes it from the set due to objects name collision.Methods in com.evolveum.midpoint.ninja.action.mining.generator.context with parameters of type PolyStringTypeModifier and TypeMethodDescriptionstatic PolyStringTypeImportAction.getNameFromSet(PolyStringType initialName, Set<String> names) Gets a name from the set of extracted names from csv and removes it from the set due to objects name collision. -
Uses of PolyStringType in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return PolyStringTypeMethods in com.evolveum.midpoint.prism with parameters of type PolyStringTypeModifier and TypeMethodDescriptionvoidObjectable.setName(PolyStringType name) voidPrismReferenceValue.setTargetName(PolyStringType name) -
Uses of PolyStringType in com.evolveum.midpoint.prism.polystring
Methods in com.evolveum.midpoint.prism.polystring that return PolyStringTypeModifier and TypeMethodDescriptionstatic PolyStringTypePolyString.toPolyStringType(PolyString value) Methods in com.evolveum.midpoint.prism.polystring with parameters of type PolyStringTypeModifier and TypeMethodDescriptionstatic StringPolyString.getNorm(PolyStringType s) Returns norm value or null for the nullable input polystring.static StringPolyString.getOrig(PolyStringType s) Returns orig value or null for the nullable input polystring.static PolyStringPolyString.toPolyString(PolyStringType value) -
Uses of PolyStringType in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util that return PolyStringTypeModifier and TypeMethodDescriptionstatic PolyStringTypePrismTestUtil.createPolyStringType(String string) static PolyStringTypePrismTestUtil.createPolyStringType(String orig, String norm) Methods in com.evolveum.midpoint.prism.util with parameters of type PolyStringTypeModifier and TypeMethodDescriptionstatic voidPrismAsserts.assertEqualsPolyString(String message, PolyStringType expected, PolyStringType actual) static voidPrismAsserts.assertEqualsPolyString(String message, String expectedOrig, PolyStringType actual) static booleanPolyStringUtils.isEmpty(PolyStringType polyString) static booleanPrismUtil.isEmpty(PolyStringType value) static booleanPolyStringUtils.isNotEmpty(PolyStringType polyString) Method parameters in com.evolveum.midpoint.prism.util with type arguments of type PolyStringTypeModifier and TypeMethodDescriptionstatic voidPrismAsserts.assertOrigEqualsPolyStringCollectionUnordered(String message, Collection<PolyStringType> actualCollection, String... expectedValues) -
Uses of PolyStringType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return PolyStringTypeModifier and TypeMethodDescription@Nullable PolyStringTypeBasicResourceInformation.name()Returns the value of thenamerecord component.Constructors in com.evolveum.midpoint.schema.processor with parameters of type PolyStringTypeModifierConstructorDescriptionBasicResourceInformation(@Nullable String oid, @Nullable PolyStringType name, @Nullable ShadowCachingPolicyType cachingPolicy, boolean readCachedCapabilityPresent, @Nullable XMLGregorianCalendar cacheInvalidationTimestamp) Creates an instance of aBasicResourceInformationrecord class. -
Uses of PolyStringType in com.evolveum.midpoint.schema.traces
Methods in com.evolveum.midpoint.schema.traces that return PolyStringTypeModifier and TypeMethodDescription -
Uses of PolyStringType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return PolyStringTypeModifier and TypeMethodDescriptionstatic PolyStringTypeShadowUtil.determineShadowNameRequired(AbstractShadow shadow) static PolyStringTypeObjectTypeUtil.getDisplayName(PrismObject<?> object) static PolyStringTypeObjectTypeUtil.getDisplayName(Referencable ref) static PolyStringTypeObjectTypeUtil.getDisplayName(ObjectType object) default PolyStringTypeAbstractShadow.getName()static PolyStringTypeObjectTypeUtil.getName(Referencable ref) RawRepoShadow.getName()Methods in com.evolveum.midpoint.schema.util with parameters of type PolyStringTypeModifier and TypeMethodDescriptionstatic ObjectQueryObjectQueryUtil.createNameQuery(PolyStringType name) static ObjectReferenceTypeObjectTypeUtil.createObjectRef(String oid, PolyStringType name, ObjectTypes type) -
Uses of PolyStringType in com.evolveum.midpoint.web.component.search
Methods in com.evolveum.midpoint.web.component.search with parameters of type PolyStringType -
Uses of PolyStringType in com.evolveum.midpoint.xml.ns._public.common.audit_3
Fields in com.evolveum.midpoint.xml.ns._public.common.audit_3 declared as PolyStringTypeModifier and TypeFieldDescriptionprotected PolyStringTypeAuditEventRecordReferenceValueType.targetNameMethods in com.evolveum.midpoint.xml.ns._public.common.audit_3 that return PolyStringTypeMethods in com.evolveum.midpoint.xml.ns._public.common.audit_3 with parameters of type PolyStringTypeModifier and TypeMethodDescriptionvoidAuditEventRecordReferenceValueType.setTargetName(PolyStringType value) AuditEventRecordReferenceValueType.targetName(PolyStringType value) -
Uses of PolyStringType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as PolyStringTypeModifier and TypeFieldDescriptionprotected PolyStringTypeEvaluatedExclusionTriggerType.conflictingObjectDisplayNameprotected PolyStringTypeEvaluatedPolicyRuleType.directOwnerDisplayNameprotected PolyStringTypeStringLimitType.nameprotected PolyStringTypeObjectDeltaOperationType.objectNameprotected PolyStringTypeObjectDeltaOperationType.resourceNameMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return PolyStringTypeModifier and TypeMethodDescriptionUserType.getAdditionalName()EvaluatedExclusionTriggerType.getConflictingObjectDisplayName()EvaluatedPolicyRuleType.getDirectOwnerDisplayName()AbstractRoleType.getDisplayName()ConnectorType.getDisplayName()SearchItemType.getDisplayName()UserType.getFamilyName()UserType.getFullName()UserType.getGivenName()DisplayType.getHelp()UserType.getHonorificPrefix()UserType.getHonorificSuffix()DisplayType.getLabel()LookupTableRowType.getLabel()FocusType.getLocality()AbstractWorkItemType.getName()ObjectType.getName()SimulationResultProcessedObjectType.getName()StringLimitType.getName()UserType.getNickName()ObjectDeltaOperationType.getObjectName()DisplayType.getPluralLabel()FullShadowLoadedTraceType.getResourceName()ObjectDeltaOperationType.getResourceName()DisplayType.getSingularLabel()AssignmentPathSegmentType.getSourceDisplayName()AssignmentPathSegmentType.getTargetDisplayName()ObjectReferenceType.getTargetName()UserType.getTitle()DisplayType.getTooltip()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type PolyStringTypeMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type PolyStringTypeModifier and TypeMethodDescriptionUserType.additionalName(PolyStringType value) EvaluatedExclusionTriggerType.conflictingObjectDisplayName(PolyStringType value) EvaluatedPolicyRuleType.directOwnerDisplayName(PolyStringType value) AbstractRoleType.displayName(PolyStringType value) ArchetypeType.displayName(PolyStringType value) ConnectorType.displayName(PolyStringType value) OrgType.displayName(PolyStringType value) PolicyType.displayName(PolyStringType value) RoleType.displayName(PolyStringType value) SearchItemType.displayName(PolyStringType value) ServiceType.displayName(PolyStringType value) UserType.familyName(PolyStringType value) UserType.fullName(PolyStringType value) UserType.givenName(PolyStringType value) DisplayType.help(PolyStringType value) FormDisplayType.help(PolyStringType value) FormItemDisplayType.help(PolyStringType value) UserType.honorificPrefix(PolyStringType value) UserType.honorificSuffix(PolyStringType value) DisplayType.label(PolyStringType value) FormDisplayType.label(PolyStringType value) FormItemDisplayType.label(PolyStringType value) LookupTableRowType.label(PolyStringType value) AbstractRoleType.locality(PolyStringType value) ArchetypeType.locality(PolyStringType value) FocusType.locality(PolyStringType value) GenericObjectType.locality(PolyStringType value) OrgType.locality(PolyStringType value) PolicyType.locality(PolyStringType value) RoleType.locality(PolyStringType value) ServiceType.locality(PolyStringType value) UserType.locality(PolyStringType value) AbstractAccessCertificationDefinitionType.name(PolyStringType value) AbstractRoleType.name(PolyStringType value) AbstractWorkItemType.name(PolyStringType value) AccessCertificationCampaignType.name(PolyStringType value) AccessCertificationDefinitionForReportType.name(PolyStringType value) AccessCertificationDefinitionType.name(PolyStringType value) AccessCertificationWorkItemType.name(PolyStringType value) ArchetypeType.name(PolyStringType value) AssignmentHolderType.name(PolyStringType value) CaseType.name(PolyStringType value) CaseWorkItemType.name(PolyStringType value) ConnectorHostType.name(PolyStringType value) ConnectorType.name(PolyStringType value) DashboardType.name(PolyStringType value) FocusType.name(PolyStringType value) FormType.name(PolyStringType value) FunctionLibraryType.name(PolyStringType value) GenericObjectType.name(PolyStringType value) LookupTableType.name(PolyStringType value) MarkType.name(PolyStringType value) MessageTemplateType.name(PolyStringType value) NodeType.name(PolyStringType value) ObjectCollectionType.name(PolyStringType value) ObjectTemplateType.name(PolyStringType value) ObjectType.name(PolyStringType value) OrgType.name(PolyStringType value) PolicyType.name(PolyStringType value) ReportDataType.name(PolyStringType value) ReportType.name(PolyStringType value) ResourceType.name(PolyStringType value) RoleAnalysisClusterType.name(PolyStringType value) RoleAnalysisOutlierType.name(PolyStringType value) RoleAnalysisSessionType.name(PolyStringType value) RoleType.name(PolyStringType value) SchemaType.name(PolyStringType value) SecurityPolicyType.name(PolyStringType value) SequenceType.name(PolyStringType value) ServiceType.name(PolyStringType value) ShadowType.name(PolyStringType value) SimulationResultProcessedObjectType.name(PolyStringType value) SimulationResultType.name(PolyStringType value) StringLimitType.name(PolyStringType value) SystemConfigurationType.name(PolyStringType value) TaskType.name(PolyStringType value) UserType.name(PolyStringType value) ValuePolicyType.name(PolyStringType value) UserType.nickName(PolyStringType value) ObjectDeltaOperationType.objectName(PolyStringType value) UserType.organization(PolyStringType value) UserType.organizationalUnit(PolyStringType value) DisplayType.pluralLabel(PolyStringType value) FormDisplayType.pluralLabel(PolyStringType value) FormItemDisplayType.pluralLabel(PolyStringType value) FullShadowLoadedTraceType.resourceName(PolyStringType value) ObjectDeltaOperationType.resourceName(PolyStringType value) voidUserType.setAdditionalName(PolyStringType value) voidEvaluatedExclusionTriggerType.setConflictingObjectDisplayName(PolyStringType value) voidEvaluatedPolicyRuleType.setDirectOwnerDisplayName(PolyStringType value) voidAbstractRoleType.setDisplayName(PolyStringType value) voidConnectorType.setDisplayName(PolyStringType value) voidSearchItemType.setDisplayName(PolyStringType value) voidUserType.setFamilyName(PolyStringType value) voidUserType.setFullName(PolyStringType value) voidUserType.setGivenName(PolyStringType value) voidDisplayType.setHelp(PolyStringType value) voidUserType.setHonorificPrefix(PolyStringType value) voidUserType.setHonorificSuffix(PolyStringType value) voidDisplayType.setLabel(PolyStringType value) voidLookupTableRowType.setLabel(PolyStringType value) voidFocusType.setLocality(PolyStringType value) voidAbstractWorkItemType.setName(PolyStringType value) voidObjectType.setName(PolyStringType value) voidSimulationResultProcessedObjectType.setName(PolyStringType value) voidStringLimitType.setName(PolyStringType value) voidUserType.setNickName(PolyStringType value) voidObjectDeltaOperationType.setObjectName(PolyStringType value) voidDisplayType.setPluralLabel(PolyStringType value) voidFullShadowLoadedTraceType.setResourceName(PolyStringType value) voidObjectDeltaOperationType.setResourceName(PolyStringType value) voidDisplayType.setSingularLabel(PolyStringType value) voidAssignmentPathSegmentType.setSourceDisplayName(PolyStringType value) voidAssignmentPathSegmentType.setTargetDisplayName(PolyStringType value) voidObjectReferenceType.setTargetName(PolyStringType value) voidUserType.setTitle(PolyStringType value) voidDisplayType.setTooltip(PolyStringType value) DisplayType.singularLabel(PolyStringType value) FormDisplayType.singularLabel(PolyStringType value) FormItemDisplayType.singularLabel(PolyStringType value) AssignmentPathSegmentType.sourceDisplayName(PolyStringType value) AssignmentPathSegmentType.targetDisplayName(PolyStringType value) ObjectReferenceType.targetName(PolyStringType value) UserType.title(PolyStringType value) DisplayType.tooltip(PolyStringType value) FormDisplayType.tooltip(PolyStringType value) FormItemDisplayType.tooltip(PolyStringType value) -
Uses of PolyStringType in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 that return PolyStringTypeModifier and TypeMethodDescriptionPolyStringType.clone()ObjectFactory.createPolyStringType()Create an instance ofPolyStringTypestatic PolyStringTypeRawObjectType.getName()PolyStringType.plus(PolyStringType operand) Plus method for ease of use of PolyStrings in groovy (mapped from + operator).Methods in com.evolveum.prism.xml.ns._public.types_3 with parameters of type PolyStringTypeModifier and TypeMethodDescriptionPolyStringType.plus(PolyStringType operand) voidRawObjectType.setName(PolyStringType name)
LocalizationUtil