Uses of Class
com.evolveum.midpoint.util.annotation.Experimental
-
-
Uses of Experimental in com.evolveum.midpoint.common.configuration.api
Classes in com.evolveum.midpoint.common.configuration.api with annotations of type Experimental Modifier and Type Class Description class
ProfilingMode
EXPERIMENTALinterface
SystemConfigurationSection
This is an attempt to provide more typed access to config.xml file content. -
Uses of Experimental in com.evolveum.midpoint.model.api
Classes in com.evolveum.midpoint.model.api with annotations of type Experimental Modifier and Type Class Description class
CorrelationProperty
Contains information about a correlation property that is to be (e.g.) displayed in the correlation case view.interface
MetadataItemProcessingSpec
Provides information about processing of given metadata item (e.g.interface
ModelInteractionService
A service provided by the IDM Model that allows to improve the (user) interaction with the model.Methods in com.evolveum.midpoint.model.api with annotations of type Experimental Modifier and Type Method Description void
ModelInteractionService. applyView(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewsType)
Applying all GuiObjectListViewsType to CompiledObjectCollectionView@NotNull CompiledObjectCollectionView
ModelInteractionService. compileObjectCollectionView(@NotNull CollectionRefSpecificationType collection, @Nullable Class<? extends Containerable> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
Integer
ModelInteractionService. countObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)
<O extends ObjectType>
@NotNull CollectionStatsModelInteractionService. determineCollectionStats(@NotNull CompiledObjectCollectionView collectionView, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
@NotNull Collection<EvaluatedPolicyRule>
ModelInteractionService. evaluateCollectionPolicyRules(@NotNull PrismObject<ObjectCollectionType> collection, @Nullable CompiledObjectCollectionView collectionView, @Nullable Class<? extends ObjectType> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)
Returns all policy rules that apply to the collection.<O extends ObjectType>
MetadataItemProcessingSpecModelInteractionService. getMetadataItemProcessingSpec(ItemPath metadataItemPath, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Returns specification of processing of given metadata item (e.g.<C extends Containerable>
ModelInteractionService.SearchSpec<C>ModelInteractionService. getSearchSpecificationFromCollection(CompiledObjectCollectionView collection, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)
TODO document and clean up the interfacevoid
ModelInteractionService. processObjectsFromCollection(CollectionRefSpecificationType collection, QName typeForFilter, Predicate<PrismContainer> handler, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean recordProgress)
TODO documentList<? extends Containerable>
ModelInteractionService. searchObjectsFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, ObjectPaging usedPaging, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)
<O extends ObjectType>
List<StringLimitationResult>ModelInteractionService. validateValue(ProtectedStringType protectedStringValue, ValuePolicyType pp, PrismObject<O> object, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
-
Uses of Experimental in com.evolveum.midpoint.model.api.authentication
Classes in com.evolveum.midpoint.model.api.authentication with annotations of type Experimental Modifier and Type Class Description class
CompiledGuiProfile
Compiled user profile.class
CompiledObjectCollectionView
class
CompiledShadowCollectionView
Methods in com.evolveum.midpoint.model.api.authentication with annotations of type Experimental Modifier and Type Method Description DashboardWidgetType
CompiledGuiProfile. findUserDashboardWidget(String widgetIdentifier)
GuiObjectDetailsSetType
CompiledGuiProfile. getObjectDetails()
May change in the future.ObjectFormsType
CompiledGuiProfile. getObjectForms()
May change in the future.DashboardLayoutType
CompiledGuiProfile. getUserDashboard()
Very likely to change in the future (for "flexible dashboards" feature).@NotNull List<RichHyperlinkType>
CompiledGuiProfile. getUserDashboardLink()
Very likely to change in the future (for "flexible dashboards" feature).void
CompiledGuiProfile. setObjectDetails(GuiObjectDetailsSetType objectDetails)
void
CompiledGuiProfile. setObjectForms(ObjectFormsType objectForms)
void
CompiledGuiProfile. setUserDashboard(DashboardLayoutType userDashboard)
-
Uses of Experimental in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context with annotations of type Experimental Modifier and Type Method Description boolean
Mapping. isConditionSatisfied()
Returns true if the condition is at least partially satisfied, i.e. -
Uses of Experimental in com.evolveum.midpoint.model.api.correlator
Classes in com.evolveum.midpoint.model.api.correlator with annotations of type Experimental Modifier and Type Interface Description interface
CorrelationService
Supports correlation.class
SourceObjectType
Methods in com.evolveum.midpoint.model.api.correlator with annotations of type Experimental Modifier and Type Method Description @NotNull CorrelatorAuthorityLevelType
CorrelatorConfiguration. getAuthority()
default void
Correlator. update(@NotNull CorrelationContext correlationContext, @NotNull OperationResult result)
Updates the internal state of the correlator with the "fresh" data from the resource. -
Uses of Experimental in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with annotations of type Experimental Modifier and Type Method Description void
MidpointFunctions. createRecomputeTrigger(Class<? extends ObjectType> type, String oid)
Goes directly to repository service.@Nullable CaseType
MidpointFunctions. getCorrelationCaseForShadow(@Nullable ShadowType shadow)
Returns a correlation case for given shadow. -
Uses of Experimental in com.evolveum.midpoint.model.api.interaction
Classes in com.evolveum.midpoint.model.api.interaction with annotations of type Experimental Modifier and Type Interface Description interface
DashboardService
-
Uses of Experimental in com.evolveum.midpoint.model.api.util
Classes in com.evolveum.midpoint.model.api.util with annotations of type Experimental Modifier and Type Class Description class
DashboardUtils
interface
ReferenceResolver
Resolves references in intelligent way: taking filters (and embedded expressions) into account. -
Uses of Experimental in com.evolveum.midpoint.model.impl.correlator
Classes in com.evolveum.midpoint.model.impl.correlator with annotations of type Experimental Modifier and Type Class Description class
FullCorrelationContext
Full context needed to carry out correlation-related operations on a shadow. -
Uses of Experimental in com.evolveum.midpoint.prism
Classes in com.evolveum.midpoint.prism with annotations of type Experimental Modifier and Type Interface Description interface
ConfigurableVisitor<T extends Visitable<T>>
Visitor with configurable behavior.class
FreezableList<T>
A list that can be made immutable.interface
JaxbVisitable
Represents visitable JAXB bean.interface
JaxbVisitor
Represents visitor of generated JAXB beans.interface
MutableItemDefinition<I extends Item>
EXPERIMENTALinterface
ValueMetadata
Fields in com.evolveum.midpoint.prism with annotations of type Experimental Modifier and Type Field Description static QName
PrismConstants. VALUE_METADATA_CONTAINER_NAME
This is just an internal name for value metadata container.Methods in com.evolveum.midpoint.prism with annotations of type Experimental Modifier and Type Method Description void
MutableComplexTypeDefinition. addSubstitution(ItemDefinition<?> itemDef, ItemDefinition<?> maybeSubst)
static <T extends Objectable>
PrismObject<T>PrismObject. cast(PrismObject<?> object, Class<T> type)
default <C extends Containerable>
CContainerable. cloneWithoutId()
Creates a clone but with ID removed.<V extends PrismValue,D extends ItemDefinition>
Item<V,D>ItemFactory. createDummyItem(Item<V,D> itemOld, D definition, ItemPath path)
Creates a dummy container with a fixed path.<A> A
Definition. getAnnotation(QName qname)
Returns generic definition annotation.QName
PrismContext. getDefaultReferenceTypeName()
Type name for serialization of Referencable that's not of XML type (e.g.List<ItemDiagramSpecification>
Definition. getDiagrams()
QName
PrismContext. getExtensionContainerTypeName()
EquivalenceStrategy
PrismContext. getProvenanceEquivalenceStrategy()
default @Nullable Object
PrismValue. getRealValueOrRawType(PrismContext prismContext)
default @NotNull Collection<Object>
Item. getRealValuesOrRawTypes(PrismContext prismContext)
QName
ItemDefinition. getSubstitutionHead()
Returns the name of an element this one can be substituted for (e.g.@NotNull ValueMetadata
PrismValue. getValueMetadata()
Maybe it is better to expect empty value metadata if these are absent.default <C extends Containerable>
@NotNull PrismContainer<C>PrismValue. getValueMetadataAsContainer()
Returns value metadata as typed PrismContainer.ValueMetadataFactory
PrismContext. getValueMetadataFactory()
default List<PrismPropertyDefinition<?>>
ComplexTypeDefinition. getXmlAttributeDefinitions()
default boolean
PrismValue. hasRealClass()
boolean
ComplexTypeDefinition. hasSubstitutions()
default boolean
ComplexTypeDefinition. hasSubstitutions(QName qName)
Returns true if item has substitutions in current container definitiondefault boolean
TypeDefinition. isAssignableFrom(TypeDefinition other, SchemaRegistry registry)
boolean
ItemDefinition. isHeterogeneousListItem()
Can be used in heterogeneous lists as a list item.boolean
ItemDefinition. isIndexOnly()
If true, this item is not stored in XML representation in repo.boolean
ComplexTypeDefinition. isListMarker()
True if the complex type definition is a type dedicated to hold so-called https://docs.evolveum.com/midpoint/devel/design/xml-json-yaml-vs-xnode-vs-internal-data/heterogeneous-lists/[heterogeneous lists].default boolean
ComplexTypeDefinition. isStrictAnyMarker()
boolean
PrismValue. isTransient()
default Optional<ItemDefinition<?>>
ComplexTypeDefinition. itemOrSubstitution(QName name)
default void
MutableComplexTypeDefinition. setAttributeDefinitions(List<PrismPropertyDefinition<?>> definitions)
void
PrismContext. setExtraValidation(boolean value)
void
PrismValue. setTransient(boolean value)
void
PrismValue. setValueMetadata(Containerable realValue)
Sets metadata from this value (from PCV).void
PrismValue. setValueMetadata(PrismContainer<?> valueMetadata)
Sets metadata for this value.void
PrismValue. setValueMetadata(ValueMetadata valueMetadata)
Sets metadata for this value.void
PrismContext. setValueMetadataFactory(ValueMetadataFactory factory)
Optional<ComplexTypeDefinition>
ItemDefinition. structuredType()
Returns complex type definition of item, if underlying value is possible structured.Optional<ItemDefinition<?>>
ComplexTypeDefinition. substitution(QName name)
-
Uses of Experimental in com.evolveum.midpoint.prism.annotation
Classes in com.evolveum.midpoint.prism.annotation with annotations of type Experimental Modifier and Type Class Description class
ItemDiagramSpecification
-
Uses of Experimental in com.evolveum.midpoint.prism.delta
Methods in com.evolveum.midpoint.prism.delta with annotations of type Experimental Modifier and Type Method Description void
ObjectDelta. removeEstimatedOldValues()
void
ObjectDelta. removeOperationalItems()
-
Uses of Experimental in com.evolveum.midpoint.prism.metadata
Classes in com.evolveum.midpoint.prism.metadata with annotations of type Experimental Modifier and Type Interface Description interface
ValueMetadataFactory
Provides empty value metadata. -
Uses of Experimental in com.evolveum.midpoint.prism.path
Classes in com.evolveum.midpoint.prism.path with annotations of type Experimental Modifier and Type Class Description class
PathKeyedMap<T>
Special case of a map that has ItemPath as a key.class
PathSet
-
Uses of Experimental in com.evolveum.midpoint.prism.polystring
Methods in com.evolveum.midpoint.prism.polystring with annotations of type Experimental Modifier and Type Method Description void
PolyString. setLang(Map<String,String> lang)
Do NOT rely on this method too much.void
PolyString. setTranslation(PolyStringTranslationType translation)
Do NOT rely on this method too much. -
Uses of Experimental in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema with annotations of type Experimental Modifier and Type Method Description boolean
SchemaRegistry. isAssignableFromGeneral(@NotNull QName superType, @NotNull QName subType)
Crawls through the type definition tree. -
Uses of Experimental in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with annotations of type Experimental Modifier and Type Method Description void
PrismMonitor. afterObjectParsing(@Nullable PrismObject<?> object)
void
PrismMonitor. afterObjectSerialization(@NotNull PrismObject<?> item)
void
PrismMonitor. beforeObjectParsing()
Beware! This may not cover all object parsing operations.void
PrismMonitor. beforeObjectSerialization(@NotNull PrismObject<?> item)
Beware! This may not cover all object serializations.static <T> List<T>
CloneUtil. cloneCollectionMembersWithoutIds(Collection<T> collection)
-
Uses of Experimental in com.evolveum.midpoint.prism.xnode
Classes in com.evolveum.midpoint.prism.xnode with annotations of type Experimental Modifier and Type Interface Description interface
IncompleteMarkerXNode
This is a marker that a given prism item is incomplete. -
Uses of Experimental in com.evolveum.midpoint.schema
Classes in com.evolveum.midpoint.schema with annotations of type Experimental Modifier and Type Interface Description interface
AcknowledgementSink
Denotes an object capable of receiving an acknowledge that an item was processed.class
RepositoryQueryDiagRequest
Query diagnostics request: contains query to be executed (or at least translated) and some options.class
RepositoryQueryDiagResponse
Response from the "diagnose query" operation.Methods in com.evolveum.midpoint.schema with annotations of type Experimental Modifier and Type Method Description static GetOperationOptions
GetOperationOptions. createDistinct()
Should the results be made distinct.SearchResultList<T>
SearchResultList. deepClone()
Just to emphasize the semantics.static Collection<SelectorOptions<GetOperationOptions>>
GetOperationOptions. disableReadOnly(Collection<SelectorOptions<GetOperationOptions>> options)
Disables readOnly option (while not modifying the original object).SearchResultList<T>
SearchResultList. shallowClone()
Just to indicate that clone() is a deep one :)SearchResultList<T>
SearchResultList. toDeeplyFrozenList()
Returns deep frozen list - either this or a clone.boolean
ObjectDeltaOperation. wasReallyExecuted()
Approximate information if the delta was "really" executed i.e. -
Uses of Experimental in com.evolveum.midpoint.schema.messaging
Classes in com.evolveum.midpoint.schema.messaging with annotations of type Experimental Modifier and Type Class Description class
JsonAsyncProvisioningRequest
A simplified representation of a requested asynchronous provisioning operation.class
MessageWrapper
Provides basic message-manipulation methods to be used in scripts (typically, async update transformation scripts). -
Uses of Experimental in com.evolveum.midpoint.schema.metadata
Classes in com.evolveum.midpoint.schema.metadata with annotations of type Experimental Modifier and Type Class Description class
MidpointProvenanceEquivalenceStrategy
Used to compare metadata from the provenance point of view.class
MidpointValueMetadataFactory
-
Uses of Experimental in com.evolveum.midpoint.schema.processor
Classes in com.evolveum.midpoint.schema.processor with annotations of type Experimental Modifier and Type Class Description class
ObjectFactory
EXPERIMENTALMethods in com.evolveum.midpoint.schema.processor with annotations of type Experimental Modifier and Type Method Description Collection<QName>
ResourceObjectDefinition. getConfiguredAuxiliaryObjectClassNames()
Returns the names of auxiliary object classes that are "statically" defined for this object type (or object class, in the future). -
Uses of Experimental in com.evolveum.midpoint.schema.result
Methods in com.evolveum.midpoint.schema.result with annotations of type Experimental Modifier and Type Method Description void
OperationResult. recordFatalErrorIfNeeded(Throwable t)
Records a fatal error if it was not recorded before.void
OperationResult. switchHandledErrorToSuccess()
This is used in situations where handled error is actually the success. -
Uses of Experimental in com.evolveum.midpoint.schema.route
Classes in com.evolveum.midpoint.schema.route with annotations of type Experimental Modifier and Type Class Description class
ItemRouteSegment
-
Uses of Experimental in com.evolveum.midpoint.schema.statistics
Classes in com.evolveum.midpoint.schema.statistics with annotations of type Experimental Modifier and Type Class Description class
Data
Data to be displayed.class
ItemProcessing
Maintains information on processing of a given item: a resource object (for tasks like import or reconciliation), a repository object (e.g.class
IterativeOperationStartInfo
Represents data about iterative operation that starts.interface
ProgressCollector
Object capable of receiving updates on progress.class
RawFormatting
Formatting that - in fact - does nothing. -
Uses of Experimental in com.evolveum.midpoint.schema.traces
Classes in com.evolveum.midpoint.schema.traces with annotations of type Experimental Modifier and Type Class Description class
DictionaryExpander
Expands object references (from pointers to dictionary to full objects).class
OpNode
class
OpNodeFactory
interface
OpNodePresentation
TODOclass
OpNodeTreeBuilder
class
OpResultInfo
class
Options
class
OpType
class
PerformanceCategory
class
PerformanceCategoryInfo
class
TraceInfo
class
TraceParser
class
TraceUtil
class
TraceWriter
class
ViewedObject
class
ViewOptions
-
Uses of Experimental in com.evolveum.midpoint.schema.traces.operations
Classes in com.evolveum.midpoint.schema.traces.operations with annotations of type Experimental Modifier and Type Class Description class
ResolutionUtil
-
Uses of Experimental in com.evolveum.midpoint.schema.traces.visualizer
Classes in com.evolveum.midpoint.schema.traces.visualizer with annotations of type Experimental Modifier and Type Class Description class
ChangeExecutionVisualizer
class
ClockworkClickVisualizer
class
ClockworkExecutionVisualizer
class
DefaultVisualizer
class
FocusLoadVisualizer
class
FullProjectionLoadVisualizer
class
TraceTreeVisualizer
class
TraceVisualizerRegistry
TODO reworkinterface
Visualizer
-
Uses of Experimental in com.evolveum.midpoint.schema.util
Classes in com.evolveum.midpoint.schema.util with annotations of type Experimental Modifier and Type Class Description class
MappingUtil
class
ProvenanceMetadataUtil
class
SimpleExpressionUtil
Very simple expression utils.Methods in com.evolveum.midpoint.schema.util with annotations of type Experimental Modifier and Type Method Description static UcfChangeType
UcfChangeUtil. createFromAsyncProvisioningRequest(JsonAsyncProvisioningRequest request, String defaultNamespace, PrismContext prismContext)
CreatesUcfChangeType
fromJsonAsyncProvisioningRequest
.static ObjectReferenceType
ObjectTypeUtil. createOidOnlyObjectRef(ObjectType object)
Creates a very basic (OID-only) reference for a given object.static String
AssignmentUtil. getAssignmentInfo(AssignmentType assignment)
static String
AssignmentUtil. getSegmentInfo(AssignmentPathSegmentType segment)
-
Uses of Experimental in com.evolveum.midpoint.schema.util.task
Classes in com.evolveum.midpoint.schema.util.task with annotations of type Experimental Modifier and Type Class Description class
ActivityPerformanceInformation
Extract of the most relevant performance information about an activity.static interface
ActivityTreeUtil.ActivityStateProcessor
static interface
ActivityTreeUtil.ActivityStateTransformer<X>
static interface
ActivityTreeUtil.LocalActivityStateProcessor
static interface
ActivityTreeUtil.LocalActivityStateTransformer<X>
interface
TaskResolver
Used to resolve tasks (mainly subtasks) in various utility methods in this package. -
Uses of Experimental in com.evolveum.midpoint.util
Classes in com.evolveum.midpoint.util with annotations of type Experimental Modifier and Type Interface Description interface
CheckedConsumer<T>
Almost the same as Consumer but this one is Serializable and can throw CommonException.interface
CheckedFunction<T,R>
Almost the same as Function but this one is Serializable and can throw CommonException.interface
CheckedProducer<T>
Almost the same as Producer but this one can throw CommonException.interface
CheckedRunnable
Almost the same as Runnable but this one can throw CommonException and is serializable.static class
DebugUtil.LazilyDumpable
class
PatternMatcher
Matches a string against a set of patterns that can be either in "naive" format, using "*" as a wildcard, or in regex format.class
TransientCache<K,V>
Cache that is transient but can be declared final in serializable objects.Methods in com.evolveum.midpoint.util with annotations of type Experimental Modifier and Type Method Description static <T extends Throwable>
TMiscUtil. createSame(T original, String message)
static <T extends Throwable>
voidMiscUtil. throwAsSame(Throwable original, String message)
Re-throws the original exception wrapped in the same class (e.g. -
Uses of Experimental in com.evolveum.midpoint.util.caching
Fields in com.evolveum.midpoint.util.caching with annotations of type Experimental Modifier and Type Field Description AtomicInteger
CachePerformanceCollector.CacheData. overSizedQueries
AtomicInteger
CachePerformanceCollector.CacheData. skippedStaleData
Methods in com.evolveum.midpoint.util.caching with annotations of type Experimental Modifier and Type Method Description static boolean
CachePerformanceCollector. isExtra(String key)
void
CachePerformanceCollector. registerOverSizedQuery(Class<?> type)
void
CachePerformanceCollector. registerSkippedStaleData(Class<?> type)
-
Uses of Experimental in com.evolveum.midpoint.util.statistics
Classes in com.evolveum.midpoint.util.statistics with annotations of type Experimental Modifier and Type Class Description class
OperationInvocationRecord
This class provides basically the functionality of MidpointInterceptor.interface
OperationsPerformanceMonitor
EXPERIMENTAL. -
Uses of Experimental in com.evolveum.prism.xml.ns._public.types_3
Methods in com.evolveum.prism.xml.ns._public.types_3 with annotations of type Experimental Modifier and Type Method Description String
RawType. extractString()
TEMPORARY.void
RawType. setRawValue(XNode replacement)
Sets the new raw content, defined by an XNode.
-