Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ObjectSelectorType
Packages that use ObjectSelectorType
Package
Description
This is an experiment how to provide reliable and consistent information about the origin of individual configuration items
(mappings, expressions, etc).
Defines value selectors and their clauses.
-
Uses of ObjectSelectorType in com.evolveum.midpoint.schema.config
Constructor parameters in com.evolveum.midpoint.schema.config with type arguments of type ObjectSelectorTypeModifierConstructorDescriptionObjectSelectorConfigItem(@NotNull ConfigurationItem<ObjectSelectorType> original) -
Uses of ObjectSelectorType in com.evolveum.midpoint.schema.error
Methods in com.evolveum.midpoint.schema.error with parameters of type ObjectSelectorTypeModifier and TypeMethodDescriptionstatic StringConfigErrorReporter.describe(@NotNull ObjectSelectorType selector) -
Uses of ObjectSelectorType in com.evolveum.midpoint.schema.selector.spec
Methods in com.evolveum.midpoint.schema.selector.spec that return ObjectSelectorTypeMethods in com.evolveum.midpoint.schema.selector.spec with parameters of type ObjectSelectorTypeModifier and TypeMethodDescriptionstatic @NotNull ValueSelectorValueSelector.parse(@NotNull ObjectSelectorType bean) The bean is frozen during the parsing process. -
Uses of ObjectSelectorType in com.evolveum.midpoint.xml.ns._public.common.common_3
Subclasses of ObjectSelectorType in com.evolveum.midpoint.xml.ns._public.common.common_3Modifier and TypeClassDescriptionclassSelects objects among linked ones (for this object).classSelects objects among linked sources (for this object).classSelects objects among link targets (for this object).classPosition of an object (an item in the language of prism) within midPoint objects structure.classSelects some objects from all the objects in midPoint.classSelects some objects from all the objects in midPoint.Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ObjectSelectorTypeModifier and TypeFieldDescriptionstatic final Producer<ObjectSelectorType>ObjectSelectorType.FACTORYMethods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ObjectSelectorTypeModifier and TypeMethodDescriptionObjectSelectorType.archetypeRef(ObjectReferenceType value) ObjectSelectorType.archetypeRef(String oid, QName type) ObjectSelectorType.archetypeRef(String oid, QName type, QName relation) ScriptExecutionObjectType.beginCurrentObject()GlobalPolicyRuleType.beginFocusSelector()FocalAutoassignSpecificationType.beginSelector()GlobalPolicyRuleType.beginTargetSelector()SystemConfigurationAuditEventRecordingPropertyType.beginTargetSelector()ObjectSelectorType.clone()ObjectFactory.createObjectSelectorType()ObjectSelectorType.description(String value) ObjectSelectorType.documentation(String value) ObjectSelectorType.filter(SearchFilterType value) ScriptExecutionObjectType.getCurrentObject()GlobalPolicyRuleType.getFocusSelector()FocalAutoassignSpecificationType.getSelector()GlobalPolicyRuleType.getTargetSelector()ObjectSelectorType.orgRef(ObjectReferenceType value) ObjectSelectorType.parent(ObjectParentSelectorType value) Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ObjectSelectorTypeModifier and TypeMethodDescriptionSystemConfigurationAuditEventRecordingPropertyType.createTargetSelectorList()SystemConfigurationAuditEventRecordingPropertyType.getTargetSelector()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ObjectSelectorTypeModifier and TypeMethodDescriptionScriptExecutionObjectType.currentObject(ObjectSelectorType value) GlobalPolicyRuleType.focusSelector(ObjectSelectorType value) FocalAutoassignSpecificationType.selector(ObjectSelectorType value) voidScriptExecutionObjectType.setCurrentObject(ObjectSelectorType value) voidGlobalPolicyRuleType.setFocusSelector(ObjectSelectorType value) voidFocalAutoassignSpecificationType.setSelector(ObjectSelectorType value) voidGlobalPolicyRuleType.setTargetSelector(ObjectSelectorType value) GlobalPolicyRuleType.targetSelector(ObjectSelectorType value) SystemConfigurationAuditEventRecordingPropertyType.targetSelector(ObjectSelectorType value)