Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionType
Packages that use ExpressionType
Package
Description
Package for reusable and stable GUI Wicket Components.
GUI API package for various utility classes and interfaces.
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
-
Uses of ExpressionType in com.evolveum.midpoint.common
Methods in com.evolveum.midpoint.common with parameters of type ExpressionTypeModifier and TypeMethodDescriptionstatic Object
StaticExpressionUtil.getStaticOutput
(ExpressionType expressionBean, PrismPropertyDefinition<?> outputDefinition, String contextDescription, ExpressionReturnMultiplicityType preferredMultiplicity) Returns either Object (if result is supposed to be single-value) or Collection(if result is supposed to be multi-value) -
Uses of ExpressionType in com.evolveum.midpoint.gui.api.component
Methods in com.evolveum.midpoint.gui.api.component with parameters of type ExpressionTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,
String> MainObjectListPanel.createNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<O>,
String> PopupObjectListPanel.createNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) -
Uses of ExpressionType in com.evolveum.midpoint.gui.api.component.autocomplete
Methods in com.evolveum.midpoint.gui.api.component.autocomplete with parameters of type ExpressionTypeModifier and TypeMethodDescriptiondefault <O extends ObjectType>
StringAutocompleteConfigurationMixin.getDisplayNameFromExpression
(String contextDesc, @Nullable ExpressionType expressionType, @NotNull Function<PrismObject<O>, String> defaultDisplayNameFunction, @NotNull PrismObject<O> object, @NotNull BasePanel<?> panel) -
Uses of ExpressionType in com.evolveum.midpoint.gui.api.prism.wrapper
Methods in com.evolveum.midpoint.gui.api.prism.wrapper that return ExpressionType -
Uses of ExpressionType in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with parameters of type ExpressionTypeModifier and TypeMethodDescriptionstatic List<DisplayableValue<?>>
WebComponentUtil.getAllowedValues
(ExpressionType expression, ModelServiceLocator modelServiceLocator) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.component
Methods in com.evolveum.midpoint.gui.impl.component with parameters of type ExpressionTypeModifier and TypeMethodDescriptionContainerableListPanel.createCustomExportableColumn
(org.apache.wicket.model.IModel<String> columnDisplayModel, GuiObjectColumnType customColumn, ExpressionType expression) ContainerableListPanel.createNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) protected String
ContainerableListPanel.getSortProperty
(GuiObjectColumnType customColumn, ExpressionType expressionType) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.component.data.column
Methods in com.evolveum.midpoint.gui.impl.component.data.column with parameters of type ExpressionTypeModifier and TypeMethodDescriptionprotected <V> Collection<V>
ConfigurableExpressionColumn.evaluate
(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected <V> Collection<V>
ReportExpressionColumn.evaluate
(VariablesMap variablesMap, ExpressionType expression, com.evolveum.midpoint.task.api.Task task, OperationResult result) protected <V> Collection<V>
ConfigurableExpressionColumn.evaluateExpression
(T rowValue, Item<?, ?> columnItem, ExpressionType expression, GuiObjectColumnType customColumn) <V> String
ConfigurableExpressionColumn.loadExportableColumnDataModel
(org.apache.wicket.model.IModel<S> rowModel, GuiObjectColumnType customColumn, ItemPath columnPath, ExpressionType expression) Constructors in com.evolveum.midpoint.gui.impl.component.data.column with parameters of type ExpressionTypeModifierConstructorDescriptionConfigurableExpressionColumn
(org.apache.wicket.model.IModel<String> displayModel, String sortProperty, GuiObjectColumnType customColumns, ExpressionType expressionType, PageBase modelServiceLocator) ReportExpressionColumn
(org.apache.wicket.model.IModel<String> displayModel, String sortProperty, GuiObjectColumnType customColumns, ExpressionType expressionType, PageBase modelServiceLocator) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.component.input.expression
Methods in com.evolveum.midpoint.gui.impl.component.input.expression with parameters of type ExpressionTypeModifier and TypeMethodDescriptionstatic String
GenerateExpressionPanel.getInfoDescription
(ExpressionType expression, PageBase pageBase) static String
ScriptExpressionPanel.getInfoDescription
(ExpressionType expression, PageBase pageBase) static String
SimpleValueExpressionPanel.getInfoDescription
(ExpressionType expression, PageBase pageBase) Constructor parameters in com.evolveum.midpoint.gui.impl.component.input.expression with type arguments of type ExpressionTypeModifierConstructorDescriptionEvaluatorExpressionPanel
(String id, org.apache.wicket.model.IModel<ExpressionType> model) ExpressionPanel
(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ExpressionType>> parent, org.apache.wicket.model.IModel<ExpressionType> model) GenerateExpressionPanel
(String id, org.apache.wicket.model.IModel<ExpressionType> model) ScriptExpressionPanel
(String id, org.apache.wicket.model.IModel<ExpressionType> model) SimpleValueExpressionPanel
(String id, org.apache.wicket.model.IModel<ExpressionType> model) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.component.search.factory
Methods in com.evolveum.midpoint.gui.impl.component.search.factory that return ExpressionType -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.component.search.wrapper
Methods in com.evolveum.midpoint.gui.impl.component.search.wrapper that return ExpressionTypeMethods in com.evolveum.midpoint.gui.impl.component.search.wrapper with parameters of type ExpressionTypeModifier and TypeMethodDescriptionvoid
AbstractSearchItemWrapper.setFilterExpression
(ExpressionType filterExpression) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.factory.panel
Methods in com.evolveum.midpoint.gui.impl.factory.panel that return types with arguments of type ExpressionTypeModifier and TypeMethodDescriptionorg.apache.wicket.model.IModel<ExpressionType>
ExpressionModel.getBaseModel()
Method parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type ExpressionTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.markup.html.panel.Panel
AssociationAndExpressionPanelFactory.getPanel
(PrismPropertyPanelContext<ExpressionType> panelCtx) protected org.apache.wicket.markup.html.panel.Panel
ConditionPanelFactory.getPanel
(PrismPropertyPanelContext<ExpressionType> panelCtx) protected org.apache.wicket.markup.html.panel.Panel
ExpressionPanelFactory.getPanel
(PrismPropertyPanelContext<ExpressionType> panelCtx) Constructor parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type ExpressionTypeModifierConstructorDescriptionExpressionModel
(org.apache.wicket.model.IModel<ExpressionType> valueWrapper, PageBase pageBase) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return types with arguments of type ExpressionTypeModifier and TypeMethodDescriptionprotected PrismPropertyWrapper<ExpressionType>
ExpressionWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismProperty<ExpressionType> item, ItemStatus status, WrapperContext ctx) Method parameters in com.evolveum.midpoint.gui.impl.factory.wrapper with type arguments of type ExpressionTypeModifier and TypeMethodDescriptionprotected PrismPropertyWrapper<ExpressionType>
ExpressionWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismProperty<ExpressionType> item, ItemStatus status, WrapperContext ctx) void
ExpressionWrapperFactory.registerWrapperPanel
(PrismPropertyWrapper<ExpressionType> wrapper) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType with parameters of type ExpressionTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PrismContainerValueWrapper<AssignmentType>,
String> AbstractAssignmentTypePanel.createNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.assignment
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder.component.assignmentType.assignment with parameters of type ExpressionTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<PrismContainerValueWrapper<AssignmentType>,
String> DirectAndIndirectAssignmentPanel.createNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.page.admin.mark
Methods in com.evolveum.midpoint.gui.impl.page.admin.mark with parameters of type ExpressionTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<MarkType>,
String> MarkObjectListPanel.createCustomExportableColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.page.admin.simulation
Methods in com.evolveum.midpoint.gui.impl.page.admin.simulation with parameters of type ExpressionTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<SimulationResultProcessedObjectType>,
String> ProcessedObjectsPanel.createCustomExportableColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<SimulationResultType>,
String> SimulationResultsPanel.createCustomExportableColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<SimulationResultProcessedObjectType>,
String> ProcessedObjectsPanel.createNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel that return types with arguments of type ExpressionTypeModifier and TypeMethodDescriptionprotected PrismPropertyValue<ExpressionType>
ExpressionPropertyHeaderPanel.createNewValue
(PrismPropertyWrapper<ExpressionType> parent) Method parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type ExpressionTypeModifier and TypeMethodDescriptionprotected PrismPropertyValue<ExpressionType>
ExpressionPropertyHeaderPanel.createNewValue
(PrismPropertyWrapper<ExpressionType> parent) protected org.apache.wicket.Component
ExpressionPropertyPanel.createValuePanel
(org.apache.wicket.markup.html.list.ListItem<PrismPropertyValueWrapper<ExpressionType>> item) Constructor parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type ExpressionTypeModifierConstructorDescriptionExpressionPropertyHeaderPanel
(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ExpressionType>> model) ExpressionPropertyPanel
(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ExpressionType>> model, ItemPanelSettings settings) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return ExpressionTypeModifier and TypeMethodDescriptionItemWrapperImpl.getFormComponentValidator()
ValueMetadataWrapperImpl.getFormComponentValidator()
Method parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ExpressionTypeModifier and TypeMethodDescriptionprotected <D extends ItemDelta<? extends PrismValue,
? extends ItemDefinition>>
voidExpressionWrapper.addValueToDelta
(PrismPropertyValueWrapper<ExpressionType> value, D delta) Constructor parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ExpressionTypeModifierConstructorDescriptionExpressionWrapper
(@Nullable PrismContainerValueWrapper parent, PrismProperty<ExpressionType> property, ItemStatus status) -
Uses of ExpressionType in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util that return ExpressionTypeModifier and TypeMethodDescriptionstatic ExpressionType
ProvisioningObjectsUtil.getAssociationExpression
(PrismContainerValueWrapper<AssignmentType> assignmentValueWrapper, boolean createIfNotExist, PrismContext prismContext, PageBase pageBase) Deprecated.static ExpressionType
ProvisioningObjectsUtil.getAssociationExpression
(PrismContainerValueWrapper<AssignmentType> assignmentValueWrapper, PageBase pageBase) Deprecated. -
Uses of ExpressionType in com.evolveum.midpoint.schema.config
Methods in com.evolveum.midpoint.schema.config with parameters of type ExpressionTypeModifier and TypeMethodDescriptionstatic ExpressionConfigItem
ExpressionConfigItem.embedded
(@NotNull ExpressionType bean) static ExpressionConfigItem
ExpressionConfigItem.of
(@NotNull ExpressionType bean, @NotNull ConfigurationItemOrigin origin) static ExpressionConfigItem
ExpressionConfigItem.of
(@NotNull ExpressionType bean, @NotNull OriginProvider<? super ExpressionType> originProvider) static FunctionConfigItem
FunctionConfigItem.of
(@NotNull ExpressionType bean, @NotNull ConfigurationItemOrigin origin) Method parameters in com.evolveum.midpoint.schema.config with type arguments of type ExpressionTypeModifier and TypeMethodDescriptionstatic ExpressionConfigItem
ExpressionConfigItem.of
(@NotNull ExpressionType bean, @NotNull OriginProvider<? super ExpressionType> originProvider) Constructors in com.evolveum.midpoint.schema.config with parameters of type ExpressionTypeModifierConstructorDescriptionprotected
ExpressionConfigItem
(@NotNull ExpressionType value, @NotNull ConfigurationItemOrigin origin) Constructor parameters in com.evolveum.midpoint.schema.config with type arguments of type ExpressionTypeModifierConstructorDescriptionExpressionConfigItem
(@NotNull ConfigurationItem<ExpressionType> original) FunctionConfigItem
(@NotNull ConfigurationItem<ExpressionType> original) -
Uses of ExpressionType in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return ExpressionTypeModifier and TypeMethodDescription@Nullable ExpressionType
ResourceObjectTypeDefinition.getClassificationCondition()
Temporary?ResourceObjectTypeDefinitionImpl.getClassificationCondition()
@Nullable ExpressionType
ResourceObjectTypeDelineation.getClassificationCondition()
SynchronizationReactionDefinition.getCondition()
-
Uses of ExpressionType in com.evolveum.midpoint.schema.processor.deleg
Methods in com.evolveum.midpoint.schema.processor.deleg that return ExpressionTypeModifier and TypeMethodDescriptiondefault @Nullable ExpressionType
ResourceObjectTypeDefinitionDelegator.getClassificationCondition()
-
Uses of ExpressionType in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util that return ExpressionTypeModifier and TypeMethodDescriptionstatic @Nullable ExpressionType
ResourceTypeUtil.getSynchronizationSorterExpression
(@NotNull ResourceType resource) static ExpressionType
SimpleExpressionUtil.groovyExpression
(String groovyCode) CreatesExpressionType
with specified Groovy code.static ExpressionType
SimpleExpressionUtil.literalExpression
(Object literalValue) static ExpressionType
SimpleExpressionUtil.scriptExpression
(String languageUrl, String code) CreatesExpressionType
with script for specific language and with specified code.static ExpressionType
SimpleExpressionUtil.velocityExpression
(String velocityTemplate) CreatesExpressionType
for specified Velocity template.Methods in com.evolveum.midpoint.schema.util with parameters of type ExpressionTypeModifier and TypeMethodDescriptionstatic Object
SimpleExpressionUtil.getConstantIfPresent
(ExpressionType expression) static String
SchemaDebugUtil.prettyPrint
(ExpressionType expressionType) -
Uses of ExpressionType in com.evolveum.midpoint.schema.util.expression
Methods in com.evolveum.midpoint.schema.util.expression that return ExpressionTypeModifier and TypeMethodDescriptionstatic @NotNull ExpressionType
ExpressionTypeUtil.forGroovyCode
(String code) static @NotNull ExpressionType
-
Uses of ExpressionType in com.evolveum.midpoint.web.component.data.column
Constructors in com.evolveum.midpoint.web.component.data.column with parameters of type ExpressionTypeModifierConstructorDescriptionAbstractNameColumn
(org.apache.wicket.model.IModel<String> displayModel, String sortProperty, GuiObjectColumnType customColumn, ExpressionType expression, PageBase pageBase) AuditSelectableLinkColumn
(org.apache.wicket.model.IModel<String> displayModel, String sortProperty, GuiObjectColumnType customColumn, ExpressionType expression, PageBase pageBase) ContainerableNameColumn
(org.apache.wicket.model.IModel<String> displayModel, String sortProperty, GuiObjectColumnType customColumn, ExpressionType expression, PageBase pageBase) ObjectNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression, PageBase pageBase) SelectableObjectNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression, PageBase pageBase) -
Uses of ExpressionType in com.evolveum.midpoint.web.component.input
Constructor parameters in com.evolveum.midpoint.web.component.input with type arguments of type ExpressionTypeModifierConstructorDescriptionAssociationExpressionValuePanel
(String id, org.apache.wicket.model.IModel<ExpressionType> model, ConstructionType construction) ExpressionEditorPanel
(String id, org.apache.wicket.model.IModel<ExpressionType> model, PageBase parentPage) -
Uses of ExpressionType in com.evolveum.midpoint.web.component.input.dto
Methods in com.evolveum.midpoint.web.component.input.dto that return ExpressionTypeModifier and TypeMethodDescription@NotNull ExpressionType
ExpressionTypeDto.getExpressionObject()
Constructors in com.evolveum.midpoint.web.component.input.dto with parameters of type ExpressionTypeModifierConstructorDescriptionExpressionTypeDto
(@Nullable ExpressionType expression, @NotNull PrismContext prismContext) -
Uses of ExpressionType in com.evolveum.midpoint.web.page.admin.cases
Methods in com.evolveum.midpoint.web.page.admin.cases with parameters of type ExpressionTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn
CaseWorkItemsPanel.createNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) -
Uses of ExpressionType in com.evolveum.midpoint.web.page.admin.certification.dto
Methods in com.evolveum.midpoint.web.page.admin.certification.dto that return ExpressionTypeMethods in com.evolveum.midpoint.web.page.admin.certification.dto that return types with arguments of type ExpressionTypeMethods in com.evolveum.midpoint.web.page.admin.certification.dto with parameters of type ExpressionTypeModifier and TypeMethodDescriptionvoid
DefinitionScopeDto.setItemSelectionExpression
(ExpressionType itemSelectionExpression) Method parameters in com.evolveum.midpoint.web.page.admin.certification.dto with type arguments of type ExpressionTypeModifier and TypeMethodDescriptionvoid
AccessCertificationReviewerDto.setReviewerExpressionList
(List<ExpressionType> reviewerExpressionList) -
Uses of ExpressionType in com.evolveum.midpoint.web.page.admin.configuration.dto
Methods in com.evolveum.midpoint.web.page.admin.configuration.dto that return ExpressionTypeMethods in com.evolveum.midpoint.web.page.admin.configuration.dto with parameters of type ExpressionTypeModifier and TypeMethodDescriptionvoid
RepoQueryDto.setMidPointQueryScript
(ExpressionType midPointQueryScript) -
Uses of ExpressionType in com.evolveum.midpoint.web.page.admin.reports.component
Methods in com.evolveum.midpoint.web.page.admin.reports.component with parameters of type ExpressionTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<AuditEventRecordType>,
String> AuditLogViewerPanel.createCustomExportableColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType guiObjectColumn, ExpressionType expression) protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<C>,
String> ReportObjectsListPanel.createCustomExportableColumn
(org.apache.wicket.model.IModel<String> columnDisplayModel, GuiObjectColumnType customColumn, ExpressionType expression) protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<AuditEventRecordType>,
String> AuditLogViewerPanel.createNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) protected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<C>,
String> ReportObjectsListPanel.createNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) -
Uses of ExpressionType in com.evolveum.midpoint.web.page.admin.shadows
Methods in com.evolveum.midpoint.web.page.admin.shadows with parameters of type ExpressionTypeModifier and TypeMethodDescriptionprotected org.apache.wicket.extensions.markup.html.repeater.data.table.IColumn<SelectableBean<ShadowType>,
String> ShadowTablePanel.createNameColumn
(org.apache.wicket.model.IModel<String> displayModel, GuiObjectColumnType customColumn, ExpressionType expression) -
Uses of ExpressionType in com.evolveum.midpoint.web.util
Methods in com.evolveum.midpoint.web.util that return ExpressionTypeModifier and TypeMethodDescriptionstatic ExpressionType
ExpressionUtil.updateScriptExpressionValue
(ExpressionType expression, ScriptExpressionEvaluatorType evaluator) Methods in com.evolveum.midpoint.web.util with parameters of type ExpressionTypeModifier and TypeMethodDescriptionstatic void
ExpressionUtil.addAsIsExpressionValue
(ExpressionType expression) static void
ExpressionUtil.addShadowRefEvaluatorValue
(ExpressionType expression, String oid, PrismContext prismContext) static @NotNull List<jakarta.xml.bind.JAXBElement<?>>
ExpressionUtil.findAllEvaluatorsByName
(ExpressionType expression, QName elementName) static jakarta.xml.bind.JAXBElement<?>
ExpressionUtil.findFirstEvaluatorByName
(ExpressionType expression, QName elementName) static MapXNode
ExpressionUtil.getAssociationTargetSearchFilterValuesMap
(ExpressionType expression) ExpressionUtil.getGenerateExpressionValue
(ExpressionType expression) ExpressionUtil.getLiteralExpressionValues
(ExpressionType expression) static MapXNode
ExpressionUtil.getOrCreateAssociationTargetSearchValues
(ExpressionType expression, PrismContext prismContext) ExpressionUtil.getScriptExpressionValue
(ExpressionType expression) static @NotNull List<ObjectReferenceType>
ExpressionUtil.getShadowRefValue
(ExpressionType expressionType, PrismContext prismContext) static String
ExpressionUtil.getTargetSearchExpPathValue
(ExpressionType expression) static String
ExpressionUtil.getTargetSearchExpValue
(ExpressionType expression) static boolean
ExpressionUtil.isEmpty
(ExpressionType expression) static boolean
ExpressionUtil.isShadowRefNodeExists
(ExpressionType expression) static String
ExpressionUtil.loadExpression
(ExpressionType expression, PrismContext prismContext, Trace LOGGER) static void
ExpressionUtil.parseExpressionEvaluators
(String xml, ExpressionType expressionObject, PrismContext context) static void
ExpressionUtil.removeEvaluatorByName
(ExpressionType expression, QName elementName) static void
ExpressionUtil.removeShadowRefEvaluatorValue
(ExpressionType expression, String shadowRefOid, PrismContext prismContext) static void
ExpressionUtil.updateAssociationTargetSearchValue
(ExpressionType expression, String newPath, String newValue, PrismContext prismContext) static void
ExpressionUtil.updateGenerateExpressionValue
(ExpressionType expression, GenerateExpressionEvaluatorType evaluator) static void
ExpressionUtil.updateLiteralExpressionValue
(ExpressionType expression, List<String> values, PrismContext prismContext) static ExpressionType
ExpressionUtil.updateScriptExpressionValue
(ExpressionType expression, ScriptExpressionEvaluatorType evaluator) static void
ExpressionUtil.updateShadowRefEvaluatorValue
(ExpressionType expression, List<ObjectReferenceType> values) -
Uses of ExpressionType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of ExpressionType in com.evolveum.midpoint.xml.ns._public.common.common_3Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 declared as ExpressionTypeModifier and TypeFieldDescriptionprotected ExpressionType
GeneralChangeProcessorScenarioType.activationCondition
protected ExpressionType
SmsGatewayConfigurationType.bodyExpression
protected ExpressionType
ConditionalSearchFilterType.condition
protected ExpressionType
LegacySynchronizationReactionType.condition
protected ExpressionType
OperationProvisioningScriptType.condition
protected ExpressionType
PerformerCommentsFormattingType.condition
protected ExpressionType
TransformExpressionEvaluatorType.condition
protected ExpressionType
ValueSetDefinitionType.condition
protected ExpressionType
CheckExpressionType.expression
protected ExpressionType
FormItemServerValidationType.expression
protected ExpressionType
LegacyCustomTransportConfigurationType.expression
protected ExpressionType
MappingTimeDeclarationType.expression
protected ExpressionType
PopulateItemType.expression
protected ExpressionType
LocalizableMessageTemplateType.fallbackMessageExpression
protected ExpressionType
SmsGatewayConfigurationType.headersExpression
protected ExpressionType
LocalizableMessageTemplateType.keyExpression
protected ExpressionType
NotificationTransportConfigurationType.recipientFilterExpression
protected ExpressionType
SmsGatewayConfigurationType.urlExpression
protected ExpressionType
PerformerCommentsFormattingType.value
protected ExpressionType
ValueSetDefinitionType.yieldCondition
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ExpressionTypeModifier and TypeFieldDescriptionprotected List<ExpressionType>
LocalizableMessageTemplateType.argumentExpression
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ExpressionTypeModifier and TypeMethodDescriptionExpressionType.allowEmptyValues
(Boolean value) GeneralChangeProcessorScenarioType.beginActivationCondition()
ApprovalStageDefinitionType.beginAdditionalInformation()
SearchFilterParameterType.beginAllowedValuesExpression()
GenericPcpAspectConfigurationType.beginApplicabilityCondition()
PcpAspectConfigurationType.beginApplicabilityCondition()
ApprovalPolicyActionType.beginApproverExpression()
ApprovalStageDefinitionType.beginApproverExpression()
DelegateWorkItemActionType.beginApproverExpression()
EscalateWorkItemActionType.beginApproverExpression()
GenericPcpAspectConfigurationType.beginApproverExpression()
PcpAspectConfigurationType.beginApproverExpression()
LocalizableMessageTemplateType.beginArgumentExpression()
AccountActivationNotifierType.beginAttachmentExpression()
AccountPasswordNotifierType.beginAttachmentExpression()
ConfirmationNotifierType.beginAttachmentExpression()
DummyNotifierType.beginAttachmentExpression()
GeneralNotifierType.beginAttachmentExpression()
LocalizedMessageTemplateContentType.beginAttachmentExpression()
MessageTemplateContentType.beginAttachmentExpression()
PasswordResetNotifierType.beginAttachmentExpression()
RegistrationConfirmationNotifierType.beginAttachmentExpression()
SimpleCampaignNotifierType.beginAttachmentExpression()
SimpleCampaignStageNotifierType.beginAttachmentExpression()
SimpleCaseManagementNotifierType.beginAttachmentExpression()
SimpleFocalObjectNotifierType.beginAttachmentExpression()
SimplePolicyRuleNotifierType.beginAttachmentExpression()
SimpleReportNotifierType.beginAttachmentExpression()
SimpleResourceObjectNotifierType.beginAttachmentExpression()
SimpleReviewerNotifierType.beginAttachmentExpression()
SimpleTaskNotifierType.beginAttachmentExpression()
SimpleUserNotifierType.beginAttachmentExpression()
SimpleWorkflowNotifierType.beginAttachmentExpression()
TimeValidityNotifierType.beginAttachmentExpression()
UserPasswordNotifierType.beginAttachmentExpression()
GenericPcpAspectConfigurationType.beginAutomaticallyApproved()
PcpAspectConfigurationType.beginAutomaticallyApproved()
ApprovalStageDefinitionType.beginAutomaticallyCompleted()
AccountActivationNotifierType.beginBccExpression()
AccountPasswordNotifierType.beginBccExpression()
ConfirmationNotifierType.beginBccExpression()
DummyNotifierType.beginBccExpression()
GeneralNotifierType.beginBccExpression()
PasswordResetNotifierType.beginBccExpression()
RegistrationConfirmationNotifierType.beginBccExpression()
SimpleCampaignNotifierType.beginBccExpression()
SimpleCampaignStageNotifierType.beginBccExpression()
SimpleCaseManagementNotifierType.beginBccExpression()
SimpleFocalObjectNotifierType.beginBccExpression()
SimplePolicyRuleNotifierType.beginBccExpression()
SimpleReportNotifierType.beginBccExpression()
SimpleResourceObjectNotifierType.beginBccExpression()
SimpleReviewerNotifierType.beginBccExpression()
SimpleTaskNotifierType.beginBccExpression()
SimpleUserNotifierType.beginBccExpression()
SimpleWorkflowNotifierType.beginBccExpression()
TimeValidityNotifierType.beginBccExpression()
UserPasswordNotifierType.beginBccExpression()
AccountActivationNotifierType.beginBodyExpression()
AccountPasswordNotifierType.beginBodyExpression()
ConfirmationNotifierType.beginBodyExpression()
DummyNotifierType.beginBodyExpression()
GeneralNotifierType.beginBodyExpression()
LocalizedMessageTemplateContentType.beginBodyExpression()
MessageTemplateContentType.beginBodyExpression()
PasswordResetNotifierType.beginBodyExpression()
RegistrationConfirmationNotifierType.beginBodyExpression()
SimpleCampaignNotifierType.beginBodyExpression()
SimpleCampaignStageNotifierType.beginBodyExpression()
SimpleCaseManagementNotifierType.beginBodyExpression()
SimpleFocalObjectNotifierType.beginBodyExpression()
SimplePolicyRuleNotifierType.beginBodyExpression()
SimpleReportNotifierType.beginBodyExpression()
SimpleResourceObjectNotifierType.beginBodyExpression()
SimpleReviewerNotifierType.beginBodyExpression()
SimpleTaskNotifierType.beginBodyExpression()
SimpleUserNotifierType.beginBodyExpression()
SimpleWorkflowNotifierType.beginBodyExpression()
SmsGatewayConfigurationType.beginBodyExpression()
TimeValidityNotifierType.beginBodyExpression()
UserPasswordNotifierType.beginBodyExpression()
ActivityControlFlowDefinitionTailoringType.beginBucketProcessingCondition()
ActivityControlFlowDefinitionType.beginBucketProcessingCondition()
AccessCertificationAssignmentReviewScopeType.beginCaseGenerationExpression()
AccessCertificationObjectBasedScopeType.beginCaseGenerationExpression()
AccountActivationNotifierType.beginCcExpression()
AccountPasswordNotifierType.beginCcExpression()
ConfirmationNotifierType.beginCcExpression()
DummyNotifierType.beginCcExpression()
GeneralNotifierType.beginCcExpression()
PasswordResetNotifierType.beginCcExpression()
RegistrationConfirmationNotifierType.beginCcExpression()
SimpleCampaignNotifierType.beginCcExpression()
SimpleCampaignStageNotifierType.beginCcExpression()
SimpleCaseManagementNotifierType.beginCcExpression()
SimpleFocalObjectNotifierType.beginCcExpression()
SimplePolicyRuleNotifierType.beginCcExpression()
SimpleReportNotifierType.beginCcExpression()
SimpleResourceObjectNotifierType.beginCcExpression()
SimpleReviewerNotifierType.beginCcExpression()
SimpleTaskNotifierType.beginCcExpression()
SimpleUserNotifierType.beginCcExpression()
SimpleWorkflowNotifierType.beginCcExpression()
TimeValidityNotifierType.beginCcExpression()
UserPasswordNotifierType.beginCcExpression()
ResourceObjectTypeDelineationType.beginClassificationCondition()
AbstractMappingType.beginCondition()
AbstractWorkItemActionType.beginCondition()
ApprovalPolicyActionType.beginCondition()
AssignmentTargetSearchExpressionEvaluatorType.beginCondition()
AutoassignMappingType.beginCondition()
CertificationPolicyActionType.beginCondition()
CompleteWorkItemActionType.beginCondition()
ConditionalSearchFilterType.beginCondition()
DashboardWidgetVariationType.beginCondition()
DelegateWorkItemActionType.beginCondition()
EnforcementPolicyActionType.beginCondition()
EscalateWorkItemActionType.beginCondition()
InboundMappingType.beginCondition()
LegacySynchronizationReactionType.beginCondition()
LifecycleStateTransitionType.beginCondition()
MappingType.beginCondition()
MetadataMappingType.beginCondition()
NotificationPolicyActionType.beginCondition()
ObjectCollectionReportEngineConfigurationType.beginCondition()
ObjectSynchronizationType.beginCondition()
ObjectTemplateMappingType.beginCondition()
OperationProvisioningScriptType.beginCondition()
PerformerCommentsFormattingType.beginCondition()
PolicyActionType.beginCondition()
PrunePolicyActionType.beginCondition()
RecordPolicyActionType.beginCondition()
ReferenceSearchExpressionEvaluatorType.beginCondition()
RemediationPolicyActionType.beginCondition()
ScriptExecutionPolicyActionType.beginCondition()
ScriptExpressionEvaluatorConfigurationType.beginCondition()
ScriptExpressionEvaluatorType.beginCondition()
SearchObjectExpressionEvaluatorType.beginCondition()
SuspendTaskPolicyActionType.beginCondition()
SynchronizationReactionType.beginCondition()
TransformExpressionEvaluatorType.beginCondition()
ValueSetDefinitionType.beginCondition()
WorkItemNotificationActionType.beginCondition()
WorkItemTimedActionsType.beginCondition()
FilterCorrelatorType.beginConfirmation()
FilterSubCorrelatorType.beginConfirmation()
ObjectSynchronizationType.beginConfirmation()
AccountActivationNotifierType.beginContentTypeExpression()
AccountPasswordNotifierType.beginContentTypeExpression()
ConfirmationNotifierType.beginContentTypeExpression()
DummyNotifierType.beginContentTypeExpression()
GeneralNotifierType.beginContentTypeExpression()
PasswordResetNotifierType.beginContentTypeExpression()
RegistrationConfirmationNotifierType.beginContentTypeExpression()
SimpleCampaignNotifierType.beginContentTypeExpression()
SimpleCampaignStageNotifierType.beginContentTypeExpression()
SimpleCaseManagementNotifierType.beginContentTypeExpression()
SimpleFocalObjectNotifierType.beginContentTypeExpression()
SimplePolicyRuleNotifierType.beginContentTypeExpression()
SimpleReportNotifierType.beginContentTypeExpression()
SimpleResourceObjectNotifierType.beginContentTypeExpression()
SimpleReviewerNotifierType.beginContentTypeExpression()
SimpleTaskNotifierType.beginContentTypeExpression()
SimpleUserNotifierType.beginContentTypeExpression()
SimpleWorkflowNotifierType.beginContentTypeExpression()
TimeValidityNotifierType.beginContentTypeExpression()
UserPasswordNotifierType.beginContentTypeExpression()
AutocompleteSearchConfigurationType.beginDisplayExpression()
AbstractMappingType.beginExpression()
AfterItemConditionType.beginExpression()
AssignmentModificationPolicyConstraintType.beginExpression()
AutoassignMappingType.beginExpression()
BeforeItemConditionType.beginExpression()
CheckExpressionType.beginExpression()
CorrelationConfidenceDefinitionType.beginExpression()
CustomNormalizationStepType.beginExpression()
CustomNotifierType.beginExpression()
CustomPolicyConstraintType.beginExpression()
CustomTransportConfigurationType.beginExpression()
DashboardWidgetDataFieldType.beginExpression()
DirectionElementsType.beginExpression()
ExpressionParameterType.beginExpression()
FormItemServerValidationType.beginExpression()
GuiFlexibleLabelType.beginExpression()
InboundMappingType.beginExpression()
ItemReportingConditionType.beginExpression()
ItemSearchConfidenceDefinitionType.beginExpression()
LegacyCustomTransportConfigurationType.beginExpression()
MappingTimeDeclarationType.beginExpression()
MappingType.beginExpression()
MetadataMappingType.beginExpression()
ModificationPolicyConstraintType.beginExpression()
ObjectSynchronizationSorterType.beginExpression()
ObjectTemplateMappingType.beginExpression()
PopulateItemType.beginExpression()
ShadowTagSpecificationType.beginExpression()
SimulationObjectPredicateType.beginExpression()
StatePolicyConstraintType.beginExpression()
SubreportParameterType.beginExpression()
SystemConfigurationAuditEventRecordingPropertyType.beginExpression()
SystemConfigurationAuditEventRecordingType.beginExpression()
AccountActivationNotifierType.beginExpressionFilter()
AccountPasswordNotifierType.beginExpressionFilter()
BaseEventHandlerType.beginExpressionFilter()
ConfirmationNotifierType.beginExpressionFilter()
CustomNotifierType.beginExpressionFilter()
DummyNotifierType.beginExpressionFilter()
EventHandlerType.beginExpressionFilter()
GeneralNotifierType.beginExpressionFilter()
PasswordResetNotifierType.beginExpressionFilter()
RegistrationConfirmationNotifierType.beginExpressionFilter()
SimpleCampaignNotifierType.beginExpressionFilter()
SimpleCampaignStageNotifierType.beginExpressionFilter()
SimpleCaseManagementNotifierType.beginExpressionFilter()
SimpleFocalObjectNotifierType.beginExpressionFilter()
SimplePolicyRuleNotifierType.beginExpressionFilter()
SimpleReportNotifierType.beginExpressionFilter()
SimpleResourceObjectNotifierType.beginExpressionFilter()
SimpleReviewerNotifierType.beginExpressionFilter()
SimpleTaskNotifierType.beginExpressionFilter()
SimpleUserNotifierType.beginExpressionFilter()
SimpleWorkflowNotifierType.beginExpressionFilter()
TimeValidityNotifierType.beginExpressionFilter()
UserPasswordNotifierType.beginExpressionFilter()
LocalizableMessageTemplateType.beginFallbackMessageExpression()
SearchItemType.beginFilterExpression()
AccountActivationNotifierType.beginFromExpression()
AccountPasswordNotifierType.beginFromExpression()
ConfirmationNotifierType.beginFromExpression()
DummyNotifierType.beginFromExpression()
GeneralNotifierType.beginFromExpression()
PasswordResetNotifierType.beginFromExpression()
RegistrationConfirmationNotifierType.beginFromExpression()
SimpleCampaignNotifierType.beginFromExpression()
SimpleCampaignStageNotifierType.beginFromExpression()
SimpleCaseManagementNotifierType.beginFromExpression()
SimpleFocalObjectNotifierType.beginFromExpression()
SimplePolicyRuleNotifierType.beginFromExpression()
SimpleReportNotifierType.beginFromExpression()
SimpleResourceObjectNotifierType.beginFromExpression()
SimpleReviewerNotifierType.beginFromExpression()
SimpleTaskNotifierType.beginFromExpression()
SimpleUserNotifierType.beginFromExpression()
SimpleWorkflowNotifierType.beginFromExpression()
TimeValidityNotifierType.beginFromExpression()
UserPasswordNotifierType.beginFromExpression()
FunctionLibraryType.beginFunction()
SmsGatewayConfigurationType.beginHeadersExpression()
ActivityControlFlowDefinitionTailoringType.beginItemProcessingCondition()
ActivityControlFlowDefinitionType.beginItemProcessingCondition()
AccessCertificationAssignmentReviewScopeType.beginItemSelectionExpression()
AccessCertificationObjectBasedScopeType.beginItemSelectionExpression()
LocalizableMessageTemplateType.beginKeyExpression()
StatePolicyConstraintType.beginMessageExpression()
FeedbackMessagesHookType.beginOperationResultHook()
ExpressionCorrelatorType.beginOwner()
ExpressionSubCorrelatorType.beginOwner()
ExpressionCorrelatorType.beginOwnerRef()
ExpressionSubCorrelatorType.beginOwnerRef()
IterationSpecificationType.beginPostIterationCondition()
IterationSpecificationType.beginPreIterationCondition()
CustomTransportConfigurationType.beginRecipientAddressExpression()
FileTransportConfigurationType.beginRecipientAddressExpression()
GeneralTransportConfigurationType.beginRecipientAddressExpression()
MailTransportConfigurationType.beginRecipientAddressExpression()
SmsTransportConfigurationType.beginRecipientAddressExpression()
AccountActivationNotifierType.beginRecipientExpression()
AccountPasswordNotifierType.beginRecipientExpression()
ConfirmationNotifierType.beginRecipientExpression()
DummyNotifierType.beginRecipientExpression()
GeneralNotifierType.beginRecipientExpression()
PasswordResetNotifierType.beginRecipientExpression()
RegistrationConfirmationNotifierType.beginRecipientExpression()
SimpleCampaignNotifierType.beginRecipientExpression()
SimpleCampaignStageNotifierType.beginRecipientExpression()
SimpleCaseManagementNotifierType.beginRecipientExpression()
SimpleFocalObjectNotifierType.beginRecipientExpression()
SimplePolicyRuleNotifierType.beginRecipientExpression()
SimpleReportNotifierType.beginRecipientExpression()
SimpleResourceObjectNotifierType.beginRecipientExpression()
SimpleReviewerNotifierType.beginRecipientExpression()
SimpleTaskNotifierType.beginRecipientExpression()
SimpleUserNotifierType.beginRecipientExpression()
SimpleWorkflowNotifierType.beginRecipientExpression()
TimeValidityNotifierType.beginRecipientExpression()
UserPasswordNotifierType.beginRecipientExpression()
CustomTransportConfigurationType.beginRecipientFilterExpression()
FileConfigurationType.beginRecipientFilterExpression()
FileTransportConfigurationType.beginRecipientFilterExpression()
GeneralTransportConfigurationType.beginRecipientFilterExpression()
LegacyCustomTransportConfigurationType.beginRecipientFilterExpression()
MailConfigurationType.beginRecipientFilterExpression()
MailTransportConfigurationType.beginRecipientFilterExpression()
NotificationTransportConfigurationType.beginRecipientFilterExpression()
SmsConfigurationType.beginRecipientFilterExpression()
SmsTransportConfigurationType.beginRecipientFilterExpression()
AbstractActivityReportDefinitionType.beginRecordFilteringExpression()
BucketsProcessingReportDefinitionType.beginRecordFilteringExpression()
ConnIdOperationsReportDefinitionType.beginRecordFilteringExpression()
InternalOperationsReportDefinitionType.beginRecordFilteringExpression()
ItemsProcessingReportDefinitionType.beginRecordFilteringExpression()
AccessCertificationReviewerSpecificationType.beginReviewerExpression()
AccountActivationNotifierType.beginSubjectExpression()
AccountPasswordNotifierType.beginSubjectExpression()
ConfirmationNotifierType.beginSubjectExpression()
DummyNotifierType.beginSubjectExpression()
GeneralNotifierType.beginSubjectExpression()
LocalizedMessageTemplateContentType.beginSubjectExpression()
MessageTemplateContentType.beginSubjectExpression()
PasswordResetNotifierType.beginSubjectExpression()
RegistrationConfirmationNotifierType.beginSubjectExpression()
SimpleCampaignNotifierType.beginSubjectExpression()
SimpleCampaignStageNotifierType.beginSubjectExpression()
SimpleCaseManagementNotifierType.beginSubjectExpression()
SimpleFocalObjectNotifierType.beginSubjectExpression()
SimplePolicyRuleNotifierType.beginSubjectExpression()
SimpleReportNotifierType.beginSubjectExpression()
SimpleResourceObjectNotifierType.beginSubjectExpression()
SimpleReviewerNotifierType.beginSubjectExpression()
SimpleTaskNotifierType.beginSubjectExpression()
SimpleUserNotifierType.beginSubjectExpression()
SimpleWorkflowNotifierType.beginSubjectExpression()
TimeValidityNotifierType.beginSubjectExpression()
UserPasswordNotifierType.beginSubjectExpression()
AsynchronousScriptExecutionType.beginTaskCustomizer()
IterationSpecificationType.beginTokenExpression()
SmsGatewayConfigurationType.beginUrlExpression()
GroupSelectionType.beginUserDisplayName()
PerformerCommentsFormattingType.beginValue()
ItemMergeConfigurationType.beginValueExpression()
ItemRefMergeConfigurationType.beginValueExpression()
ProjectionMergeConfigurationType.beginValueExpression()
SimulationMetricComputationType.beginValueExpression()
ValueSetDefinitionType.beginYieldCondition()
ExpressionType.clone()
ObjectFactory.createExpressionType()
ExpressionType.description
(String value) ExpressionType.documentation
(String value) ExpressionType.expressionEvaluator
(jakarta.xml.bind.JAXBElement<?> value) ExpressionType.extension
(ExtensionType value) GeneralChangeProcessorScenarioType.getActivationCondition()
ApprovalStageDefinitionType.getAdditionalInformation()
SearchFilterParameterType.getAllowedValuesExpression()
PcpAspectConfigurationType.getApplicabilityCondition()
GeneralNotifierType.getAttachmentExpression()
MessageTemplateContentType.getAttachmentExpression()
PcpAspectConfigurationType.getAutomaticallyApproved()
ApprovalStageDefinitionType.getAutomaticallyCompleted()
GeneralNotifierType.getBodyExpression()
MessageTemplateContentType.getBodyExpression()
SmsGatewayConfigurationType.getBodyExpression()
ActivityControlFlowDefinitionType.getBucketProcessingCondition()
ResourceObjectTypeDelineationType.getClassificationCondition()
AbstractMappingType.getCondition()
AbstractWorkItemActionType.getCondition()
ConditionalSearchFilterType.getCondition()
DashboardWidgetVariationType.getCondition()
LegacySynchronizationReactionType.getCondition()
LifecycleStateTransitionType.getCondition()
ObjectCollectionReportEngineConfigurationType.getCondition()
ObjectSynchronizationType.getCondition()
OperationProvisioningScriptType.getCondition()
PerformerCommentsFormattingType.getCondition()
PolicyActionType.getCondition()
SynchronizationReactionType.getCondition()
TransformExpressionEvaluatorType.getCondition()
ValueSetDefinitionType.getCondition()
WorkItemTimedActionsType.getCondition()
FilterCorrelatorType.getConfirmation()
ObjectSynchronizationType.getConfirmation()
GeneralNotifierType.getContentTypeExpression()
AutocompleteSearchConfigurationType.getDisplayExpression()
AbstractMappingType.getExpression()
CheckExpressionType.getExpression()
CorrelationConfidenceDefinitionType.getExpression()
CustomNormalizationStepType.getExpression()
CustomNotifierType.getExpression()
CustomPolicyConstraintType.getExpression()
CustomTransportConfigurationType.getExpression()
DashboardWidgetDataFieldType.getExpression()
DirectionElementsType.getExpression()
ExpressionParameterType.getExpression()
FormItemServerValidationType.getExpression()
GuiFlexibleLabelType.getExpression()
ItemReportingConditionType.getExpression()
ItemSearchConfidenceDefinitionType.getExpression()
LegacyCustomTransportConfigurationType.getExpression()
MappingTimeDeclarationType.getExpression()
ModificationPolicyConstraintType.getExpression()
ObjectSynchronizationSorterType.getExpression()
PopulateItemType.getExpression()
ShadowTagSpecificationType.getExpression()
SimulationObjectPredicateType.getExpression()
StatePolicyConstraintType.getExpression()
SystemConfigurationAuditEventRecordingPropertyType.getExpression()
SystemConfigurationAuditEventRecordingType.getExpression()
LocalizableMessageTemplateType.getFallbackMessageExpression()
SearchItemType.getFilterExpression()
GeneralNotifierType.getFromExpression()
SmsGatewayConfigurationType.getHeadersExpression()
ActivityControlFlowDefinitionType.getItemProcessingCondition()
AccessCertificationObjectBasedScopeType.getItemSelectionExpression()
LocalizableMessageTemplateType.getKeyExpression()
StatePolicyConstraintType.getMessageExpression()
FeedbackMessagesHookType.getOperationResultHook()
ExpressionCorrelatorType.getOwner()
ExpressionCorrelatorType.getOwnerRef()
IterationSpecificationType.getPostIterationCondition()
IterationSpecificationType.getPreIterationCondition()
GeneralTransportConfigurationType.getRecipientAddressExpression()
GeneralTransportConfigurationType.getRecipientFilterExpression()
NotificationTransportConfigurationType.getRecipientFilterExpression()
AbstractActivityReportDefinitionType.getRecordFilteringExpression()
GeneralNotifierType.getSubjectExpression()
MessageTemplateContentType.getSubjectExpression()
AsynchronousScriptExecutionType.getTaskCustomizer()
IterationSpecificationType.getTokenExpression()
SmsGatewayConfigurationType.getUrlExpression()
GroupSelectionType.getUserDisplayName()
PerformerCommentsFormattingType.getValue()
ItemMergeConfigurationType.getValueExpression()
SimulationMetricComputationType.getValueExpression()
ValueSetDefinitionType.getYieldCondition()
ExpressionType.parameter
(ExpressionParameterType value) ExpressionType.privileges
(ExecutionPrivilegesSpecificationType value) ExpressionType.queryInterpretationOfNoValue
(QueryInterpretationOfNoValueType value) ExpressionType.returnMultiplicity
(ExpressionReturnMultiplicityType value) ExpressionType.returnType
(QName value) ExpressionType.runAsRef
(ObjectReferenceType value) ExpressionType.stringFilter
(StringFilterType value) ExpressionType.variable
(ExpressionVariableDefinitionType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ExpressionTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ExpressionType>
ObjectFactory.createExpression
(ExpressionType value) ApprovalPolicyActionType.getApproverExpression()
ApprovalStageDefinitionType.getApproverExpression()
DelegateWorkItemActionType.getApproverExpression()
PcpAspectConfigurationType.getApproverExpression()
LocalizableMessageTemplateType.getArgumentExpression()
GeneralNotifierType.getBccExpression()
AccessCertificationObjectBasedScopeType.getCaseGenerationExpression()
GeneralNotifierType.getCcExpression()
BaseEventHandlerType.getExpressionFilter()
FunctionLibraryType.getFunction()
GeneralNotifierType.getRecipientExpression()
AccessCertificationReviewerSpecificationType.getReviewerExpression()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ExpressionTypeModifier and TypeMethodDescriptionGeneralChangeProcessorScenarioType.activationCondition
(ExpressionType value) ApprovalStageDefinitionType.additionalInformation
(ExpressionType value) SearchFilterParameterType.allowedValuesExpression
(ExpressionType value) GenericPcpAspectConfigurationType.applicabilityCondition
(ExpressionType value) PcpAspectConfigurationType.applicabilityCondition
(ExpressionType value) ApprovalPolicyActionType.approverExpression
(ExpressionType value) ApprovalStageDefinitionType.approverExpression
(ExpressionType value) DelegateWorkItemActionType.approverExpression
(ExpressionType value) EscalateWorkItemActionType.approverExpression
(ExpressionType value) GenericPcpAspectConfigurationType.approverExpression
(ExpressionType value) PcpAspectConfigurationType.approverExpression
(ExpressionType value) LocalizableMessageTemplateType.argumentExpression
(ExpressionType value) AccountActivationNotifierType.attachmentExpression
(ExpressionType value) AccountPasswordNotifierType.attachmentExpression
(ExpressionType value) ConfirmationNotifierType.attachmentExpression
(ExpressionType value) DummyNotifierType.attachmentExpression
(ExpressionType value) GeneralNotifierType.attachmentExpression
(ExpressionType value) LocalizedMessageTemplateContentType.attachmentExpression
(ExpressionType value) MessageTemplateContentType.attachmentExpression
(ExpressionType value) PasswordResetNotifierType.attachmentExpression
(ExpressionType value) RegistrationConfirmationNotifierType.attachmentExpression
(ExpressionType value) SimpleCampaignNotifierType.attachmentExpression
(ExpressionType value) SimpleCampaignStageNotifierType.attachmentExpression
(ExpressionType value) SimpleCaseManagementNotifierType.attachmentExpression
(ExpressionType value) SimpleFocalObjectNotifierType.attachmentExpression
(ExpressionType value) SimplePolicyRuleNotifierType.attachmentExpression
(ExpressionType value) SimpleReportNotifierType.attachmentExpression
(ExpressionType value) SimpleResourceObjectNotifierType.attachmentExpression
(ExpressionType value) SimpleReviewerNotifierType.attachmentExpression
(ExpressionType value) SimpleTaskNotifierType.attachmentExpression
(ExpressionType value) SimpleUserNotifierType.attachmentExpression
(ExpressionType value) SimpleWorkflowNotifierType.attachmentExpression
(ExpressionType value) TimeValidityNotifierType.attachmentExpression
(ExpressionType value) UserPasswordNotifierType.attachmentExpression
(ExpressionType value) GenericPcpAspectConfigurationType.automaticallyApproved
(ExpressionType value) PcpAspectConfigurationType.automaticallyApproved
(ExpressionType value) ApprovalStageDefinitionType.automaticallyCompleted
(ExpressionType value) AccountActivationNotifierType.bccExpression
(ExpressionType value) AccountPasswordNotifierType.bccExpression
(ExpressionType value) ConfirmationNotifierType.bccExpression
(ExpressionType value) DummyNotifierType.bccExpression
(ExpressionType value) GeneralNotifierType.bccExpression
(ExpressionType value) PasswordResetNotifierType.bccExpression
(ExpressionType value) RegistrationConfirmationNotifierType.bccExpression
(ExpressionType value) SimpleCampaignNotifierType.bccExpression
(ExpressionType value) SimpleCampaignStageNotifierType.bccExpression
(ExpressionType value) SimpleCaseManagementNotifierType.bccExpression
(ExpressionType value) SimpleFocalObjectNotifierType.bccExpression
(ExpressionType value) SimplePolicyRuleNotifierType.bccExpression
(ExpressionType value) SimpleReportNotifierType.bccExpression
(ExpressionType value) SimpleResourceObjectNotifierType.bccExpression
(ExpressionType value) SimpleReviewerNotifierType.bccExpression
(ExpressionType value) SimpleTaskNotifierType.bccExpression
(ExpressionType value) SimpleUserNotifierType.bccExpression
(ExpressionType value) SimpleWorkflowNotifierType.bccExpression
(ExpressionType value) TimeValidityNotifierType.bccExpression
(ExpressionType value) UserPasswordNotifierType.bccExpression
(ExpressionType value) AccountActivationNotifierType.bodyExpression
(ExpressionType value) AccountPasswordNotifierType.bodyExpression
(ExpressionType value) ConfirmationNotifierType.bodyExpression
(ExpressionType value) DummyNotifierType.bodyExpression
(ExpressionType value) GeneralNotifierType.bodyExpression
(ExpressionType value) LocalizedMessageTemplateContentType.bodyExpression
(ExpressionType value) MessageTemplateContentType.bodyExpression
(ExpressionType value) PasswordResetNotifierType.bodyExpression
(ExpressionType value) RegistrationConfirmationNotifierType.bodyExpression
(ExpressionType value) SimpleCampaignNotifierType.bodyExpression
(ExpressionType value) SimpleCampaignStageNotifierType.bodyExpression
(ExpressionType value) SimpleCaseManagementNotifierType.bodyExpression
(ExpressionType value) SimpleFocalObjectNotifierType.bodyExpression
(ExpressionType value) SimplePolicyRuleNotifierType.bodyExpression
(ExpressionType value) SimpleReportNotifierType.bodyExpression
(ExpressionType value) SimpleResourceObjectNotifierType.bodyExpression
(ExpressionType value) SimpleReviewerNotifierType.bodyExpression
(ExpressionType value) SimpleTaskNotifierType.bodyExpression
(ExpressionType value) SimpleUserNotifierType.bodyExpression
(ExpressionType value) SimpleWorkflowNotifierType.bodyExpression
(ExpressionType value) SmsGatewayConfigurationType.bodyExpression
(ExpressionType value) TimeValidityNotifierType.bodyExpression
(ExpressionType value) UserPasswordNotifierType.bodyExpression
(ExpressionType value) ActivityControlFlowDefinitionTailoringType.bucketProcessingCondition
(ExpressionType value) ActivityControlFlowDefinitionType.bucketProcessingCondition
(ExpressionType value) AccessCertificationAssignmentReviewScopeType.caseGenerationExpression
(ExpressionType value) AccessCertificationObjectBasedScopeType.caseGenerationExpression
(ExpressionType value) AccountActivationNotifierType.ccExpression
(ExpressionType value) AccountPasswordNotifierType.ccExpression
(ExpressionType value) ConfirmationNotifierType.ccExpression
(ExpressionType value) DummyNotifierType.ccExpression
(ExpressionType value) GeneralNotifierType.ccExpression
(ExpressionType value) PasswordResetNotifierType.ccExpression
(ExpressionType value) RegistrationConfirmationNotifierType.ccExpression
(ExpressionType value) SimpleCampaignNotifierType.ccExpression
(ExpressionType value) SimpleCampaignStageNotifierType.ccExpression
(ExpressionType value) SimpleCaseManagementNotifierType.ccExpression
(ExpressionType value) SimpleFocalObjectNotifierType.ccExpression
(ExpressionType value) SimplePolicyRuleNotifierType.ccExpression
(ExpressionType value) SimpleReportNotifierType.ccExpression
(ExpressionType value) SimpleResourceObjectNotifierType.ccExpression
(ExpressionType value) SimpleReviewerNotifierType.ccExpression
(ExpressionType value) SimpleTaskNotifierType.ccExpression
(ExpressionType value) SimpleUserNotifierType.ccExpression
(ExpressionType value) SimpleWorkflowNotifierType.ccExpression
(ExpressionType value) TimeValidityNotifierType.ccExpression
(ExpressionType value) UserPasswordNotifierType.ccExpression
(ExpressionType value) ResourceObjectTypeDelineationType.classificationCondition
(ExpressionType value) AbstractMappingType.condition
(ExpressionType value) AbstractWorkItemActionType.condition
(ExpressionType value) ApprovalPolicyActionType.condition
(ExpressionType value) AssignmentTargetSearchExpressionEvaluatorType.condition
(ExpressionType value) AutoassignMappingType.condition
(ExpressionType value) CertificationPolicyActionType.condition
(ExpressionType value) CompleteWorkItemActionType.condition
(ExpressionType value) ConditionalSearchFilterType.condition
(ExpressionType value) DashboardWidgetVariationType.condition
(ExpressionType value) DelegateWorkItemActionType.condition
(ExpressionType value) EnforcementPolicyActionType.condition
(ExpressionType value) EscalateWorkItemActionType.condition
(ExpressionType value) InboundMappingType.condition
(ExpressionType value) LegacySynchronizationReactionType.condition
(ExpressionType value) LifecycleStateTransitionType.condition
(ExpressionType value) MappingType.condition
(ExpressionType value) MetadataMappingType.condition
(ExpressionType value) NotificationPolicyActionType.condition
(ExpressionType value) ObjectCollectionReportEngineConfigurationType.condition
(ExpressionType value) ObjectSynchronizationType.condition
(ExpressionType value) ObjectTemplateMappingType.condition
(ExpressionType value) OperationProvisioningScriptType.condition
(ExpressionType value) PerformerCommentsFormattingType.condition
(ExpressionType value) PolicyActionType.condition
(ExpressionType value) PrunePolicyActionType.condition
(ExpressionType value) RecordPolicyActionType.condition
(ExpressionType value) ReferenceSearchExpressionEvaluatorType.condition
(ExpressionType value) RemediationPolicyActionType.condition
(ExpressionType value) ScriptExecutionPolicyActionType.condition
(ExpressionType value) ScriptExpressionEvaluatorConfigurationType.condition
(ExpressionType value) ScriptExpressionEvaluatorType.condition
(ExpressionType value) SearchObjectExpressionEvaluatorType.condition
(ExpressionType value) SuspendTaskPolicyActionType.condition
(ExpressionType value) SynchronizationReactionType.condition
(ExpressionType value) TransformExpressionEvaluatorType.condition
(ExpressionType value) ValueSetDefinitionType.condition
(ExpressionType value) WorkItemNotificationActionType.condition
(ExpressionType value) WorkItemTimedActionsType.condition
(ExpressionType value) FilterCorrelatorType.confirmation
(ExpressionType value) FilterSubCorrelatorType.confirmation
(ExpressionType value) ObjectSynchronizationType.confirmation
(ExpressionType value) AccountActivationNotifierType.contentTypeExpression
(ExpressionType value) AccountPasswordNotifierType.contentTypeExpression
(ExpressionType value) ConfirmationNotifierType.contentTypeExpression
(ExpressionType value) DummyNotifierType.contentTypeExpression
(ExpressionType value) GeneralNotifierType.contentTypeExpression
(ExpressionType value) PasswordResetNotifierType.contentTypeExpression
(ExpressionType value) RegistrationConfirmationNotifierType.contentTypeExpression
(ExpressionType value) SimpleCampaignNotifierType.contentTypeExpression
(ExpressionType value) SimpleCampaignStageNotifierType.contentTypeExpression
(ExpressionType value) SimpleCaseManagementNotifierType.contentTypeExpression
(ExpressionType value) SimpleFocalObjectNotifierType.contentTypeExpression
(ExpressionType value) SimplePolicyRuleNotifierType.contentTypeExpression
(ExpressionType value) SimpleReportNotifierType.contentTypeExpression
(ExpressionType value) SimpleResourceObjectNotifierType.contentTypeExpression
(ExpressionType value) SimpleReviewerNotifierType.contentTypeExpression
(ExpressionType value) SimpleTaskNotifierType.contentTypeExpression
(ExpressionType value) SimpleUserNotifierType.contentTypeExpression
(ExpressionType value) SimpleWorkflowNotifierType.contentTypeExpression
(ExpressionType value) TimeValidityNotifierType.contentTypeExpression
(ExpressionType value) UserPasswordNotifierType.contentTypeExpression
(ExpressionType value) jakarta.xml.bind.JAXBElement<ExpressionType>
ObjectFactory.createExpression
(ExpressionType value) AutocompleteSearchConfigurationType.displayExpression
(ExpressionType value) AbstractMappingType.expression
(ExpressionType value) AfterItemConditionType.expression
(ExpressionType value) AssignmentModificationPolicyConstraintType.expression
(ExpressionType value) AutoassignMappingType.expression
(ExpressionType value) BeforeItemConditionType.expression
(ExpressionType value) CheckExpressionType.expression
(ExpressionType value) CorrelationConfidenceDefinitionType.expression
(ExpressionType value) CustomNormalizationStepType.expression
(ExpressionType value) CustomNotifierType.expression
(ExpressionType value) CustomPolicyConstraintType.expression
(ExpressionType value) CustomTransportConfigurationType.expression
(ExpressionType value) DashboardWidgetDataFieldType.expression
(ExpressionType value) DirectionElementsType.expression
(ExpressionType value) ExpressionParameterType.expression
(ExpressionType value) FormItemServerValidationType.expression
(ExpressionType value) GuiFlexibleLabelType.expression
(ExpressionType value) InboundMappingType.expression
(ExpressionType value) ItemReportingConditionType.expression
(ExpressionType value) ItemSearchConfidenceDefinitionType.expression
(ExpressionType value) LegacyCustomTransportConfigurationType.expression
(ExpressionType value) MappingTimeDeclarationType.expression
(ExpressionType value) MappingType.expression
(ExpressionType value) MetadataMappingType.expression
(ExpressionType value) ModificationPolicyConstraintType.expression
(ExpressionType value) ObjectSynchronizationSorterType.expression
(ExpressionType value) ObjectTemplateMappingType.expression
(ExpressionType value) PopulateItemType.expression
(ExpressionType value) ShadowTagSpecificationType.expression
(ExpressionType value) SimulationObjectPredicateType.expression
(ExpressionType value) StatePolicyConstraintType.expression
(ExpressionType value) SubreportParameterType.expression
(ExpressionType value) SystemConfigurationAuditEventRecordingPropertyType.expression
(ExpressionType value) SystemConfigurationAuditEventRecordingType.expression
(ExpressionType value) AccountActivationNotifierType.expressionFilter
(ExpressionType value) AccountPasswordNotifierType.expressionFilter
(ExpressionType value) BaseEventHandlerType.expressionFilter
(ExpressionType value) ConfirmationNotifierType.expressionFilter
(ExpressionType value) CustomNotifierType.expressionFilter
(ExpressionType value) DummyNotifierType.expressionFilter
(ExpressionType value) EventHandlerType.expressionFilter
(ExpressionType value) GeneralNotifierType.expressionFilter
(ExpressionType value) PasswordResetNotifierType.expressionFilter
(ExpressionType value) RegistrationConfirmationNotifierType.expressionFilter
(ExpressionType value) SimpleCampaignNotifierType.expressionFilter
(ExpressionType value) SimpleCampaignStageNotifierType.expressionFilter
(ExpressionType value) SimpleCaseManagementNotifierType.expressionFilter
(ExpressionType value) SimpleFocalObjectNotifierType.expressionFilter
(ExpressionType value) SimplePolicyRuleNotifierType.expressionFilter
(ExpressionType value) SimpleReportNotifierType.expressionFilter
(ExpressionType value) SimpleResourceObjectNotifierType.expressionFilter
(ExpressionType value) SimpleReviewerNotifierType.expressionFilter
(ExpressionType value) SimpleTaskNotifierType.expressionFilter
(ExpressionType value) SimpleUserNotifierType.expressionFilter
(ExpressionType value) SimpleWorkflowNotifierType.expressionFilter
(ExpressionType value) TimeValidityNotifierType.expressionFilter
(ExpressionType value) UserPasswordNotifierType.expressionFilter
(ExpressionType value) LocalizableMessageTemplateType.fallbackMessageExpression
(ExpressionType value) SearchItemType.filterExpression
(ExpressionType value) AccountActivationNotifierType.fromExpression
(ExpressionType value) AccountPasswordNotifierType.fromExpression
(ExpressionType value) ConfirmationNotifierType.fromExpression
(ExpressionType value) DummyNotifierType.fromExpression
(ExpressionType value) GeneralNotifierType.fromExpression
(ExpressionType value) PasswordResetNotifierType.fromExpression
(ExpressionType value) RegistrationConfirmationNotifierType.fromExpression
(ExpressionType value) SimpleCampaignNotifierType.fromExpression
(ExpressionType value) SimpleCampaignStageNotifierType.fromExpression
(ExpressionType value) SimpleCaseManagementNotifierType.fromExpression
(ExpressionType value) SimpleFocalObjectNotifierType.fromExpression
(ExpressionType value) SimplePolicyRuleNotifierType.fromExpression
(ExpressionType value) SimpleReportNotifierType.fromExpression
(ExpressionType value) SimpleResourceObjectNotifierType.fromExpression
(ExpressionType value) SimpleReviewerNotifierType.fromExpression
(ExpressionType value) SimpleTaskNotifierType.fromExpression
(ExpressionType value) SimpleUserNotifierType.fromExpression
(ExpressionType value) SimpleWorkflowNotifierType.fromExpression
(ExpressionType value) TimeValidityNotifierType.fromExpression
(ExpressionType value) UserPasswordNotifierType.fromExpression
(ExpressionType value) FunctionLibraryType.function
(ExpressionType value) SmsGatewayConfigurationType.headersExpression
(ExpressionType value) ActivityControlFlowDefinitionTailoringType.itemProcessingCondition
(ExpressionType value) ActivityControlFlowDefinitionType.itemProcessingCondition
(ExpressionType value) AccessCertificationAssignmentReviewScopeType.itemSelectionExpression
(ExpressionType value) AccessCertificationObjectBasedScopeType.itemSelectionExpression
(ExpressionType value) LocalizableMessageTemplateType.keyExpression
(ExpressionType value) StatePolicyConstraintType.messageExpression
(ExpressionType value) FeedbackMessagesHookType.operationResultHook
(ExpressionType value) ExpressionCorrelatorType.owner
(ExpressionType value) ExpressionSubCorrelatorType.owner
(ExpressionType value) ExpressionCorrelatorType.ownerRef
(ExpressionType value) ExpressionSubCorrelatorType.ownerRef
(ExpressionType value) IterationSpecificationType.postIterationCondition
(ExpressionType value) IterationSpecificationType.preIterationCondition
(ExpressionType value) CustomTransportConfigurationType.recipientAddressExpression
(ExpressionType value) FileTransportConfigurationType.recipientAddressExpression
(ExpressionType value) GeneralTransportConfigurationType.recipientAddressExpression
(ExpressionType value) MailTransportConfigurationType.recipientAddressExpression
(ExpressionType value) SmsTransportConfigurationType.recipientAddressExpression
(ExpressionType value) AccountActivationNotifierType.recipientExpression
(ExpressionType value) AccountPasswordNotifierType.recipientExpression
(ExpressionType value) ConfirmationNotifierType.recipientExpression
(ExpressionType value) DummyNotifierType.recipientExpression
(ExpressionType value) GeneralNotifierType.recipientExpression
(ExpressionType value) PasswordResetNotifierType.recipientExpression
(ExpressionType value) RegistrationConfirmationNotifierType.recipientExpression
(ExpressionType value) SimpleCampaignNotifierType.recipientExpression
(ExpressionType value) SimpleCampaignStageNotifierType.recipientExpression
(ExpressionType value) SimpleCaseManagementNotifierType.recipientExpression
(ExpressionType value) SimpleFocalObjectNotifierType.recipientExpression
(ExpressionType value) SimplePolicyRuleNotifierType.recipientExpression
(ExpressionType value) SimpleReportNotifierType.recipientExpression
(ExpressionType value) SimpleResourceObjectNotifierType.recipientExpression
(ExpressionType value) SimpleReviewerNotifierType.recipientExpression
(ExpressionType value) SimpleTaskNotifierType.recipientExpression
(ExpressionType value) SimpleUserNotifierType.recipientExpression
(ExpressionType value) SimpleWorkflowNotifierType.recipientExpression
(ExpressionType value) TimeValidityNotifierType.recipientExpression
(ExpressionType value) UserPasswordNotifierType.recipientExpression
(ExpressionType value) CustomTransportConfigurationType.recipientFilterExpression
(ExpressionType value) FileConfigurationType.recipientFilterExpression
(ExpressionType value) FileTransportConfigurationType.recipientFilterExpression
(ExpressionType value) GeneralTransportConfigurationType.recipientFilterExpression
(ExpressionType value) LegacyCustomTransportConfigurationType.recipientFilterExpression
(ExpressionType value) MailConfigurationType.recipientFilterExpression
(ExpressionType value) MailTransportConfigurationType.recipientFilterExpression
(ExpressionType value) NotificationTransportConfigurationType.recipientFilterExpression
(ExpressionType value) SmsConfigurationType.recipientFilterExpression
(ExpressionType value) SmsTransportConfigurationType.recipientFilterExpression
(ExpressionType value) AbstractActivityReportDefinitionType.recordFilteringExpression
(ExpressionType value) BucketsProcessingReportDefinitionType.recordFilteringExpression
(ExpressionType value) ConnIdOperationsReportDefinitionType.recordFilteringExpression
(ExpressionType value) InternalOperationsReportDefinitionType.recordFilteringExpression
(ExpressionType value) ItemsProcessingReportDefinitionType.recordFilteringExpression
(ExpressionType value) AccessCertificationReviewerSpecificationType.reviewerExpression
(ExpressionType value) void
GeneralChangeProcessorScenarioType.setActivationCondition
(ExpressionType value) void
ApprovalStageDefinitionType.setAdditionalInformation
(ExpressionType value) void
SearchFilterParameterType.setAllowedValuesExpression
(ExpressionType value) void
PcpAspectConfigurationType.setApplicabilityCondition
(ExpressionType value) void
GeneralNotifierType.setAttachmentExpression
(ExpressionType value) void
MessageTemplateContentType.setAttachmentExpression
(ExpressionType value) void
PcpAspectConfigurationType.setAutomaticallyApproved
(ExpressionType value) void
ApprovalStageDefinitionType.setAutomaticallyCompleted
(ExpressionType value) void
GeneralNotifierType.setBodyExpression
(ExpressionType value) void
MessageTemplateContentType.setBodyExpression
(ExpressionType value) void
SmsGatewayConfigurationType.setBodyExpression
(ExpressionType value) void
ActivityControlFlowDefinitionType.setBucketProcessingCondition
(ExpressionType value) void
ResourceObjectTypeDelineationType.setClassificationCondition
(ExpressionType value) void
AbstractMappingType.setCondition
(ExpressionType value) void
AbstractWorkItemActionType.setCondition
(ExpressionType value) void
ConditionalSearchFilterType.setCondition
(ExpressionType value) void
DashboardWidgetVariationType.setCondition
(ExpressionType value) void
LegacySynchronizationReactionType.setCondition
(ExpressionType value) void
LifecycleStateTransitionType.setCondition
(ExpressionType value) void
ObjectCollectionReportEngineConfigurationType.setCondition
(ExpressionType value) void
ObjectSynchronizationType.setCondition
(ExpressionType value) void
OperationProvisioningScriptType.setCondition
(ExpressionType value) void
PerformerCommentsFormattingType.setCondition
(ExpressionType value) void
PolicyActionType.setCondition
(ExpressionType value) void
SynchronizationReactionType.setCondition
(ExpressionType value) void
TransformExpressionEvaluatorType.setCondition
(ExpressionType value) void
ValueSetDefinitionType.setCondition
(ExpressionType value) void
WorkItemTimedActionsType.setCondition
(ExpressionType value) void
FilterCorrelatorType.setConfirmation
(ExpressionType value) void
ObjectSynchronizationType.setConfirmation
(ExpressionType value) void
GeneralNotifierType.setContentTypeExpression
(ExpressionType value) void
AutocompleteSearchConfigurationType.setDisplayExpression
(ExpressionType value) void
AbstractMappingType.setExpression
(ExpressionType value) void
CheckExpressionType.setExpression
(ExpressionType value) void
CorrelationConfidenceDefinitionType.setExpression
(ExpressionType value) void
CustomNormalizationStepType.setExpression
(ExpressionType value) void
CustomNotifierType.setExpression
(ExpressionType value) void
CustomPolicyConstraintType.setExpression
(ExpressionType value) void
CustomTransportConfigurationType.setExpression
(ExpressionType value) void
DashboardWidgetDataFieldType.setExpression
(ExpressionType value) void
DirectionElementsType.setExpression
(ExpressionType value) void
ExpressionParameterType.setExpression
(ExpressionType value) void
FormItemServerValidationType.setExpression
(ExpressionType value) void
GuiFlexibleLabelType.setExpression
(ExpressionType value) void
ItemReportingConditionType.setExpression
(ExpressionType value) void
ItemSearchConfidenceDefinitionType.setExpression
(ExpressionType value) void
LegacyCustomTransportConfigurationType.setExpression
(ExpressionType value) void
MappingTimeDeclarationType.setExpression
(ExpressionType value) void
ModificationPolicyConstraintType.setExpression
(ExpressionType value) void
ObjectSynchronizationSorterType.setExpression
(ExpressionType value) void
PopulateItemType.setExpression
(ExpressionType value) void
ShadowTagSpecificationType.setExpression
(ExpressionType value) void
SimulationObjectPredicateType.setExpression
(ExpressionType value) void
StatePolicyConstraintType.setExpression
(ExpressionType value) void
SystemConfigurationAuditEventRecordingPropertyType.setExpression
(ExpressionType value) void
SystemConfigurationAuditEventRecordingType.setExpression
(ExpressionType value) void
LocalizableMessageTemplateType.setFallbackMessageExpression
(ExpressionType value) void
SearchItemType.setFilterExpression
(ExpressionType value) void
GeneralNotifierType.setFromExpression
(ExpressionType value) void
SmsGatewayConfigurationType.setHeadersExpression
(ExpressionType value) void
ActivityControlFlowDefinitionType.setItemProcessingCondition
(ExpressionType value) void
AccessCertificationObjectBasedScopeType.setItemSelectionExpression
(ExpressionType value) void
LocalizableMessageTemplateType.setKeyExpression
(ExpressionType value) void
StatePolicyConstraintType.setMessageExpression
(ExpressionType value) void
FeedbackMessagesHookType.setOperationResultHook
(ExpressionType value) void
ExpressionCorrelatorType.setOwner
(ExpressionType value) void
ExpressionCorrelatorType.setOwnerRef
(ExpressionType value) void
IterationSpecificationType.setPostIterationCondition
(ExpressionType value) void
IterationSpecificationType.setPreIterationCondition
(ExpressionType value) void
GeneralTransportConfigurationType.setRecipientAddressExpression
(ExpressionType value) void
GeneralTransportConfigurationType.setRecipientFilterExpression
(ExpressionType value) void
NotificationTransportConfigurationType.setRecipientFilterExpression
(ExpressionType value) void
AbstractActivityReportDefinitionType.setRecordFilteringExpression
(ExpressionType value) void
GeneralNotifierType.setSubjectExpression
(ExpressionType value) void
MessageTemplateContentType.setSubjectExpression
(ExpressionType value) void
AsynchronousScriptExecutionType.setTaskCustomizer
(ExpressionType value) void
IterationSpecificationType.setTokenExpression
(ExpressionType value) void
SmsGatewayConfigurationType.setUrlExpression
(ExpressionType value) void
GroupSelectionType.setUserDisplayName
(ExpressionType value) void
PerformerCommentsFormattingType.setValue
(ExpressionType value) void
ItemMergeConfigurationType.setValueExpression
(ExpressionType value) void
SimulationMetricComputationType.setValueExpression
(ExpressionType value) void
ValueSetDefinitionType.setYieldCondition
(ExpressionType value) AccountActivationNotifierType.subjectExpression
(ExpressionType value) AccountPasswordNotifierType.subjectExpression
(ExpressionType value) ConfirmationNotifierType.subjectExpression
(ExpressionType value) DummyNotifierType.subjectExpression
(ExpressionType value) GeneralNotifierType.subjectExpression
(ExpressionType value) LocalizedMessageTemplateContentType.subjectExpression
(ExpressionType value) MessageTemplateContentType.subjectExpression
(ExpressionType value) PasswordResetNotifierType.subjectExpression
(ExpressionType value) RegistrationConfirmationNotifierType.subjectExpression
(ExpressionType value) SimpleCampaignNotifierType.subjectExpression
(ExpressionType value) SimpleCampaignStageNotifierType.subjectExpression
(ExpressionType value) SimpleCaseManagementNotifierType.subjectExpression
(ExpressionType value) SimpleFocalObjectNotifierType.subjectExpression
(ExpressionType value) SimplePolicyRuleNotifierType.subjectExpression
(ExpressionType value) SimpleReportNotifierType.subjectExpression
(ExpressionType value) SimpleResourceObjectNotifierType.subjectExpression
(ExpressionType value) SimpleReviewerNotifierType.subjectExpression
(ExpressionType value) SimpleTaskNotifierType.subjectExpression
(ExpressionType value) SimpleUserNotifierType.subjectExpression
(ExpressionType value) SimpleWorkflowNotifierType.subjectExpression
(ExpressionType value) TimeValidityNotifierType.subjectExpression
(ExpressionType value) UserPasswordNotifierType.subjectExpression
(ExpressionType value) AsynchronousScriptExecutionType.taskCustomizer
(ExpressionType value) IterationSpecificationType.tokenExpression
(ExpressionType value) SmsGatewayConfigurationType.urlExpression
(ExpressionType value) GroupSelectionType.userDisplayName
(ExpressionType value) PerformerCommentsFormattingType.value
(ExpressionType value) ItemMergeConfigurationType.valueExpression
(ExpressionType value) ItemRefMergeConfigurationType.valueExpression
(ExpressionType value) ProjectionMergeConfigurationType.valueExpression
(ExpressionType value) SimulationMetricComputationType.valueExpression
(ExpressionType value) ValueSetDefinitionType.yieldCondition
(ExpressionType value) Constructors in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ExpressionType -
Uses of ExpressionType in com.evolveum.midpoint.xml.ns._public.model.scripting_3
Fields in com.evolveum.midpoint.xml.ns._public.model.scripting_3 declared as ExpressionTypeModifier and TypeFieldDescriptionprotected ExpressionType
EvaluateExpressionActionExpressionType.expression
protected ExpressionType
ScriptingVariableDefinitionType.expression
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 that return ExpressionTypeModifier and TypeMethodDescriptionEvaluateExpressionActionExpressionType.beginExpression()
ScriptingVariableDefinitionType.beginExpression()
EvaluateExpressionActionExpressionType.getExpression()
ScriptingVariableDefinitionType.getExpression()
Methods in com.evolveum.midpoint.xml.ns._public.model.scripting_3 with parameters of type ExpressionTypeModifier and TypeMethodDescriptionEvaluateExpressionActionExpressionType.expression
(ExpressionType value) ScriptingVariableDefinitionType.expression
(ExpressionType value) void
EvaluateExpressionActionExpressionType.setExpression
(ExpressionType value) void
ScriptingVariableDefinitionType.setExpression
(ExpressionType value)