Uses of Interface
com.evolveum.midpoint.prism.Containerable
Packages that use Containerable
Package
Description
GUI API package contains classes that are stable and intended for
public (third-party) usage.
Package for reusable and stable GUI Wicket Components.
Package that contains base page classes.
GUI API package for various utility classes and interfaces.
Implements gathering and evaluation of inbound mappings: both during clockwork and before it (for correlation purposes).
Prepares inbound mappings related to a _single projection_ (shadow) for evaluation.
Classes that support execution (run) of activities.
Deals with items processing: buffering, fetching by workers, processing.
This package is experimental and will be moved to prism project shortly.
Supports merging of (usually) configuration beans.
-
Uses of Containerable in com.evolveum.midpoint.common.validator
Classes in com.evolveum.midpoint.common.validator with type parameters of type ContainerableModifier and TypeInterfaceDescriptioninterfaceEventHandler<T extends Containerable>Set of callback methods used to convey information from the validator to the "working" code.classLegacyValidator<T extends Containerable>Class to validate (and possible transform) large sets of objects. -
Uses of Containerable in com.evolveum.midpoint.gui.api
Method parameters in com.evolveum.midpoint.gui.api with type arguments of type ContainerableModifier and TypeMethodDescriptionList<Class<? extends AbstractGuiColumn<?,?>>> DefaultGuiConfigurationCompiler.findAllApplicableColumns(Class<? extends Containerable> clazz) -
Uses of Containerable in com.evolveum.midpoint.gui.api.component
Classes in com.evolveum.midpoint.gui.api.component with type parameters of type Containerable -
Uses of Containerable in com.evolveum.midpoint.gui.api.factory
Classes in com.evolveum.midpoint.gui.api.factory with type parameters of type ContainerableModifier and TypeInterfaceDescriptioninterfaceContainerValueDataProviderFactory<T extends Containerable,C extends GuiListDataProviderType> static interfaceAllows customization of postFilter, pageStore and contentQuery for data providersMethods in com.evolveum.midpoint.gui.api.factory with type parameters of type ContainerableModifier and TypeMethodDescriptiondefault <T2 extends Containerable,C2 extends GuiListDataProviderType>
ContainerValueDataProviderFactory<T2,C2> ContainerValueDataProviderFactory.specializedFor(Class<T2> data, Class<C2> configuration) Returns factory specialized for supplied concrete data type and configuration type. -
Uses of Containerable in com.evolveum.midpoint.gui.api.factory.wrapper
Classes in com.evolveum.midpoint.gui.api.factory.wrapper with type parameters of type ContainerableModifier and TypeInterfaceDescriptioninterfacePrismContainerWrapperFactory<C extends Containerable>Methods in com.evolveum.midpoint.gui.api.factory.wrapper with type parameters of type ContainerableModifier and TypeMethodDescriptiondefault <C extends Containerable>
booleanWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
Uses of Containerable in com.evolveum.midpoint.gui.api.page
Methods in com.evolveum.midpoint.gui.api.page with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
PrismContainerWrapperFactory<C>PageAdminLTE.findContainerWrapperFactory(PrismContainerDefinition<C> def) <ID extends ItemDefinition,C extends Containerable>
ItemWrapperFactory<?,?, ?> PageAdminLTE.findWrapperFactory(ID def, PrismContainerValue<C> parentValue) <C extends Containerable>
org.apache.wicket.markup.html.panel.PanelPageBase.initContainerValuePanel(String id, org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> model, ItemPanelSettings settings) Method parameters in com.evolveum.midpoint.gui.api.page with type arguments of type ContainerableModifier and TypeMethodDescriptionList<Class<? extends AbstractGuiColumn<?,?>>> PageAdminLTE.findAllApplicableGuiColumns(Class<? extends Containerable> clazz) -
Uses of Containerable in com.evolveum.midpoint.gui.api.prism.wrapper
Classes in com.evolveum.midpoint.gui.api.prism.wrapper with type parameters of type ContainerableModifier and TypeInterfaceDescriptioninterfacePrismContainerValueWrapper<C extends Containerable>interfacePrismContainerWrapper<C extends Containerable>Methods in com.evolveum.midpoint.gui.api.prism.wrapper with type parameters of type ContainerableModifier and TypeMethodDescription<T extends Containerable>
PrismContainerWrapper<T>PrismContainerValueWrapper.findContainer(ItemPath path) <T extends Containerable>
PrismContainerWrapper<T>PrismContainerValueWrapper.findContainer(String identifier) <T extends Containerable>
PrismContainerWrapper<T>PrismContainerWrapper.findContainer(ItemPath path) <T extends Containerable>
PrismContainerWrapper<T>PrismContainerWrapper.findContainer(String identifier) <T extends Containerable>
PrismContainerValueWrapper<T>PrismContainerValueWrapper.findContainerValue(ItemPath path) <T extends Containerable>
PrismContainerValueWrapper<T>PrismContainerWrapper.findContainerValue(ItemPath path) <C extends Containerable>
PrismContainerValueWrapper<C>ItemWrapper.getParentContainerValue(Class<? extends C> parentClass) <C extends Containerable>
PrismContainerValueWrapper<C>PrismValueWrapper.getParentContainerValue(Class<? extends C> parentClass) Methods in com.evolveum.midpoint.gui.api.prism.wrapper that return types with arguments of type ContainerableModifier and TypeMethodDescriptionList<PrismContainerWrapper<? extends Containerable>>PrismContainerValueWrapper.getContainers()List<PrismContainerWrapper<? extends Containerable>>PrismContainerValueWrapper.getContainers(ContainerPanelConfigurationType config, ModelServiceLocator modelServiceLocator) PrismContainerWrapper<? extends Containerable>PrismContainerValueWrapper.getSelectedChild()PrismContainerWrapper<? extends Containerable>PrismContainerWrapper.getSelectedChild()Method parameters in com.evolveum.midpoint.gui.api.prism.wrapper with type arguments of type ContainerableModifier and TypeMethodDescriptiondefault PrismContainerWrapper<C>PrismContainerWrapper.cloneVirtualContainerWithNewValue(PrismContainerValueWrapper<? extends Containerable> parent, ModelServiceLocator modelServiceLocator) -
Uses of Containerable in com.evolveum.midpoint.gui.api.registry
Methods in com.evolveum.midpoint.gui.api.registry with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
ContainerableDuplicateResolver<C>GuiComponentRegistry.findContainerableDuplicateResolver(PrismContainerDefinition<C> def) Find duplicate resolver by definition of duplicated item.<C extends Containerable,P extends Containerable>
ContainerableDuplicateResolver<C>GuiComponentRegistry.findContainerableDuplicateResolver(PrismContainerDefinition<C> def, @Nullable PrismContainerValue<P> parent) Find duplicate resolver by definition of duplicated item and its parent.<C extends Containerable,P extends Containerable>
ContainerableDuplicateResolver<C>GuiComponentRegistry.findContainerableDuplicateResolver(PrismContainerDefinition<C> def, @Nullable PrismContainerValue<P> parent) Find duplicate resolver by definition of duplicated item and its parent.<C extends Containerable>
PrismContainerWrapperFactory<C>GuiComponentRegistry.findContainerWrapperFactory(PrismContainerDefinition<C> def) <IW extends ItemWrapper,VW extends PrismValueWrapper, PV extends PrismValue, C extends Containerable>
ItemWrapperFactory<IW,VW, PV> GuiComponentRegistry.findWrapperFactory(ItemDefinition<?> def, PrismContainerValue<C> parent) default <T extends Containerable>
ContainerValueDataProviderFactory<T,?> DataProviderRegistry.forContainerValue(Class<T> dataType, GuiObjectListViewType viewConfig, Class<? extends GuiListDataProviderType> defaultProvider) Returns provider factory for supplied data type and configuraitno.<T extends Containerable,C extends GuiListDataProviderType>
ContainerValueDataProviderFactory<T,C> DataProviderRegistry.forContainerValue(Class<T> dataType, Class<C> configurationType) -
Uses of Containerable in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
voidWebPrismUtil.cleanupEmptyContainers(PrismContainer<C> container) static <C extends Containerable>
PrismContainerValue<C>WebPrismUtil.cleanupEmptyContainerValue(PrismContainerValue<C> value) static <T extends Containerable>
QNameWebComponentUtil.containerClassToQName(PrismContext prismContext, Class<T> clazz) static <C extends Containerable>
intWebModelServiceUtils.countContainers(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, PageBase page) static <C extends Containerable>
LoadableModel<PrismContainerDefinition<C>>WebComponentUtil.getContainerDefinitionModel(Class<C> clazz) static <C extends Containerable>
GuiObjectListViewTypeWebComponentUtil.getPrincipalUserObjectListView(PageAdminLTE parentPage, FocusType principalFocus, @NotNull Class<C> viewType, boolean createIfNotExist, String defaultIdentifier) static <C extends Containerable,AGA extends AbstractGuiAction<C>>
AbstractGuiAction<C>WebComponentUtil.instantiateAction(Class<? extends AbstractGuiAction<C>> actionClass) static <C extends Containerable>
AbstractGuiAction<C>WebComponentUtil.instantiateAction(Class<? extends AbstractGuiAction<C>> actionClass, GuiActionType guiActionType) static <C extends Containerable>
booleanWebPrismUtil.isEmptyContainer(PrismContainer<C> container) static <C extends Containerable>
booleanWebPrismUtil.isUseAsEmptyValue(PrismContainerValue<C> valueAfter) static <C extends Containerable>
Class<C>WebComponentUtil.qnameToContainerClass(PrismContext prismContext, QName type) static <C extends Containerable>
List<C>WebModelServiceUtils.searchContainers(Class<C> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult result, PageBase page) Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type ContainerableModifier and TypeMethodDescriptionstatic PrismContainerValueWebPrismUtil.findContainerValueParent(@NotNull Item child, Class<? extends Containerable> clazz) static PrismContainerValueWebPrismUtil.findContainerValueParent(@NotNull PrismContainerValue child, Class<? extends Containerable> clazz) static voidWebPrismUtil.sortContainers(List<PrismContainerWrapper<? extends Containerable>> containers) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.component
Classes in com.evolveum.midpoint.gui.impl.component with type parameters of type ContainerableModifier and TypeClassDescriptionclassBasicMultivalueContainerListPanel<C extends Containerable>classButtonBar<C extends Containerable,PO extends SelectableRow> classMultivalueContainerDetailsPanel<C extends Containerable>classMultivalueContainerListPanel<C extends Containerable>class -
Uses of Containerable in com.evolveum.midpoint.gui.impl.component.action
Classes in com.evolveum.midpoint.gui.impl.component.action with type parameters of type ContainerableModifier and TypeClassDescriptionclassAbstractGuiAction<C extends Containerable>classActionDropdownButtonPanel<C extends Containerable>classActionItemLinkPanel<C extends Containerable>classActionsPanel<C extends Containerable>classGuiActionDto<C extends Containerable> -
Uses of Containerable in com.evolveum.midpoint.gui.impl.component.data.column
Classes in com.evolveum.midpoint.gui.impl.component.data.column with type parameters of type ContainerableModifier and TypeClassDescriptionclassAbstractItemWrapperColumn<C extends Containerable,VW extends PrismValueWrapper> classLifecycleStateBadgeColumn<C extends Containerable>classLifecycleStateColumn<C extends Containerable>classLinkPrismPropertyColumn<C extends Containerable,T> classPrismContainerWrapperColumn<C extends Containerable>classPrismContainerWrapperColumnPanel<C extends Containerable>classPrismPropertyWrapperColumn<C extends Containerable,T> classPrismReferenceWrapperColumn<C extends Containerable,R extends Referencable> -
Uses of Containerable in com.evolveum.midpoint.gui.impl.component.data.provider
Classes in com.evolveum.midpoint.gui.impl.component.data.provider with type parameters of type ContainerableModifier and TypeClassDescriptionclassContainerListDataProvider<C extends Containerable>Created by honcharclassMultivalueContainerListDataProvider<C extends Containerable>classSelectableBeanContainerDataProvider<C extends Containerable> -
Uses of Containerable in com.evolveum.midpoint.gui.impl.component.input
Classes in com.evolveum.midpoint.gui.impl.component.input with type parameters of type ContainerableMethods in com.evolveum.midpoint.gui.impl.component.input that return types with arguments of type ContainerableModifier and TypeMethodDescriptionprotected PrismContainerDefinition<? extends Containerable>FocusDefinitionsMappingProvider.getFocusTypeDefinition(ResourceObjectTypeDefinitionType resourceObjectType) Method parameters in com.evolveum.midpoint.gui.impl.component.input with type arguments of type ContainerableModifier and TypeMethodDescriptionFocusDefinitionsMappingProvider.collectAvailableDefinitions(String input, PrismContainerDefinition<? extends Containerable> focusDef) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.component.tile
Classes in com.evolveum.midpoint.gui.impl.component.tile with type parameters of type ContainerableModifier and TypeClassDescriptionclassMultiSelectContainerTileTablePanel<E extends Serializable,C extends Containerable> classSingleSelectContainerTileTablePanel<C extends Containerable>Methods in com.evolveum.midpoint.gui.impl.component.tile that return types with arguments of type ContainerableModifier and TypeMethodDescriptionprotected abstract Class<? extends Containerable>SingleSelectTileTablePanel.getType() -
Uses of Containerable in com.evolveum.midpoint.gui.impl.component.wizard
Classes in com.evolveum.midpoint.gui.impl.component.wizard with type parameters of type ContainerableModifier and TypeClassDescriptionclassAbstractVerifiableWizardBasicPanel<C extends Containerable,AHD extends AssignmentHolderDetailsModel> classclassAbstractWizardPanel<C extends Containerable,AHD extends AssignmentHolderDetailsModel> classAbstractWizardTable<C extends Containerable,CV extends Containerable> classAbstractWizardTable<C extends Containerable,CV extends Containerable> classAbstractWizardWithChoicePanel<C extends Containerable,AHD extends AssignmentHolderDetailsModel> classMultiSelectContainerTileWizardStepPanel<E extends Serializable,C extends Containerable, ODM extends ObjectDetailsModels> classSingleTileWizardStepPanel<O extends ObjectType,ODM extends ObjectDetailsModels, V extends Containerable> classWizardPanelHelper<C extends Containerable,AHD extends AssignmentHolderDetailsModel> Methods in com.evolveum.midpoint.gui.impl.component.wizard with type parameters of type ContainerableModifier and TypeMethodDescriptionprotected <V extends Containerable>
WizardPanelHelper<V,AHD> AbstractWizardWithChoicePanel.createHelper(ItemPath path, boolean isWizardFlow) protected <C extends Containerable>
voidSelectTileWizardStepPanel.performSelectedTile(String oid, QName typeName, PrismContainerValueWrapper<C> value) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.duplication
Classes in com.evolveum.midpoint.gui.impl.duplication with type parameters of type ContainerableModifier and TypeInterfaceDescriptioninterfaceContainerableDuplicateResolver<C extends Containerable>Execute changes for duplicated containerable object.Methods in com.evolveum.midpoint.gui.impl.duplication with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
voidDuplicationProcessHelper.addDuplicationActionForContainer(List<InlineMenuItem> menuItems, SerializableBiConsumer<PrismContainerValue<C>, org.apache.wicket.ajax.AjaxRequestTarget> createDuplicatedItem, PageBase pageBase) Adding new action for duplication of container value to items menu.static <C extends Containerable>
PrismContainerValue<C>DuplicationProcessHelper.duplicateContainerValueDefault(PrismContainerValue<C> container) Duplicate container value that can be reused.static <C extends Containerable>
voidDuplicationProcessHelper.removeMappingAlias(PrismContainerValue<C> containerValue) Remove all mapping alias in container. -
Uses of Containerable in com.evolveum.midpoint.gui.impl.factory.duplicateresolver
Classes in com.evolveum.midpoint.gui.impl.factory.duplicateresolver with type parameters of type ContainerableMethods in com.evolveum.midpoint.gui.impl.factory.duplicateresolver with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
booleanMappingDuplicateResolver.match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.factory.panel
Classes in com.evolveum.midpoint.gui.impl.factory.panel with type parameters of type ContainerableModifier and TypeClassDescriptionclassDefaultContainerablePanelFactory<C extends Containerable>classMetadataPanelFactory<C extends Containerable>classPrismContainerPanelContext<C extends Containerable> -
Uses of Containerable in com.evolveum.midpoint.gui.impl.factory.panel.expression
Methods in com.evolveum.midpoint.gui.impl.factory.panel.expression that return types with arguments of type ContainerableModifier and TypeMethodDescriptionprotected Class<? extends Containerable>AssociationConstructionExpressionPanelFactory.getEvaluatorClass()protected abstract Class<? extends Containerable>AssociationReferenceAttributeExpressionPanelFactory.getEvaluatorClass()protected Class<? extends Containerable>AssociationSynchronizationExpressionPanelFactory.getEvaluatorClass()protected Class<? extends Containerable>AssociationConstructionExpressionPanelFactory.getMappingsClass()protected abstract Class<? extends Containerable>AssociationReferenceAttributeExpressionPanelFactory.getMappingsClass()protected Class<? extends Containerable>AssociationSynchronizationExpressionPanelFactory.getMappingsClass() -
Uses of Containerable in com.evolveum.midpoint.gui.impl.factory.wrapper
Classes in com.evolveum.midpoint.gui.impl.factory.wrapper with type parameters of type ContainerableModifier and TypeClassDescriptionclassAdminGuiContainerWrapperFactoryImpl<C extends Containerable>classAppendersWrapperFactoryImpl<C extends Containerable>classAssignmentDetailsWrapperFactoryImpl<C extends Containerable>classClassLoggerWrapperFactoryImpl<C extends Containerable>classHeterogenousContainerWrapperFactory<C extends Containerable>Just likePrismContainerWrapperFactoryImplbut setsPrismContainerValueWrapper.isHeterogenous()flag to `true`.classclassMetadataWrapperFactoryImpl<C extends Containerable>classclassOperationalContainerWrapperFactory<T extends Containerable>classPrismContainerWrapperFactoryImpl<C extends Containerable>classShadowAttributesWrapperFactoryImpl<C extends Containerable>Methods in com.evolveum.midpoint.gui.impl.factory.wrapper with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
booleanAdminGuiContainerWrapperFactoryImpl.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanChildOfReportParamWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanEffectiveMarkWrapperFactoryImpl.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanHeterogenousContainerWrapperFactory.match(ItemDefinition<?> itemDef, PrismContainerValue<C> parent) match single value containers which contains a looot of other conainers, e.g. policy rule, policy action, notification configuration, etc<C extends Containerable>
booleanMappingNameWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanMarkingPatternWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanMetadataWrapperFactoryImpl.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanOutboundAttributeMappingWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanPolicyStatementMarkRefWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanProvenanceMetadataWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanResourceObjectTypeArchetypeWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanResourceObjectTypeDefaultOptionalPolicyWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanRoleAnalysisAttributeSettingPropertyFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanTenantRefWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanVolatilityDependencyOperationWrapperFactoryImpl.match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.factory.wrapper.resourceAssociation
Classes in com.evolveum.midpoint.gui.impl.factory.wrapper.resourceAssociation with type parameters of type ContainerableModifier and TypeClassDescriptionclassclassMethods in com.evolveum.midpoint.gui.impl.factory.wrapper.resourceAssociation with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
booleanAssociationMappingExpressionWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanAssociationNameWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C1 extends Containerable>
booleanAssociationSynchronizationActionFactory.match(ItemDefinition<?> itemDef, PrismContainerValue<C1> parent) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.factory.wrapper.schema
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper.schema with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
booleanObjectReferenceTargetTypeWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanPrismSchemaItemWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanResourceSchemaWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanSchemaDefinitionWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanUnmodifiableSchemaItemIndexWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanUnmodifiableSchemaPropertiesWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) <C extends Containerable>
booleanUnmodifiableSchemaReferencesWrapperFactory.match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.model
Classes in com.evolveum.midpoint.gui.impl.model with type parameters of type ContainerableModifier and TypeClassDescriptionclassFlexibleLabelModel<C extends Containerable>Model that returns string value for a flexible label. -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin
Methods in com.evolveum.midpoint.gui.impl.page.admin with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
org.apache.wicket.model.IModel<PrismContainerWrapper<C>>AbstractObjectMainPanel.createContainerModel()<C extends Containerable>
Class<C>AbstractObjectMainPanel.getTypeClass() -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder with type parameters of type ContainerableModifier and TypeMethodDescriptionprotected <C extends Containerable,P extends AbstractWizardPanel<C, AHDM>>
PPageAssignmentHolderDetails.showWizard(PrismContainerValue<C> newValue, org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz) protected <C extends Containerable,P extends AbstractWizardPanel<C, AHDM>>
PPageAssignmentHolderDetails.showWizard(PrismContainerValue<C> newValue, org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz, org.apache.wicket.model.IModel<String> exitLabel) protected <C extends Containerable,P extends AbstractWizardPanel<C, AHDM>>
PPageAssignmentHolderDetails.showWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz) protected <C extends Containerable,P extends AbstractWizardPanel<C, AHDM>>
PPageAssignmentHolderDetails.showWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz, org.apache.wicket.model.IModel<String> exitLabel) protected <C extends Containerable,P extends AbstractWizardPanel<C, AHDM>>
PPageAssignmentHolderDetails.showWizardWithoutSave(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> valueModel, org.apache.wicket.ajax.AjaxRequestTarget target, Class<P> clazz) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.certification.column
Classes in com.evolveum.midpoint.gui.impl.page.admin.certification.column with type parameters of type ContainerableModifier and TypeClassDescriptionclassAbstractGuiColumn<C extends Containerable,S extends SelectableRow<C>> -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.certification.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.certification.component with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
org.apache.wicket.model.IModel<PrismContainerWrapper<C>>ActionConfigurationPanel.createContainerModel(org.apache.wicket.model.IModel<PrismContainerValueWrapper<Containerable>> model, ItemPath path) Methods in com.evolveum.midpoint.gui.impl.page.admin.certification.component that return types with arguments of type ContainerableModifier and TypeMethodDescriptionprotected org.apache.wicket.model.IModel<PrismContainerWrapper<Containerable>>ActionConfigurationPanel.createVirtualContainerModel(org.apache.wicket.model.IModel<PrismContainerValueWrapper<Containerable>> model, VirtualContainersSpecificationType virtualContainer) Method parameters in com.evolveum.midpoint.gui.impl.page.admin.certification.component with type arguments of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
org.apache.wicket.model.IModel<PrismContainerWrapper<C>>ActionConfigurationPanel.createContainerModel(org.apache.wicket.model.IModel<PrismContainerValueWrapper<Containerable>> model, ItemPath path) protected org.apache.wicket.model.IModel<PrismContainerWrapper<Containerable>>ActionConfigurationPanel.createVirtualContainerModel(org.apache.wicket.model.IModel<PrismContainerValueWrapper<Containerable>> model, VirtualContainersSpecificationType virtualContainer) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.component
Classes in com.evolveum.midpoint.gui.impl.page.admin.component with type parameters of type ContainerableModifier and TypeClassDescriptionclassGenericMultivalueContainerPanel<C extends Containerable,O extends ObjectType> classGenericSingleContainerPanel<C extends Containerable,O extends ObjectType> -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.resource.component
Classes in com.evolveum.midpoint.gui.impl.page.admin.resource.component with type parameters of type ContainerableModifier and TypeClassDescriptionclassContainerWithLifecyclePanel<C extends Containerable>classSchemaHandlingObjectsPanel<C extends Containerable> -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard
Classes in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard with type parameters of type ContainerableModifier and TypeClassDescriptionclassAbstractResourceWizardBasicPanel<C extends Containerable>classAbstractValueFormResourceWizardStepPanel<C extends Containerable,ODM extends ObjectDetailsModels> Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard with type parameters of type ContainerableModifier and TypeMethodDescriptionprotected <Con extends Containerable,T extends Containerable>
org.apache.wicket.model.IModel<PrismContainerValueWrapper<Con>>AbstractValueFormResourceWizardStepPanel.createNewValueModel(org.apache.wicket.model.IModel<PrismContainerValueWrapper<T>> parentValue, ItemPath itempath) protected <Con extends Containerable,T extends Containerable>
org.apache.wicket.model.IModel<PrismContainerValueWrapper<Con>>AbstractValueFormResourceWizardStepPanel.createNewValueModel(org.apache.wicket.model.IModel<PrismContainerValueWrapper<T>> parentValue, ItemPath itempath) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling
Classes in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling with type parameters of type ContainerableModifier and TypeClassDescriptionclassMappingTile<T extends PrismContainerValueWrapper<? extends Containerable>>classMappingTilePanel<C extends Containerable>classSchemaHandlingTypesTableWizardPanel<C extends Containerable>Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling with type parameters of type ContainerableModifier and TypeMethodDescriptionprotected <T extends PrismContainerValueWrapper<? extends Containerable>>
voidMappingTilePanel.onConfigureClick(org.apache.wicket.ajax.AjaxRequestTarget target, MappingTile<T> modelObject) Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling with type arguments of type ContainerableModifier and TypeMethodDescriptionprotected voidMappingTilePanel.onRemovePerformed(PrismContainerValueWrapper<? extends Containerable> value, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.subject.mappingContainer
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.associationType.subject.mappingContainer that return types with arguments of type ContainerableModifier and TypeMethodDescriptionprotected Class<? extends Containerable>MappingContainerTablePanel.getType() -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType
Classes in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType with type parameters of type ContainerableModifier and TypeClassDescriptionclassAbstractSpecificMappingTileTable<C extends Containerable>classAbstractSpecificMappingWizardPanel<C extends Containerable>Method parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType with type arguments of type ContainerableModifier and TypeMethodDescriptionprotected org.apache.wicket.ComponentAbstractSpecificMappingTileTable.createTile(String id, org.apache.wicket.model.IModel<MappingTile<PrismContainerValueWrapper<Containerable>>> model) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.activation
Classes in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.activation with type parameters of type ContainerableMethods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.activation with type parameters of type ContainerableModifier and TypeMethodDescriptionprotected <T extends PrismContainerValueWrapper<? extends Containerable>>
voidCreateActivationMappingPopup.selectMapping(org.apache.wicket.model.IModel<T> valueModel, MappingTile.MappingDefinitionType mappingDefinitionType, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.attribute
Classes in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.attribute with type parameters of type ContainerableModifier and TypeClassDescriptionclassMappingOverridesTableWizardPanel<C extends Containerable>classMappingOverrideTable<C extends Containerable> -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.attribute.mapping
Classes in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.attribute.mapping with type parameters of type ContainerableModifier and TypeClassDescriptionclassAbstractMappingsTable<P extends Containerable>classAttributeMappingsTable<P extends Containerable,AP extends Containerable> classAttributeMappingsTable<P extends Containerable,AP extends Containerable> classAttributeMappingsTableWizardPanel<P extends Containerable>classAttributeMappingWizardPanel<C extends Containerable>classInboundAttributeMappingsTable<P extends Containerable>classOutboundAttributeMappingsTable<P extends Containerable> -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.synchronization
Classes in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.schemaHandling.objectType.synchronization with type parameters of type ContainerableModifier and TypeClassDescriptionclassReactionMainSettingStepPanel<C extends Containerable>classReactionOptionalSettingStepPanel<C extends Containerable>classSynchronizationReactionTable<C extends AbstractSynchronizationReactionType,P extends Containerable> classSynchronizationReactionTableWizardPanel<C extends AbstractSynchronizationReactionType,P extends Containerable> classSynchronizationWizardPanel<C extends AbstractSynchronizationReactionType,P extends Containerable> -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.component.wizard.construction with type parameters of type ContainerableModifier and TypeMethodDescriptionprotected <C extends Containerable>
voidConstructionResourceStepPanel.performSelectedTile(String oid, QName typeName, PrismContainerValueWrapper<C> value) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.schema.component
Classes in com.evolveum.midpoint.gui.impl.page.admin.schema.component with type parameters of type Containerable -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component.notification
Classes in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component.notification with type parameters of type ContainerableModifier and TypeClassDescriptionclassDeprecatedPropertyWrapperModel<C extends Containerable,P> Deprecated. -
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.page
Methods in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.page that return types with arguments of type ContainerableModifier and TypeMethodDescriptionList<Class<? extends Containerable>>PageBaseSystemConfiguration.getAllDetailsTypes()List<Class<? extends Containerable>>PageSystemNotification.getAllDetailsTypes()List<Class<? extends Containerable>>PageSystemPolicies.getAllDetailsTypes()Class<? extends Containerable>PageAccessCertification.getDetailsType()Class<? extends Containerable>PageBaseSystemConfiguration.getDetailsType()Class<? extends Containerable>PageProfiling.getDetailsType()Class<? extends Containerable>PageRoleManagement.getDetailsType()Class<? extends Containerable>PageSystemAdminGui.getDetailsType()Class<? extends Containerable>PageSystemInternals.getDetailsType()Class<? extends Containerable>PageSystemLogging.getDetailsType()Class<? extends Containerable>PageSystemPolicies.getDetailsType()Class<? extends Containerable>PageSystemSecretsProviders.getDetailsType()Class<? extends Containerable>PageSystemWorkflow.getDetailsType() -
Uses of Containerable in com.evolveum.midpoint.gui.impl.prism.panel
Classes in com.evolveum.midpoint.gui.impl.prism.panel with type parameters of type ContainerableModifier and TypeClassDescriptionclassDefaultContainerablePanel<C extends Containerable,CVW extends PrismContainerValueWrapper<C>> classMetadataContainerPanel<C extends Containerable>classMetadataContainerValuePanel<C extends Containerable,CCW extends PrismContainerValueWrapper<C>> classPrismContainerColumnHeaderPanel<C extends Containerable>classPrismContainerHeaderPanel<C extends Containerable,PCW extends PrismContainerWrapper<C>> classPrismContainerPanel<C extends Containerable,PCW extends PrismContainerWrapper<C>> classPrismContainerValuePanel<C extends Containerable,CVW extends PrismContainerValueWrapper<C>> classSingleContainerPanel<C extends Containerable>classSingleContainerPopupPanel<C extends Containerable>classValueMetadataPanel<C extends Containerable,CVW extends PrismContainerValueWrapper<C>> Methods in com.evolveum.midpoint.gui.impl.prism.panel with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
org.apache.wicket.model.IModel<PrismContainerWrapper<C>>SingleContainerPanel.createContainerModel(ItemPath path) Methods in com.evolveum.midpoint.gui.impl.prism.panel that return types with arguments of type ContainerableModifier and TypeMethodDescriptionprotected org.apache.wicket.model.IModel<List<PrismContainerWrapper<? extends Containerable>>>DefaultContainerablePanel.createContainersModel() -
Uses of Containerable in com.evolveum.midpoint.gui.impl.prism.panel.component
Classes in com.evolveum.midpoint.gui.impl.prism.panel.component with type parameters of type ContainerableModifier and TypeClassDescriptionclassListContainersPopup<C extends Containerable,CV extends PrismContainerValueWrapper<C>> -
Uses of Containerable in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form
Classes in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form with type parameters of type ContainerableModifier and TypeClassDescriptionclassVerticalFormContainerHeaderPanel<C extends Containerable>classclassVerticalFormPanel<C extends Containerable>classVerticalFormPrismContainerPanel<C extends Containerable>classVerticalFormPrismContainerValuePanel<C extends Containerable,CVW extends PrismContainerValueWrapper<C>> Methods in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form that return types with arguments of type ContainerableModifier and TypeMethodDescriptionprotected org.apache.wicket.model.IModel<List<PrismContainerWrapper<? extends Containerable>>>VerticalFormDefaultContainerablePanel.createContainersModel()Method parameters in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form with type arguments of type ContainerableModifier and TypeMethodDescriptionprotected booleanVerticalFormDefaultContainerablePanel.isVisibleSubContainer(PrismContainerWrapper<? extends Containerable> c) protected booleanVerticalFormPanel.isVisibleSubContainer(PrismContainerWrapper<? extends Containerable> c) protected booleanVerticalFormPrismContainerPanel.isVisibleSubContainer(PrismContainerWrapper<? extends Containerable> c) protected booleanVerticalFormPrismContainerValuePanel.isVisibleSubContainer(PrismContainerWrapper<? extends Containerable> c) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper with type parameters of type ContainerableModifier and TypeClassDescriptionclassAssociationMappingExpressionWrapper<C extends Containerable>classAttributeMappingValueWrapper<C extends Containerable>classPrismContainerValueWrapperImpl<C extends Containerable>classPrismContainerWrapperImpl<C extends Containerable>classMethods in com.evolveum.midpoint.gui.impl.prism.wrapper with type parameters of type ContainerableModifier and TypeMethodDescription<T extends Containerable>
PrismContainerWrapper<T>PrismContainerValueWrapperImpl.findContainer(ItemPath path) <T extends Containerable>
PrismContainerWrapper<T>PrismContainerValueWrapperImpl.findContainer(String identifier) <T extends Containerable>
PrismContainerWrapper<T>PrismContainerWrapperImpl.findContainer(ItemPath path) <T extends Containerable>
PrismContainerWrapper<T>PrismContainerWrapperImpl.findContainer(String identifier) <T extends Containerable>
PrismContainerWrapper<T>ValueMetadataWrapperImpl.findContainer(ItemPath path) <T extends Containerable>
PrismContainerWrapper<T>ValueMetadataWrapperImpl.findContainer(String identifier) <T extends Containerable>
PrismContainerValueWrapper<T>PrismContainerValueWrapperImpl.findContainerValue(ItemPath path) <T extends Containerable>
PrismContainerValueWrapper<T>ValueMetadataWrapperImpl.findContainerValue(ItemPath path) <C extends Containerable>
PrismContainerValueWrapper<C>ItemWrapperImpl.getParentContainerValue(Class<? extends C> parentClass) <C extends Containerable>
PrismContainerValueWrapper<C>PrismValueWrapperImpl.getParentContainerValue(@NotNull Class<? extends C> parentClass) <C extends Containerable>
PrismContainerValueWrapper<C>ValueMetadataWrapperImpl.getParentContainerValue(Class<? extends C> parentClass) Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return types with arguments of type ContainerableModifier and TypeMethodDescriptionList<PrismContainerDefinition<? extends Containerable>>ValueMetadataWrapperImpl.getChildContainers()List<PrismContainerWrapper<? extends Containerable>>PrismContainerValueWrapperImpl.getContainers()List<PrismContainerWrapper<? extends Containerable>>PrismContainerValueWrapperImpl.getContainers(ContainerPanelConfigurationType config, ModelServiceLocator modelServiceLocal) List<PrismContainerWrapper<? extends Containerable>>PrismObjectValueWrapperImpl.getContainers()PrismContainerWrapper<? extends Containerable>PrismContainerValueWrapperImpl.getSelectedChild()PrismContainerWrapper<? extends Containerable>PrismContainerWrapperImpl.getSelectedChild()PrismContainerWrapper<? extends Containerable>ValueMetadataWrapperImpl.getSelectedChild()Method parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type ContainerableModifier and TypeMethodDescriptionPrismContainerWrapperImpl.cloneVirtualContainerWithNewValue(PrismContainerValueWrapper<? extends Containerable> parent, ModelServiceLocator modelServiceLocator) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.registry
Methods in com.evolveum.midpoint.gui.impl.registry with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
ContainerableDuplicateResolver<C>GuiComponentRegistryImpl.findContainerableDuplicateResolver(PrismContainerDefinition<C> def) <C extends Containerable,P extends Containerable>
ContainerableDuplicateResolver<C>GuiComponentRegistryImpl.findContainerableDuplicateResolver(PrismContainerDefinition<C> def, @Nullable PrismContainerValue<P> parent) <C extends Containerable,P extends Containerable>
ContainerableDuplicateResolver<C>GuiComponentRegistryImpl.findContainerableDuplicateResolver(PrismContainerDefinition<C> def, @Nullable PrismContainerValue<P> parent) <C extends Containerable>
PrismContainerWrapperFactory<C>GuiComponentRegistryImpl.findContainerWrapperFactory(PrismContainerDefinition<C> def) <IW extends ItemWrapper,VW extends PrismValueWrapper, PV extends PrismValue, C extends Containerable>
ItemWrapperFactory<IW,VW, PV> GuiComponentRegistryImpl.findWrapperFactory(ItemDefinition<?> def, PrismContainerValue<C> parent) <T extends Containerable,C extends GuiListDataProviderType>
ContainerValueDataProviderFactory<T,C> DataProviderRegistryImpl.forContainerValue(Class<T> dataType, Class<C> configurationType) -
Uses of Containerable in com.evolveum.midpoint.gui.impl.util
Methods in com.evolveum.midpoint.gui.impl.util with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
QNameGuiImplUtil.getContainerableTypeName(@NotNull Class<C> containerable) static <C extends Containerable>
StringGuiDisplayNameUtil.getDisplayName(PrismContainerValue<C> prismContainerValue) static <C extends Containerable>
StringGuiImplUtil.getObjectStatus(Object object) Method parameters in com.evolveum.midpoint.gui.impl.util with type arguments of type ContainerableModifier and TypeMethodDescriptionstatic StringIconAndStylesUtil.createMappingIcon(PrismContainerValueWrapper<? extends Containerable> object) static StringIconAndStylesUtil.createMappingIcon(PrismContainerDefinition<? extends Containerable> def) static voidDetailsPageUtil.dispatchToListPage(Class<? extends Containerable> objectClass, String collectionViewId, org.apache.wicket.Component component, boolean failIfUnsupported) -
Uses of Containerable in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with type parameters of type ContainerableModifier and TypeMethodDescriptiondefault <T extends Containerable>
IntegerModelService.countContainers(TypedQuery<T> query, Task task, OperationResult parentResult) <T extends Containerable>
IntegerModelService.countContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) <T extends Containerable>
SearchResultList<T>ModelService.searchContainers(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull Task task, @NotNull OperationResult parentResult) Search for "sub-object" structures, i.e. containers.default <T extends Containerable>
SearchResultList<T>ModelService.searchContainers(TypedQuery<T> query, Task task, OperationResult parentResult) <T extends Containerable>
SearchResultMetadataModelService.searchContainersIterative(Class<T> type, ObjectQuery query, ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, Task task, OperationResult parentResult) Method parameters in com.evolveum.midpoint.model.api with type arguments of type ContainerableModifier and TypeMethodDescription@NotNull CompiledObjectCollectionViewModelInteractionService.compileObjectCollectionView(@NotNull CollectionRefSpecificationType collection, @Nullable Class<? extends Containerable> targetTypeClass, @NotNull Task task, @NotNull OperationResult result) -
Uses of Containerable in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context that return types with arguments of type ContainerableModifier and TypeMethodDescriptionMap<String,Collection<? extends Containerable>> ModelContext.getHookPreviewResultsMap() -
Uses of Containerable in com.evolveum.midpoint.model.api.correlation
Classes in com.evolveum.midpoint.model.api.correlation with type parameters of type ContainerableMethods in com.evolveum.midpoint.model.api.correlation that return ContainerableModifier and TypeMethodDescription@NotNull ContainerableCorrelationContext.getPreFocusContainerable()@NotNull ContainerableCorrelationContext.AssociationValue.getPrimaryCorrelatedObject()@NotNull ContainerableCorrelationContext.Focus.getPrimaryCorrelatedObject()abstract @NotNull ContainerableCorrelationContext.getPrimaryCorrelatedObject()Returns the object (e.g. shadow or focus or its part) that is being correlated.@NotNull ContainerableCorrelationContext.Shadow.getPrimaryCorrelatedObject()Methods in com.evolveum.midpoint.model.api.correlation that return types with arguments of type ContainerableModifier and TypeMethodDescription@Nullable Collection<? extends Containerable>CorrelationContext.getCandidatePool()@NotNull Class<? extends Containerable>CorrelationContext.getFocusContainerableType()Methods in com.evolveum.midpoint.model.api.correlation with parameters of type ContainerableModifier and TypeMethodDescriptionstatic SimplifiedCorrelationResultSimplifiedCorrelationResult.existingOwner(@NotNull Containerable owner) Constructors in com.evolveum.midpoint.model.api.correlation with parameters of type ContainerableModifierConstructorDescriptionAssociationValue(@NotNull ShadowAssociationValue associationValue, @NotNull Containerable preFocus, @Nullable Collection<? extends Containerable> candidatePool, @Nullable SystemConfigurationType systemConfiguration, @NotNull Task task) CorrelationContext(@NotNull Containerable preFocus, @Nullable Collection<? extends Containerable> candidatePool, @Nullable SystemConfigurationType systemConfiguration, @NotNull Task task) Focus(@NotNull Containerable preFocus, @Nullable String archetypeOid, @NotNull Set<String> candidateOids, @Nullable SystemConfigurationType systemConfiguration, @NotNull Task task) Shadow(@NotNull ShadowType resourceObject, @NotNull ResourceType resource, @NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull Containerable preFocus, @Nullable Collection<? extends Containerable> candidatePool, @Nullable SystemConfigurationType systemConfiguration, @NotNull Task task) Constructor parameters in com.evolveum.midpoint.model.api.correlation with type arguments of type ContainerableModifierConstructorDescriptionAssociationValue(@NotNull ShadowAssociationValue associationValue, @NotNull Containerable preFocus, @Nullable Collection<? extends Containerable> candidatePool, @Nullable SystemConfigurationType systemConfiguration, @NotNull Task task) CorrelationContext(@NotNull Containerable preFocus, @Nullable Collection<? extends Containerable> candidatePool, @Nullable SystemConfigurationType systemConfiguration, @NotNull Task task) Shadow(@NotNull ShadowType resourceObject, @NotNull ResourceType resource, @NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull Containerable preFocus, @Nullable Collection<? extends Containerable> candidatePool, @Nullable SystemConfigurationType systemConfiguration, @NotNull Task task) -
Uses of Containerable in com.evolveum.midpoint.model.api.correlator
Methods in com.evolveum.midpoint.model.api.correlator that return ContainerableModifier and TypeMethodDescriptionabstract @NotNull ContainerableCandidateOwner.getValue()@NotNull ContainerableCandidateOwner.ValueBased.getValue()Methods in com.evolveum.midpoint.model.api.correlator with parameters of type ContainerableModifier and TypeMethodDescriptionvoidCandidateOwners.put(@NotNull Containerable candidate, @Nullable String externalId, double confidence) voidCandidateOwners.putValue(@NotNull Containerable value, @Nullable String externalId, double confidence) -
Uses of Containerable in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with type parameters of type Containerable -
Uses of Containerable in com.evolveum.midpoint.model.common.expression.functions
Methods in com.evolveum.midpoint.model.common.expression.functions with parameters of type ContainerableModifier and TypeMethodDescription<T> TBasicExpressionFunctions.getExtensionPropertyValue(Containerable containerable, @NotNull String localPart) <T> TBasicExpressionFunctions.getExtensionPropertyValue(Containerable containerable, groovy.namespace.QName propertyQname) <T> TBasicExpressionFunctions.getExtensionPropertyValue(Containerable containerable, String namespace, @NotNull String localPart) <T> TBasicExpressionFunctions.getExtensionPropertyValue(Containerable containerable, QName propertyQname) Returns the real value of an extension property (of an object, assignment, or similar structure), ornullif no value exists.<T> @NotNull Collection<T>BasicExpressionFunctions.getExtensionPropertyValues(Containerable object, groovy.namespace.QName propertyQname) <T> @NotNull Collection<T>BasicExpressionFunctions.getExtensionPropertyValues(Containerable containerable, String namespace, @NotNull String localPart) Returns real values of an extension property (of an object, assignment, or similar structure).<T> @NotNull Collection<T>BasicExpressionFunctions.getExtensionPropertyValues(Containerable object, QName propertyQname) @Nullable ReferencableBasicExpressionFunctions.getExtensionReferenceValue(Containerable containerable, String namespace, @NotNull String localPart) @Nullable ReferencableBasicExpressionFunctions.getExtensionReferenceValue(Containerable containerable, QName itemQName) Returns the value of an extension reference item (of an object, assignment, or similar structure), ornullif no value exists.<T> TBasicExpressionFunctions.getPropertyValue(Containerable c, ItemPathType path) <T> TBasicExpressionFunctions.getPropertyValue(Containerable c, String path) <T> Collection<T>BasicExpressionFunctions.getPropertyValues(Containerable c, ItemPathType path) <T> Collection<T>BasicExpressionFunctions.getPropertyValues(Containerable c, String path) voidBasicExpressionFunctions.setExtensionPropertyValues(@NotNull Containerable parent, @NotNull String propertyName, Object... values) voidBasicExpressionFunctions.setExtensionPropertyValues(@NotNull Containerable parent, @NotNull QName propertyName, Object... values) Sets the real values of a given extension property (of an object, assignment, or similar structure). -
Uses of Containerable in com.evolveum.midpoint.model.common.util
Methods in com.evolveum.midpoint.model.common.util with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <V extends PrismValue,D extends ItemDefinition<?>, C extends Containerable>
List<ItemDelta<V,D>> PopulatorUtil.computePopulateItemDeltas(PopulateType fromPopulate, PrismContainerDefinition<C> targetContainerDefinition, VariablesMap variables, ExpressionEvaluationContext context, OperationResult result) static <IV extends PrismValue,ID extends ItemDefinition<?>, C extends Containerable>
ItemDelta<IV,ID> PopulatorUtil.evaluatePopulateExpression(PopulateItemType populateItem, VariablesMap variables, ExpressionEvaluationContext context, PrismContainerDefinition<C> targetContainerDefinition, OperationResult result) -
Uses of Containerable in com.evolveum.midpoint.model.impl.controller
Methods in com.evolveum.midpoint.model.impl.controller with type parameters of type ContainerableModifier and TypeMethodDescription<T extends Containerable>
IntegerModelController.countContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult) <T extends Containerable>
SearchResultList<T>ModelController.searchContainers(@NotNull Class<T> type, @Nullable ObjectQuery origQuery, @Nullable Collection<SelectorOptions<GetOperationOptions>> rawOptions, @NotNull Task task, @NotNull OperationResult parentResult) <T extends Containerable>
SearchResultMetadataModelController.searchContainersIterative(Class<T> type, ObjectQuery origQuery, ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> rawOptions, Task task, OperationResult parentResult) Method parameters in com.evolveum.midpoint.model.impl.controller with type arguments of type ContainerableModifier and TypeMethodDescription@NotNull CompiledObjectCollectionViewModelInteractionServiceImpl.compileObjectCollectionView(@NotNull CollectionRefSpecificationType collectionRef, @Nullable Class<? extends Containerable> targetTypeClass, @NotNull Task task, @NotNull OperationResult result) -
Uses of Containerable in com.evolveum.midpoint.model.impl.correlator
Methods in com.evolveum.midpoint.model.impl.correlator with parameters of type ContainerableModifier and TypeMethodDescriptionprotected @NotNull ConfidenceBaseCorrelator.determineConfidence(@NotNull Containerable candidate, @Nullable BaseCorrelator.ConfidenceValueProvider confidenceValueProvider, @NotNull Task task, @NotNull OperationResult result) @Nullable ConfidenceBaseCorrelator.ConfidenceValueProvider.getConfidence(Containerable candidate, Task task, OperationResult result) Method parameters in com.evolveum.midpoint.model.impl.correlator with type arguments of type ContainerableModifier and TypeMethodDescriptionprotected CorrelationResultBaseCorrelator.createResult(@NotNull Collection<? extends Containerable> candidates, @Nullable BaseCorrelator.ConfidenceValueProvider confidenceValueProvider, @NotNull Task task, @NotNull OperationResult result) -
Uses of Containerable in com.evolveum.midpoint.model.impl.correlator.items
Methods in com.evolveum.midpoint.model.impl.correlator.items with parameters of type ContainerableModifier and TypeMethodDescriptionstatic CorrelationItemCorrelationItem.create(@NotNull CorrelationItemType itemBean, @NotNull CorrelatorContext<?> correlatorContext, @NotNull Containerable preFocus) -
Uses of Containerable in com.evolveum.midpoint.model.impl.expr
Methods in com.evolveum.midpoint.model.impl.expr with type parameters of type Containerable -
Uses of Containerable in com.evolveum.midpoint.model.impl.lens
Methods in com.evolveum.midpoint.model.impl.lens that return types with arguments of type ContainerableModifier and TypeMethodDescription@NotNull Map<String,Collection<? extends Containerable>> LensContext.getHookPreviewResultsMap()Method parameters in com.evolveum.midpoint.model.impl.lens with type arguments of type ContainerableModifier and TypeMethodDescriptionvoidLensContext.addHookPreviewResults(String hookUri, Collection<? extends Containerable> results) -
Uses of Containerable in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation
Classes in com.evolveum.midpoint.model.impl.lens.projector.focus.consolidation with type parameters of type ContainerableModifier and TypeClassDescriptionclassDeltaSetTripleMapConsolidation<T extends Containerable>Responsible for consolidation of aDeltaSetTripleIvwoMap(plus, minus, zero sets for individual items) to item deltas. -
Uses of Containerable in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds
Classes in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with type parameters of type ContainerableModifier and TypeClassDescriptionclassMinimalistic context needed to evaluate inbound mappings outside of bothLensContextandSynchronizationContext.classSingleShadowInboundsProcessing<T extends Containerable>Evaluation of inbound mappings for a single shadow only, e.g., for the purposes of correlation or association value synchronization.interfaceEverything necessary to carry out limited, single-shadow inbounds evaluation.Methods in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
CSingleShadowInboundsProcessing.evaluate(SingleShadowInboundsProcessingContext<C> ctx, OperationResult parentResult) -
Uses of Containerable in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep
Classes in com.evolveum.midpoint.model.impl.lens.projector.focus.inbounds.prep with type parameters of type ContainerableModifier and TypeClassDescriptionclassInboundsTarget<T extends Containerable>The target for the inbounds processing i.e. the object (focus, assignment, ...) into which the output of mappings will be put.classLimitedInboundsTarget<T extends Containerable>classSingleShadowInboundsPreparation<T extends Containerable>Prepares (collects) inbound mappings for given single shadow. -
Uses of Containerable in com.evolveum.midpoint.model.impl.schema.transform
Classes in com.evolveum.midpoint.model.impl.schema.transform with type parameters of type ContainerableModifier and TypeInterfaceDescriptionstatic interfaceclassTransformableContainerDefinition<C extends Containerable>Methods in com.evolveum.midpoint.model.impl.schema.transform with type parameters of type ContainerableModifier and TypeMethodDescription<C2 extends Containerable>
PrismContainerDefinition<C2>TransformableContainerDefinition.findContainerDefinition(@NotNull ItemPath path) static <C extends Containerable>
TransformableContainerDefinition<C>TransformableContainerDefinition.of(PrismContainerDefinition<C> originalItem) static <C extends Containerable>
TransformableContainerDefinition<C>TransformableContainerDefinition.require(PrismContainerDefinition<C> assocContainer) -
Uses of Containerable in com.evolveum.midpoint.model.impl.sync
Classes in com.evolveum.midpoint.model.impl.sync with type parameters of type ContainerableModifier and TypeClassDescriptionfinal recordItemSynchronizationState<C extends Containerable>final recordSynchronizationState<C extends Containerable>Methods in com.evolveum.midpoint.model.impl.sync with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
voidPreMappingsEvaluator.computePreFocusForAssociationValue(@NotNull ShadowAssociationValue associationValue, @NotNull ResourceObjectDefinition resourceObjectDefinition, @NotNull ResourceObjectInboundProcessingDefinition inboundDefinition, @NotNull ResourceType resource, @NotNull InboundMappingContextSpecification mappingContextSpecification, C targetObject, @NotNull Task task, @NotNull OperationResult result) Note the `resourceObjectDefinition` is where we look for definitions of the mapped items; so for the trivial associations it should be the definition of the _subject_.static <C extends Containerable>
ItemSynchronizationState<C>ItemSynchronizationState.fromCorrelationResult(@NotNull AbstractCorrelationResult<?> correlationResult) static <C extends Containerable>
SynchronizationState<C>SynchronizationState.fromCorrelationResult(@NotNull AbstractCorrelationResult<?> correlationResult) -
Uses of Containerable in com.evolveum.midpoint.model.impl.tasks
Methods in com.evolveum.midpoint.model.impl.tasks with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
SearchableItemSourceAdvancedActivityRunSupportImpl.getItemSourceFor(Class<C> type) -
Uses of Containerable in com.evolveum.midpoint.model.impl.tasks.sources
Methods in com.evolveum.midpoint.model.impl.tasks.sources with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
voidModelAuditItemSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) <C extends Containerable>
voidModelContainerableItemSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) <C extends Containerable>
voidModelObjectSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) -
Uses of Containerable in com.evolveum.midpoint.ninja.action.mining.generator.context
Methods in com.evolveum.midpoint.ninja.action.mining.generator.context with parameters of type ContainerableModifier and TypeMethodDescriptionstatic <V> voidImportAction.addExtensionValue(Containerable extContainer, String itemName, V... values) -
Uses of Containerable in com.evolveum.midpoint.ninja.action.stats
Methods in com.evolveum.midpoint.ninja.action.stats that return types with arguments of type ContainerableModifier and TypeMethodDescriptionCategoriesDistribution.asPrismContainerValue(ItemFactory itemFactory) FocusStats.asPrismContainerValue(ItemFactory itemFactory) FocusTypeStats.asPrismContainerValue(ItemFactory itemFactory) PrismTransformableRecord.asPrismContainerValue(ItemFactory itemFactory) PropertyStats.asPrismContainerValue(ItemFactory itemFactory) -
Uses of Containerable in com.evolveum.midpoint.ninja.action.worker
Classes in com.evolveum.midpoint.ninja.action.worker with type parameters of type ContainerableModifier and TypeClassDescriptionclassImportProducerWorker<T extends Containerable>Created by Viliam Repan (lazyman). -
Uses of Containerable in com.evolveum.midpoint.ninja.util
Method parameters in com.evolveum.midpoint.ninja.util with type arguments of type ContainerableModifier and TypeMethodDescriptionstatic GetOperationOptionsBuilderNinjaUtils.addIncludeOptionsForExport(GetOperationOptionsBuilder optionsBuilder, Class<? extends Containerable> type) static ObjectFilterNinjaUtils.createObjectFilter(FileReference strFilter, NinjaContext context, Class<? extends Containerable> objectClass) static ObjectQueryNinjaUtils.createObjectQuery(FileReference ref, NinjaContext context, Class<? extends Containerable> objectClass) -
Uses of Containerable in com.evolveum.midpoint.prism
Classes in com.evolveum.midpoint.prism with type parameters of type ContainerableModifier and TypeInterfaceDescriptioninterfacePrismContainer<C extends Containerable>Prism container groups items into logical blocks.interfacePrismContainerable<T extends Containerable>interfacePrismContainerDefinition<C extends Containerable>Definition of a prism container.static interfaceThe "createXXX" methods also add the new definition into this container.interfacePrismContainerValue<C extends Containerable>Subinterfaces of Containerable in com.evolveum.midpoint.prismMethods in com.evolveum.midpoint.prism with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
voidPrismContext.adopt(PrismContainer<C> object, Class<C> declaredType) <T extends Containerable>
voidPrismContext.adopt(PrismContainer<T> object) <C extends Containerable,O extends Objectable>
voidPrismContext.adopt(PrismContainerValue<C> prismContainerValue, Class<O> type, ItemPath path) <C extends Containerable>
voidPrismContext.adopt(PrismContainerValue<C> prismContainerValue, QName typeName, ItemPath path) <C extends Containerable,O extends Objectable>
voidstatic <T extends Containerable>
TPrismContainerValue.asContainerable(PrismContainerValue<T> value) static <C extends Containerable>
Collection<C>PrismContainerValue.asContainerables(Collection<PrismContainerValue<C>> pcvs) static <C extends Containerable>
List<C>PrismContainerValue.asContainerables(List<PrismContainerValue<C>> pcvs) static <T extends Containerable>
PrismContainerValue<T>Containerable.asPrismContainerValue(Containerable containerable) static <C extends Containerable>
List<PrismContainerValue<C>>PrismContainerValue.asPrismContainerValues(List<C> containerables) default <C extends Containerable>
CContainerable.cloneWithoutId()Creates a clone but with ID removed.default <C extends Containerable>
CContainerable.cloneWithoutIdAndMetadata()Creates a clone but with ID and value metadata removed.static <C extends Containerable>
booleanPrismContainerValue.containsRealValue(Collection<PrismContainerValue<C>> cvalCollection, PrismContainerValue<C> cval) <C extends Containerable>
PrismContainer<C>ItemFactory.createContainer(QName name) <C extends Containerable>
PrismContainer<C>ItemFactory.createContainer(QName name, PrismContainerDefinition<C> definition) default <C extends Containerable>
@NotNull PrismContainerDefinition<C>DefinitionFactory.createContainerDefinition(@NotNull QName name, @NotNull ComplexTypeDefinition ctd, int minOccurs, int maxOccurs) <C extends Containerable>
PrismContainerValue<C>ItemFactory.createContainerValue()<C extends Containerable>
PrismContainerValue<C>ItemFactory.createContainerValue(C containerable) <C extends Containerable>
S_ItemEntryStarts a delta builder, with the default item definition resolution (i.e. from the system-wide schema).<C extends Containerable>
S_ItemEntryPrismContext.deltaFor(Class<C> objectClass, ItemDefinitionResolver itemDefinitionResolver) Starts a delta builder, with a custom item definition resolver (e.g. for resource-specific deltas).<T extends Containerable>
PrismContainer<T>PrismContainer.findContainer(ItemPath path) <X extends Containerable>
PrismContainer<X>PrismContainerValue.findContainer(QName containerName) default <C extends Containerable>
PrismContainerDefinition<C>LocalItemDefinitionStore.findContainerDefinition(@NotNull ItemPath path) ReturnsPrismContainerDefinitioncorresponding to given path (rooted at this store).<T extends Containerable>
PrismContainer<T>PrismContainer.findOrCreateContainer(ItemPath containerPath) <T extends Containerable>
PrismContainer<T>PrismContainerValue.findOrCreateContainer(QName containerName) default <C extends Containerable>
@NotNull PrismContainer<C>PrismValue.getValueMetadataAsContainer()Returns value metadata as typed PrismContainer.static <C extends Containerable>
ValueSelector<PrismContainerValue<C>>ValueSelector.itemEquals(ItemName itemName, Object expectedValue) Matches PrismContainerValue if it has single-valued sub-item named "itemName" with the value of "expectedValue" (or if the sub-item is not present and expectedValue is null).default <C extends Containerable>
@NotNull PrismContainerValue<C>ComplexTypeDefinition.migrateIfNeeded(@NotNull PrismContainerValue<C> value) A hook to migrate the value after this definition was applied to it.<C extends Containerable>
@NotNull PrismContainerValue<C>ComplexTypeDefinition.ValueMigrator.migrateIfNeeded(@NotNull PrismContainerValue<C> value) <C extends Containerable>
@NotNull PrismContainerDefinition<C>DefinitionFactory.newContainerDefinition(@NotNull QName name, @NotNull ComplexTypeDefinition ctd) Standard case: creating container with known CTD.static <V extends Containerable>
PrismContainer<V>PrismContainer.newInstance(PrismContext prismContext, QName type) <C extends Containerable>
voidPrismContainer.setContainerRealValue(QName containerName, C realValue) static <T extends Containerable>
List<PrismContainerValue<T>>static <O extends Objectable,C extends Containerable>
Collection<PrismContainerValue<C>>PrismValueCollectionsUtil.toPrismContainerValues(Class<O> type, ItemPath path, C... containerValues) Methods in com.evolveum.midpoint.prism with parameters of type ContainerableModifier and TypeMethodDescriptionvoidPrismContext.adopt(Containerable containerable) static <T extends Containerable>
PrismContainerValue<T>Containerable.asPrismContainerValue(Containerable containerable) static booleanContainerable.equivalent(Containerable c1, Containerable c2) voidPrismValue.setValueMetadata(Containerable realValue) Sets metadata from this value (from PCV).static <O extends Objectable,C extends Containerable>
Collection<PrismContainerValue<C>>PrismValueCollectionsUtil.toPrismContainerValues(Class<O> type, ItemPath path, C... containerValues) Method parameters in com.evolveum.midpoint.prism with type arguments of type ContainerableModifier and TypeMethodDescription@Nullable ItemDefinition<?>ItemDefinitionResolver.findItemDefinition(@NotNull Class<? extends Containerable> type, @NotNull ItemPath itemPath) Tries to determine a definition for given item within given type.PrismContext.queryFor(Class<? extends Containerable> type) Starts a query builder with the goal of creating a query targeted at given object or container type.PrismContext.queryFor(Class<? extends Containerable> type, ItemDefinitionResolver itemDefinitionResolver) Starts a query builder, with a custom item definition resolver (e.g. for resource-specific queries).PrismContext.queryForReferenceOwnedBy(Class<? extends Containerable> ownerClass, ItemPath referencePath) Starts a query builder for reference search, with the default item definition resolution (i.e. from the system-wide schema). -
Uses of Containerable in com.evolveum.midpoint.prism.binding
Methods in com.evolveum.midpoint.prism.binding with type parameters of type Containerable -
Uses of Containerable in com.evolveum.midpoint.prism.deleg
Classes in com.evolveum.midpoint.prism.deleg with type parameters of type ContainerableModifier and TypeInterfaceDescriptioninterfaceContainerDefinitionDelegator<C extends Containerable>interfacePrismContainerValueDelegator<C extends Containerable>Methods in com.evolveum.midpoint.prism.deleg with type parameters of type ContainerableModifier and TypeMethodDescriptiondefault <X extends Containerable>
PrismContainer<X>PrismContainerValueDelegator.findContainer(QName containerName) default <C extends Containerable>
PrismContainerDefinition<C>ComplexTypeDefinitionDelegator.findContainerDefinition(@NotNull ItemPath path) default <C2 extends Containerable>
PrismContainerDefinition<C2>ContainerDefinitionDelegator.findContainerDefinition(@NotNull ItemPath path) default <T extends Containerable>
PrismContainer<T>PrismContainerValueDelegator.findOrCreateContainer(QName containerName) default <C extends Containerable>
@NotNull PrismContainer<C>PrismContainerValueDelegator.getValueMetadataAsContainer()Methods in com.evolveum.midpoint.prism.deleg with parameters of type ContainerableModifier and TypeMethodDescriptiondefault voidPrismContainerValueDelegator.setValueMetadata(Containerable realValue) -
Uses of Containerable in com.evolveum.midpoint.prism.delta
Classes in com.evolveum.midpoint.prism.delta with type parameters of type ContainerableMethods in com.evolveum.midpoint.prism.delta with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
voidObjectDelta.addModificationAddContainer(ItemPath propertyPath, C... containerables) <C extends Containerable>
voidObjectDelta.addModificationAddContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) <C extends Containerable>
voidObjectDelta.addModificationDeleteContainer(ItemPath propertyPath, C... containerables) <C extends Containerable>
voidObjectDelta.addModificationDeleteContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) <C extends Containerable>
voidObjectDelta.addModificationReplaceContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) <C extends Containerable>
ContainerDelta<C>DeltaFactory.Container.create(ItemPath path, PrismContainerDefinition<C> definition) Deprecated.<C extends Containerable>
ContainerDelta<C>DeltaFactory.Container.create(ItemPath parentPath, QName name, PrismContainerDefinition itemDefinition) Deprecated.<C extends Containerable>
ContainerDelta<C>DeltaFactory.Container.create(PrismContainerDefinition itemDefinition) Deprecated.<C extends Containerable>
ContainerDelta<C>ObjectDelta.createContainerModification(ItemPath path) <C extends Containerable>
ContainerDelta<C>ObjectDelta.createContainerModification(ItemPath path, PrismContainerDefinition<C> containerDefinition) <T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createDelta(ItemPath containerPath, PrismContainerDefinition<O> objectDefinition) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createDelta(ItemPath containerPath, PrismObjectDefinition<O> objectDefinition) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createDelta(ItemPath containerPath, Class<O> type) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationAdd(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationAdd(ItemPath containerPath, Class<O> type, T containerable) Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, PrismContainerValue<C>... containerValues) <T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationDelete(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationDelete(ItemPath containerPath, Class<O> type, T containerable) Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteContainer(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) <T extends Containerable>
ContainerDelta<T>DeltaFactory.Container.createModificationReplace(ItemName containerName, PrismObjectDefinition<?> objectDefinition, PrismContainerValue... cValues) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationReplace(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationReplace(ItemPath containerPath, Class<O> type, Collection<T> containerables) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDelta<T>DeltaFactory.Container.createModificationReplace(ItemPath containerPath, Class<O> type, T containerable) Deprecated.<O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceContainer(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) static <X extends Containerable>
ContainerDelta<X>ItemDeltaCollectionsUtil.findContainerDelta(Collection<? extends ItemDelta> deltas, ItemPath propertyPath) <X extends Containerable>
ContainerDelta<X>ObjectDelta.findContainerDelta(ItemPath propertyPath) <T extends Containerable>
Collection<PrismContainerValue<T>>Returns all values regardless of whether they are added or removed or replaced.Methods in com.evolveum.midpoint.prism.delta with parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
voidObjectDelta.addModificationAddContainer(ItemPath propertyPath, C... containerables) <C extends Containerable>
voidObjectDelta.addModificationDeleteContainer(ItemPath propertyPath, C... containerables) <O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationDeleteContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>DeltaFactory.Object.createModificationReplaceContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) -
Uses of Containerable in com.evolveum.midpoint.prism.delta.builder
Methods in com.evolveum.midpoint.prism.delta.builder with parameters of type ContainerableModifier and TypeMethodDescriptionS_ItemEntry.oldObject(Containerable object) The state of object before the delta is applied. -
Uses of Containerable in com.evolveum.midpoint.prism.impl
Classes in com.evolveum.midpoint.prism.impl with type parameters of type ContainerableModifier and TypeClassDescriptionclassPrismContainerDefinitionImpl<C extends Containerable>Definition of a property container.classPrismContainerImpl<C extends Containerable>Property container groups properties into logical blocks.The reason for grouping may be as simple as better understandability of data structure.classPrismContainerValueImpl<C extends Containerable>Methods in com.evolveum.midpoint.prism.impl with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
voidPrismContextImpl.adopt(PrismContainer<C> container) <C extends Containerable>
voidPrismContextImpl.adopt(PrismContainer<C> container, Class<C> declaredType) Set up the specified object with prism context instance and schema definition.<C extends Containerable,O extends Objectable>
voidPrismContextImpl.adopt(PrismContainerValue<C> prismContainerValue, Class<O> type, ItemPath path) <C extends Containerable>
voidPrismContextImpl.adopt(PrismContainerValue<C> prismContainerValue, QName typeName, ItemPath path) <C extends Containerable,O extends Objectable>
voidstatic <T extends Containerable>
TPrismContainerValueImpl.asContainerable(PrismContainerValue<T> value) static <C extends Containerable>
Collection<C>PrismContainerValueImpl.asContainerables(Collection<PrismContainerValue<C>> pcvs) static <C extends Containerable>
List<C>PrismContainerValueImpl.asContainerables(List<PrismContainerValue<C>> pcvs) static <C extends Containerable>
List<PrismContainerValue<C>>PrismContainerValueImpl.asPrismContainerValues(List<C> containerables) static <C extends Containerable>
booleanPrismContainerValueImpl.containsRealValue(Collection<PrismContainerValue<C>> cvalCollection, PrismContainerValue<C> cval) <C extends Containerable>
PrismContainer<C>ItemFactoryImpl.createContainer(QName name) <C extends Containerable>
PrismContainer<C>ItemFactoryImpl.createContainer(QName name, PrismContainerDefinition<C> definition) <C extends Containerable>
PrismContainerValue<C>ItemFactoryImpl.createContainerValue()<C extends Containerable>
PrismContainerValue<C>ItemFactoryImpl.createContainerValue(C containerable) protected <C extends Containerable>
CBaseItemMerger.createMarkedClone(C sourceValue) <C extends Containerable>
S_ItemEntry<C extends Containerable>
S_ItemEntryPrismContextImpl.deltaFor(Class<C> objectClass, ItemDefinitionResolver itemDefinitionResolver) <T extends Containerable>
PrismContainer<T>PrismContainerImpl.findContainer(ItemPath path) <T extends Containerable>
PrismContainer<T>PrismContainerImpl.findContainer(QName containerName) <X extends Containerable>
PrismContainer<X>PrismContainerValueImpl.findContainer(QName containerName) <T extends Containerable>
PrismContainer<T>PrismContainerImpl.findOrCreateContainer(ItemPath containerPath) <T extends Containerable>
PrismContainer<T>PrismContainerValueImpl.findOrCreateContainer(QName containerName) <C extends Containerable>
@NotNull PrismContainerValue<C>ComplexTypeDefinitionImpl.migrateIfNeeded(@NotNull PrismContainerValue<C> value) Similar to migration for prism references; although this one is more flexible - using pluggableComplexTypeDefinition.ValueMigratorbecause of client (midPoint) requirements.<C extends Containerable>
@NotNull PrismContainerDefinitionImpl<C>DefinitionFactoryImpl.newContainerDefinition(@NotNull QName name, @NotNull ComplexTypeDefinition ctd) <C extends Containerable>
@NotNull PrismContainerDefinitionImpl<C>DefinitionFactoryImpl.newContainerDefinition(@NotNull QName name, @NotNull ComplexTypeDefinition ctd, @NotNull QName definedInType) <X extends Containerable>
voidPrismContainerImpl.setContainerRealValue(QName itemName, X realValue) static <T extends Containerable>
List<PrismContainerValue<T>>Methods in com.evolveum.midpoint.prism.impl with parameters of type ContainerableModifier and TypeMethodDescriptionvoidPrismContextImpl.adopt(Containerable containerable) voidPrismValueImpl.setValueMetadata(Containerable realValue) Method parameters in com.evolveum.midpoint.prism.impl with type arguments of type ContainerableModifier and TypeMethodDescriptionPrismContextImpl.queryFor(Class<? extends Containerable> type) PrismContextImpl.queryFor(Class<? extends Containerable> type, ItemDefinitionResolver itemDefinitionResolver) PrismContextImpl.queryForReferenceOwnedBy(Class<? extends Containerable> ownerClass, ItemPath referencePath) -
Uses of Containerable in com.evolveum.midpoint.prism.impl.binding
Classes in com.evolveum.midpoint.prism.impl.binding with type parameters of type ContainerableModifier and TypeClassDescriptionstatic classSubinterfaces of Containerable in com.evolveum.midpoint.prism.impl.bindingClasses in com.evolveum.midpoint.prism.impl.binding that implement ContainerableModifier and TypeClassDescriptionclassstatic classclassMethods in com.evolveum.midpoint.prism.impl.binding with type parameters of type ContainerableModifier and TypeMethodDescriptiondefault <T extends Containerable>
TContainerablePrismBinding.prismGetSingleContainerable(QName name, Class<T> clazz) default <T extends Containerable>
voidContainerablePrismBinding.prismSetSingleContainerable(ItemName name, T mappedValue) Methods in com.evolveum.midpoint.prism.impl.binding that return Containerable -
Uses of Containerable in com.evolveum.midpoint.prism.impl.delta
Classes in com.evolveum.midpoint.prism.impl.delta with type parameters of type ContainerableMethods in com.evolveum.midpoint.prism.impl.delta with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
voidObjectDeltaImpl.addModificationAddContainer(ItemPath propertyPath, C... containerables) <C extends Containerable>
voidObjectDeltaImpl.addModificationAddContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) <C extends Containerable>
voidObjectDeltaImpl.addModificationDeleteContainer(ItemPath propertyPath, C... containerables) <C extends Containerable>
voidObjectDeltaImpl.addModificationDeleteContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) <C extends Containerable>
voidObjectDeltaImpl.addModificationReplaceContainer(ItemPath propertyPath, PrismContainerValue<C>... containerValues) <C extends Containerable>
ContainerDelta<C>ContainerDeltaFactoryImpl.create(ItemPath path, PrismContainerDefinition<C> definition) <C extends Containerable>
ContainerDelta<C>ObjectDeltaImpl.createContainerModification(ItemPath path) <C extends Containerable>
ContainerDelta<C>ObjectDeltaImpl.createContainerModification(ItemPath path, PrismContainerDefinition<C> containerDefinition) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createDelta(ItemPath containerPath, PrismContainerDefinition<O> objectDefinition) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createDelta(ItemPath containerPath, PrismObjectDefinition<O> objectDefinition) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createDelta(ItemPath containerPath, Class<O> type) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createDelta(ItemPath containerPath, PrismContainerDefinition<O> objectDefinition) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createDelta(ItemPath containerPath, PrismObjectDefinition<O> objectDefinition) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createDelta(ItemPath containerPath, Class<O> type) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationAdd(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationAdd(ItemPath containerPath, Class<O> type, T containerable) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationAdd(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationAdd(ItemPath containerPath, Class<O> type, T containerable) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, PrismContainerValue<C>... containerValues) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationDelete(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationDelete(ItemPath containerPath, Class<O> type, T containerable) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationDelete(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationDelete(ItemPath containerPath, Class<O> type, T containerable) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteContainer(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) <T extends Containerable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationReplace(ItemName containerName, PrismObjectDefinition<?> objectDefinition, PrismContainerValue... cValues) Deprecated.<T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationReplace(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationReplace(ItemPath containerPath, Class<O> type, Collection<T> containerables) <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaFactoryImpl.createModificationReplace(ItemPath containerPath, Class<O> type, T containerable) static <T extends Containerable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationReplace(ItemName containerName, PrismObjectDefinition<?> objectDefinition, PrismContainerValue... cValues) Deprecated.static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationReplace(ItemPath containerPath, Class<O> type, PrismContainerValue<T> cValue) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationReplace(ItemPath containerPath, Class<O> type, Collection<T> containerables) static <T extends Containerable,O extends Objectable>
ContainerDeltaImpl<T>ContainerDeltaImpl.createModificationReplace(ItemPath containerPath, Class<O> type, T containerable) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceContainer(Class<O> type, String oid, ItemPath containerPath, PrismContainerValue<C>... containerValues) static <O extends Objectable,C extends Containerable>
voidObjectDeltaFactoryImpl.fillInModificationAddContainer(ObjectDelta<O> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... containerValues) static <O extends Objectable,C extends Containerable>
voidObjectDeltaFactoryImpl.fillInModificationDeleteContainer(ObjectDelta<O> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... containerValues) <X extends Containerable>
ContainerDelta<X>ObjectDeltaImpl.findContainerDelta(ItemPath propertyPath) <T extends Containerable>
Collection<PrismContainerValue<T>>Returns all values regardless of whether they are added or removed or replaced.Methods in com.evolveum.midpoint.prism.impl.delta with parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
voidObjectDeltaImpl.addModificationAddContainer(ItemPath propertyPath, C... containerables) <C extends Containerable>
voidObjectDeltaImpl.addModificationDeleteContainer(ItemPath propertyPath, C... containerables) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationAddContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationDeleteContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) <O extends Objectable,C extends Containerable>
ObjectDelta<O>ObjectDeltaFactoryImpl.createModificationReplaceContainer(Class<O> type, String oid, ItemPath propertyPath, C... containerValues) -
Uses of Containerable in com.evolveum.midpoint.prism.impl.delta.builder
Classes in com.evolveum.midpoint.prism.impl.delta.builder with type parameters of type ContainerableModifier and TypeClassDescriptionclassDeltaBuilder<C extends Containerable>Grammar ---- ObjectDelta ::= (ItemDelta)* ( 'OBJECT-DELTA(oid)' | 'ITEM-DELTA' | 'ITEM-DELTAS' ) ItemDelta ::= 'ITEM(...)' ( ( 'ADD-VALUES(...)'Methods in com.evolveum.midpoint.prism.impl.delta.builder with parameters of type Containerable -
Uses of Containerable in com.evolveum.midpoint.prism.impl.item
Classes in com.evolveum.midpoint.prism.impl.item with type parameters of type ContainerableMethods in com.evolveum.midpoint.prism.impl.item with type parameters of type ContainerableModifier and TypeMethodDescription<T extends Containerable>
PrismContainer<T>DummyContainerImpl.findContainer(ItemPath path) <T extends Containerable>
PrismContainer<T>DummyContainerImpl.findOrCreateContainer(ItemPath containerPath) <C extends Containerable>
voidDummyContainerImpl.setContainerRealValue(QName containerName, C realValue) -
Uses of Containerable in com.evolveum.midpoint.prism.impl.lazy
Classes in com.evolveum.midpoint.prism.impl.lazy with type parameters of type Containerable -
Uses of Containerable in com.evolveum.midpoint.prism.impl.marshaller
Methods in com.evolveum.midpoint.prism.impl.marshaller with type parameters of type ContainerableModifier and TypeMethodDescription<IV extends PrismValue,ID extends ItemDefinition<?>, C extends Containerable>
Item<IV,ID> JaxbDomHackImpl.parseRawElement(Object element, PrismContainerDefinition<C> definition) This is used in a form of "fromAny" to parse elements from a JAXB getAny method to prism.<C extends Containerable>
PrismContainerValue<C>PrismUnmarshaller.parseRealContainerValueFromMap(@NotNull MapXNodeImpl map, @NotNull PrismContainerDefinition<C> containerDef, @NotNull ParsingContext pc) Method parameters in com.evolveum.midpoint.prism.impl.marshaller with type arguments of type ContainerableModifier and TypeMethodDescriptionQueryConverterImpl.parseFilter(XNode xnode, Class<? extends Containerable> clazz) Used by XNodeProcessor and similar code that does not have complete schema for the filter -
Uses of Containerable in com.evolveum.midpoint.prism.impl.metadata
Methods in com.evolveum.midpoint.prism.impl.metadata with type parameters of type ContainerableModifier and TypeMethodDescription<T extends Containerable>
PrismContainer<T>ValueMetadataAdapter.findContainer(ItemPath path) <T extends Containerable>
PrismContainer<T>ValueMetadataAdapter.findOrCreateContainer(ItemPath containerPath) static <V extends Containerable>
PrismContainer<V>ValueMetadataAdapter.newInstance(PrismContext prismContext, QName type) <C extends Containerable>
voidValueMetadataAdapter.setContainerRealValue(QName containerName, C realValue) Methods in com.evolveum.midpoint.prism.impl.metadata that return ContainerableMethods in com.evolveum.midpoint.prism.impl.metadata that return types with arguments of type ContainerableModifier and TypeMethodDescriptionValueMetadataAdapter.addIgnoringEquivalents(@NotNull PrismContainerValue<Containerable> newValue) ValueMetadataAdapter.addRespectingMetadataAndCloning(PrismContainerValue<Containerable> value, @NotNull EquivalenceStrategy strategy, EquivalenceStrategy metadataEquivalenceStrategy) ValueMetadataAdapter.cloneComplex(CloneStrategy strategy) ValueMetadataAdapter.createDelta()ValueMetadataAdapter.createDelta(ItemPath path) ValueMetadataAdapter.createImmutableClone()ValueMetadataAdapter.createNewValue()ValueMetadataAdapter.deepCloneDefinition(@NotNull DeepCloneOperation operation) ValueMetadataAdapter.diff(Item<PrismContainerValue<Containerable>, PrismContainerDefinition<Containerable>> other) ValueMetadataAdapter.diff(Item<PrismContainerValue<Containerable>, PrismContainerDefinition<Containerable>> other) ValueMetadataAdapter.diff(Item<PrismContainerValue<Containerable>, PrismContainerDefinition<Containerable>> other, @NotNull ParameterizedEquivalenceStrategy strategy) ValueMetadataAdapter.diff(Item<PrismContainerValue<Containerable>, PrismContainerDefinition<Containerable>> other, @NotNull ParameterizedEquivalenceStrategy strategy) ValueMetadataAdapter.diff(PrismContainer<Containerable> other) ValueMetadataAdapter.diff(PrismContainer<Containerable> other, ParameterizedEquivalenceStrategy strategy) ValueMetadataAdapter.findValue(long id) ValueMetadataAdapter.findValue(@NotNull PrismContainerValue<Containerable> value, @NotNull EquivalenceStrategy strategy) ValueMetadataAdapter.findValue(PrismContainerValue<Containerable> value, @NotNull Comparator<PrismContainerValue<Containerable>> comparator) ValueMetadataAdapter.getAnyValue()ValueMetadataAdapter.getAnyValue(@NotNull ValueSelector<PrismContainerValue<Containerable>> selector) ValueMetadataAdapter.getClonedValues()@Nullable Class<Containerable>ValueMetadataAdapter.getCompileTimeClass()ValueMetadataAdapter.getDefinition()@NotNull Collection<Containerable>ValueMetadataAdapter.getRealValues()@NotNull PrismContainerValue<Containerable>ValueMetadataAdapter.getValue()@NotNull List<PrismContainerValue<Containerable>>ValueMetadataAdapter.getValues()ValueMetadataAdapter.removeRespectingMetadata(PrismContainerValue<Containerable> value, @NotNull EquivalenceStrategy strategy, EquivalenceStrategy metadataEquivalenceStrategy) Methods in com.evolveum.midpoint.prism.impl.metadata with parameters of type ContainerableMethod parameters in com.evolveum.midpoint.prism.impl.metadata with type arguments of type ContainerableModifier and TypeMethodDescriptionbooleanValueMetadataAdapter.add(@NotNull PrismContainerValue<Containerable> newValue) booleanValueMetadataAdapter.add(@NotNull PrismContainerValue<Containerable> newValue, @NotNull EquivalenceStrategy strategy) booleanValueMetadataAdapter.addAll(Collection<PrismContainerValue<Containerable>> newValues) booleanValueMetadataAdapter.addAll(Collection<PrismContainerValue<Containerable>> newValues, @NotNull EquivalenceStrategy strategy) ValueMetadataAdapter.addIgnoringEquivalents(@NotNull PrismContainerValue<Containerable> newValue) ValueMetadataAdapter.addRespectingMetadataAndCloning(PrismContainerValue<Containerable> value, @NotNull EquivalenceStrategy strategy, EquivalenceStrategy metadataEquivalenceStrategy) voidValueMetadataAdapter.applyDefinition(@NotNull PrismContainerDefinition<Containerable> definition, boolean force) booleanValueMetadataAdapter.contains(@NotNull PrismContainerValue<Containerable> value) booleanValueMetadataAdapter.contains(@NotNull PrismContainerValue<Containerable> value, @NotNull EquivalenceStrategy strategy) ValueMetadataAdapter.diff(Item<PrismContainerValue<Containerable>, PrismContainerDefinition<Containerable>> other) ValueMetadataAdapter.diff(Item<PrismContainerValue<Containerable>, PrismContainerDefinition<Containerable>> other) ValueMetadataAdapter.diff(Item<PrismContainerValue<Containerable>, PrismContainerDefinition<Containerable>> other, @NotNull ParameterizedEquivalenceStrategy strategy) ValueMetadataAdapter.diff(Item<PrismContainerValue<Containerable>, PrismContainerDefinition<Containerable>> other, @NotNull ParameterizedEquivalenceStrategy strategy) ValueMetadataAdapter.diff(PrismContainer<Containerable> other) ValueMetadataAdapter.diff(PrismContainer<Containerable> other, ParameterizedEquivalenceStrategy strategy) ValueMetadataAdapter.diffModifications(PrismContainer<Containerable> other, ParameterizedEquivalenceStrategy strategy) ValueMetadataAdapter.findValue(@NotNull PrismContainerValue<Containerable> value, @NotNull EquivalenceStrategy strategy) ValueMetadataAdapter.findValue(PrismContainerValue<Containerable> value, @NotNull Comparator<PrismContainerValue<Containerable>> comparator) ValueMetadataAdapter.findValue(PrismContainerValue<Containerable> value, @NotNull Comparator<PrismContainerValue<Containerable>> comparator) ValueMetadataAdapter.getAnyValue(@NotNull ValueSelector<PrismContainerValue<Containerable>> selector) voidValueMetadataAdapter.merge(Item<PrismContainerValue<Containerable>, PrismContainerDefinition<Containerable>> otherItem) voidValueMetadataAdapter.merge(Item<PrismContainerValue<Containerable>, PrismContainerDefinition<Containerable>> otherItem) voidValueMetadataAdapter.mergeValue(PrismContainerValue<Containerable> otherValue) voidValueMetadataAdapter.mergeValues(PrismContainer<Containerable> other) voidValueMetadataAdapter.mergeValues(Collection<PrismContainerValue<Containerable>> otherValues) booleanValueMetadataAdapter.remove(PrismContainerValue<Containerable> value) booleanValueMetadataAdapter.remove(PrismContainerValue<Containerable> value, @NotNull EquivalenceStrategy strategy) booleanValueMetadataAdapter.removeAll(Collection<PrismContainerValue<Containerable>> values, @NotNull EquivalenceStrategy strategy) ValueMetadataAdapter.removeRespectingMetadata(PrismContainerValue<Containerable> value, @NotNull EquivalenceStrategy strategy, EquivalenceStrategy metadataEquivalenceStrategy) voidValueMetadataAdapter.replace(PrismContainerValue<Containerable> newValue) voidValueMetadataAdapter.replaceAll(Collection<PrismContainerValue<Containerable>> newValues, @NotNull EquivalenceStrategy strategy) voidValueMetadataAdapter.setDefinition(@NotNull PrismContainerDefinition<Containerable> definition) voidValueMetadataAdapter.setValue(@NotNull PrismContainerValue<Containerable> value) -
Uses of Containerable in com.evolveum.midpoint.prism.impl.query
Methods in com.evolveum.midpoint.prism.impl.query with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
ExistsFilterExistsFilterImpl.createExists(ItemPath itemPath, Class<C> clazz, ObjectFilter filter) <C extends Containerable>
@NotNull ExistsFilterQueryFactoryImpl.createExists(ItemPath path, Class<C> containerType, ObjectFilter inner) Method parameters in com.evolveum.midpoint.prism.impl.query with type arguments of type ContainerableModifier and TypeMethodDescriptionstatic ItemDefinitionFilterImplUtil.findItemDefinition(ItemPath itemPath, PrismContainerDefinition<? extends Containerable> containerDef) -
Uses of Containerable in com.evolveum.midpoint.prism.impl.query.builder
Method parameters in com.evolveum.midpoint.prism.impl.query.builder with type arguments of type ContainerableModifier and TypeMethodDescriptioncom.evolveum.midpoint.prism.impl.query.builder.R_Filter.OwnedByEntryR_Filter.ownedBy(Class<? extends Containerable> type, ItemPath path) static S_FilterEntryOrEmptyQueryBuilder.queryFor(Class<? extends Containerable> queryClass) static S_FilterEntryOrEmptyQueryBuilder.queryFor(Class<? extends Containerable> queryClass, ItemDefinitionResolver itemDefinitionResolver) static S_FilterEntryOrEmptyQueryBuilder.queryForReferenceOwnedBy(Class<? extends Containerable> ownerClass, ItemPath referencePath) Creates a builder for reference search defined by specified owner and reference path.R_Filter.referencedBy(@NotNull Class<? extends Containerable> type, @NotNull ItemPath path, QName relation) R_Filter.type(Class<? extends Containerable> type) -
Uses of Containerable in com.evolveum.midpoint.prism.impl.schema
Methods in com.evolveum.midpoint.prism.impl.schema with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
voidSchemaRegistryImpl.applyDefinition(PrismContainer<C> container, Class<C> type) <C extends Containerable>
voidSchemaRegistryImpl.applyDefinition(PrismContainer<C> container, Class<C> compileTimeClass, boolean force) <C extends Containerable,O extends Objectable>
voidSchemaRegistryImpl.applyDefinition(PrismContainerValue<C> prismContainerValue, Class<O> compileTimeClass, ItemPath path, boolean force) <C extends Containerable>
voidSchemaRegistryImpl.applyDefinition(PrismContainerValue<C> prismContainerValue, QName typeName, ItemPath path, boolean force) <C extends Containerable>
ComplexTypeDefinitionPrismSchemaImpl.findComplexTypeDefinitionByCompileTimeClass(@NotNull Class<C> compileTimeClass) -
Uses of Containerable in com.evolveum.midpoint.prism.impl.xjc
Classes in com.evolveum.midpoint.prism.impl.xjc with type parameters of type ContainerableModifier and TypeClassDescriptionclassAnyArrayList<C extends Containerable>A list used for JAXB getAny() methods.classPrismContainerArrayList<T extends Containerable>Methods in com.evolveum.midpoint.prism.impl.xjc with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <T extends Containerable>
PrismContainerValue<T>PrismForJAXBUtil.getFieldContainerValue(PrismContainerValue<?> parent, QName fieldName) static <T extends Containerable>
TPrismForJAXBUtil.getFieldSingleContainerable(PrismContainerValue<?> parent, QName fieldName, Class<T> fieldClass) static <T extends Containerable>
booleanPrismForJAXBUtil.setFieldContainerValue(PrismContainerValue<?> parent, ItemName fieldName, PrismContainerValue<T> fieldContainerValue) -
Uses of Containerable in com.evolveum.midpoint.prism.marshaller
Methods in com.evolveum.midpoint.prism.marshaller with type parameters of type ContainerableModifier and TypeMethodDescription<IV extends PrismValue,ID extends ItemDefinition<?>, C extends Containerable>
Item<IV,ID> JaxbDomHack.parseRawElement(Object element, PrismContainerDefinition<C> definition) -
Uses of Containerable in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
ExistsFilterQueryFactory.createExists(ItemPath path, Class<C> containerType, ObjectFilter inner) Deprecated.Methods in com.evolveum.midpoint.prism.query with parameters of type ContainerableModifier and TypeMethodDescriptionstatic booleanObjectQuery.match(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry) Method parameters in com.evolveum.midpoint.prism.query with type arguments of type ContainerableModifier and TypeMethodDescriptionQueryConverter.parseFilter(XNode xnode, Class<? extends Containerable> clazz) -
Uses of Containerable in com.evolveum.midpoint.prism.query.builder
Method parameters in com.evolveum.midpoint.prism.query.builder with type arguments of type ContainerableModifier and TypeMethodDescriptiondefault S_FilterEntryOrEmptyS_FilterEntry.ownedBy(Class<? extends Containerable> clazz) S_FilterEntry.ownedBy(Class<? extends Containerable> clazz, ItemPath path) default S_FilterEntryOrEmptyS_FilterEntry.ownedBy(Class<? extends Containerable> clazz, Object... path) default S_FilterEntryOrEmptyS_FilterEntry.referencedBy(@NotNull Class<? extends Containerable> clazz, @NotNull ItemPath path) Shortcut toS_FilterEntry.referencedBy(Class, ItemPath, QName)with null relation which is interpreted as "any".S_FilterEntry.referencedBy(@NotNull Class<? extends Containerable> clazz, @NotNull ItemPath path, QName relation) Creates `referencedBy` filter that matches if the queried object is referenced by other specified object or container.S_FilterEntry.type(Class<? extends Containerable> type) -
Uses of Containerable in com.evolveum.midpoint.prism.schema
Methods in com.evolveum.midpoint.prism.schema with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
voidSchemaRegistry.applyDefinition(PrismContainer<C> container, Class<C> type) This method will try to locate the appropriate object definition and apply it.<C extends Containerable>
voidSchemaRegistry.applyDefinition(PrismContainer<C> prismObject, Class<C> type, boolean force) <C extends Containerable,O extends Objectable>
voidSchemaRegistry.applyDefinition(PrismContainerValue<C> prismContainerValue, Class<O> type, ItemPath path, boolean force) <C extends Containerable>
voidSchemaRegistry.applyDefinition(PrismContainerValue<C> prismContainerValue, QName typeName, ItemPath path, boolean force) default <C extends Containerable>
ComplexTypeDefinitionGlobalDefinitionsStore.findComplexTypeDefinitionByCompileTimeClass(@NotNull Class<C> compileTimeClass) default <C extends Containerable>
PrismContainerDefinition<C>GlobalDefinitionsStore.findContainerDefinitionByCompileTimeClass(@NotNull Class<C> compileTimeClass) default <C extends Containerable>
PrismContainerDefinition<C>GlobalDefinitionsStore.findContainerDefinitionByElementName(@NotNull QName elementName) default <C extends Containerable>
PrismContainerDefinition<C>GlobalDefinitionsStore.findContainerDefinitionByType(@NotNull QName typeName) -
Uses of Containerable in com.evolveum.midpoint.prism.util
Methods in com.evolveum.midpoint.prism.util with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
voidPrismAsserts.assertContainerAdd(ObjectDelta<?> objectDelta, ItemPath propertyPath, C... containerables) static <C extends Containerable>
voidPrismAsserts.assertContainerAdd(ObjectDelta<?> objectDelta, ItemPath propertyPath, PrismContainerValue<C>... expectedCVals) static <C extends Containerable>
voidPrismAsserts.assertValueId(Long expectedId, PrismContainer<C> container) static <C extends Containerable>
CCloneUtil.cloneIfImmutable(C value) static <C extends Containerable>
CCloneUtil.toImmutableContainerable(C input) Provides an immutable version of the input: - If the input is immutable, returns it as isstatic <C extends Containerable>
List<C>CloneUtil.toImmutableContainerablesList(@Nullable Collection<C> inputCollection) Returns a (mutable) list of input items after being processed byCloneUtil.toImmutableContainerable(Containerable)method.Methods in com.evolveum.midpoint.prism.util with parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
voidPrismAsserts.assertContainerAdd(ObjectDelta<?> objectDelta, ItemPath propertyPath, C... containerables) static voidPrismUtil.debugDumpWithLabel(StringBuilder sb, String label, Containerable cc, int indent) static voidPrismUtil.debugDumpWithLabelLn(StringBuilder sb, String label, Containerable cc, int indent) static booleanPrismUtil.realValueEquals(Containerable first, Containerable second) AsObjects.equals(Object, Object)but comparing withEquivalenceStrategy.REAL_VALUE.Method parameters in com.evolveum.midpoint.prism.util with type arguments of type ContainerableModifier and TypeMethodDescriptionstatic voidPrismAsserts.assertEmphasized(PrismContainerDefinition<? extends Containerable> containerDef, QName itemQName, Boolean expected) static voidPrismAsserts.assertIndexed(PrismContainerDefinition<? extends Containerable> containerDef, QName itemQName, Boolean expected) static <ID extends ItemDefinition<?>>
IDDefinitionUtil.findItemDefinition(@NotNull ItemDefinitionResolver itemDefinitionResolver, @NotNull Class<? extends Containerable> currentClass, @NotNull ItemPath itemPath, @NotNull Class<ID> type) static <ID extends ItemDefinition<?>>
IDDefinitionUtil.findItemDefinition(@NotNull Class<? extends Containerable> currentClass, @NotNull ItemPath itemPath, @NotNull Class<ID> type) static <ID extends ItemDefinition<?>>
IDDefinitionUtil.findItemDefinitionMandatory(@NotNull Class<? extends Containerable> currentClass, @NotNull ItemPath itemPath, @NotNull Class<ID> type) -
Uses of Containerable in com.evolveum.midpoint.repo.api
Classes in com.evolveum.midpoint.repo.api with type parameters of type ContainerableMethods in com.evolveum.midpoint.repo.api with type parameters of type ContainerableModifier and TypeMethodDescription<T extends Containerable>
intRepositoryService.countContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) static <T extends Containerable>
AggregateQuery<T><T extends Containerable>
@NotNull SearchResultList<T>RepositoryService.searchContainers(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) Search for "sub-object" structures, i.e. containers.<T extends Containerable>
SearchResultMetadataRepositoryService.searchContainersIterative(@NotNull Class<T> type, @Nullable ObjectQuery query, @NotNull ObjectHandler<T> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) Executes iterative container search using the provided `handler` to process each container. -
Uses of Containerable in com.evolveum.midpoint.repo.cache
Methods in com.evolveum.midpoint.repo.cache with type parameters of type ContainerableModifier and TypeMethodDescription<T extends Containerable>
intRepositoryCache.countContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) <T extends Containerable>
@NotNull SearchResultList<T>RepositoryCache.searchContainers(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) <T extends Containerable>
SearchResultMetadataRepositoryCache.searchContainersIterative(@NotNull Class<T> type, ObjectQuery query, @NotNull ObjectHandler<T> handler, Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of Containerable in com.evolveum.midpoint.repo.cache.handlers
Methods in com.evolveum.midpoint.repo.cache.handlers with type parameters of type ContainerableModifier and TypeMethodDescription<T extends Containerable>
intSearchOpHandler.countContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) <T extends Containerable>
@NotNull SearchResultList<T>SearchOpHandler.searchContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) <T extends Containerable>
SearchResultMetadataSearchOpHandler.searchContainersIterative(@NotNull Class<T> type, @Nullable ObjectQuery query, @NotNull ObjectHandler<T> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) -
Uses of Containerable in com.evolveum.midpoint.repo.common.activity.run
Classes in com.evolveum.midpoint.repo.common.activity.run with type parameters of type ContainerableModifier and TypeClassDescriptionclassSearchBasedActivityRun<C extends Containerable,WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> A run of a given search-iterative activity.interfaceSearchBasedActivityRunSpecifics<C extends Containerable>Provides execution logic and/or execution state related to a search-based activity run.classSearchSpecification<C extends Containerable>"Compiled" specification of items that are to be processed bySearchBasedActivityRun.Methods in com.evolveum.midpoint.repo.common.activity.run with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
SearchableItemSourceAdvancedActivityRunSupport.getItemSourceFor(Class<C> type) Returns item source suitable for processing items of given type. -
Uses of Containerable in com.evolveum.midpoint.repo.common.activity.run.buckets
Method parameters in com.evolveum.midpoint.repo.common.activity.run.buckets with type arguments of type ContainerableModifier and TypeMethodDescriptionBucketingManager.narrowQueryForWorkBucket(@NotNull Class<? extends Containerable> type, ObjectQuery query, @NotNull ActivityDistributionDefinition distributionDefinition, @Nullable ItemDefinitionProvider itemDefinitionProvider, @NotNull WorkBucketType workBucket) Narrows a query by taking specified bucket into account. -
Uses of Containerable in com.evolveum.midpoint.repo.common.activity.run.buckets.segmentation.content
Method parameters in com.evolveum.midpoint.repo.common.activity.run.buckets.segmentation.content with type arguments of type ContainerableModifier and TypeMethodDescription@NotNull List<ObjectFilter>FilterWorkBucketContentHandler.createSpecificFilters(@NotNull WorkBucketType bucket, AbstractWorkSegmentationType configuration, Class<? extends Containerable> type, ItemDefinitionProvider itemDefinitionProvider) @NotNull List<ObjectFilter>IntervalWorkBucketContentHandler.createSpecificFilters(@NotNull WorkBucketType bucket, AbstractWorkSegmentationType configuration, Class<? extends Containerable> type, ItemDefinitionProvider itemDefinitionProvider) @NotNull List<ObjectFilter>NullWorkBucketContentHandler.createSpecificFilters(@NotNull WorkBucketType bucket, AbstractWorkSegmentationType configuration, Class<? extends Containerable> type, ItemDefinitionProvider itemDefinitionProvider) @NotNull List<ObjectFilter>StringPrefixWorkBucketContentHandler.createSpecificFilters(@NotNull WorkBucketType bucket, AbstractWorkSegmentationType configuration, Class<? extends Containerable> type, ItemDefinitionProvider itemDefinitionProvider) @NotNull List<ObjectFilter>StringValueWorkBucketContentHandler.createSpecificFilters(@NotNull WorkBucketType bucket, AbstractWorkSegmentationType configuration, Class<? extends Containerable> type, ItemDefinitionProvider itemDefinitionProvider) @NotNull List<ObjectFilter>WorkBucketContentHandler.createSpecificFilters(@NotNull WorkBucketType bucket, AbstractWorkSegmentationType configuration, Class<? extends Containerable> type, ItemDefinitionProvider itemDefinitionProvider) -
Uses of Containerable in com.evolveum.midpoint.repo.common.activity.run.processing
Classes in com.evolveum.midpoint.repo.common.activity.run.processing with type parameters of type ContainerableModifier and TypeClassDescriptionclassContainerableProcessingRequest<C extends Containerable>Request to process a containerable.interfaceItemPreprocessor<C extends Containerable>Methods in com.evolveum.midpoint.repo.common.activity.run.processing with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
@NotNull ContainerableProcessingRequest<C>ContainerableProcessingRequest.create(int sequentialNumber, C item, @NotNull IterativeActivityRun<C, ?, ?, ?> activityRun) Factory method: returns eitherContainerableProcessingRequestorObjectProcessingRequest(if the item is of ObjectType type).Methods in com.evolveum.midpoint.repo.common.activity.run.processing with parameters of type ContainerableModifier and TypeMethodDescriptionprotected @NotNull QNameItemProcessingRequest.getType(@NotNull Containerable value) -
Uses of Containerable in com.evolveum.midpoint.repo.common.activity.run.sources
Methods in com.evolveum.midpoint.repo.common.activity.run.sources with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
SearchableItemSourceRepositoryItemSourceFactory.getItemSourceFor(Class<C> type) <C extends Containerable>
voidRepoAuditItemSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) <C extends Containerable>
voidRepoObjectSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) <C extends Containerable>
voidSearchableItemSource.searchIterative(@NotNull SearchSpecification<C> searchSpecification, @NotNull ContainerableResultHandler<C> handler, @NotNull RunningTask task, @NotNull OperationResult result) Searches for items according to given search specification.static <C extends Containerable>
AuditResultHandlerRepoAuditItemSource.toAuditResultHandler(@NotNull ContainerableResultHandler<C> handler) Adapts arbitraryContainerableResultHandler(of AuditResultType) toAuditResultHandler. -
Uses of Containerable in com.evolveum.midpoint.repo.sqale
Methods in com.evolveum.midpoint.repo.sqale with type parameters of type ContainerableModifier and TypeMethodDescription<T extends Containerable>
intSqaleRepositoryService.countContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, OperationResult parentResult) protected <T extends Containerable>
longSqaleServiceBase.registerOperationStart(String kind, PrismContainer<T> object) Registers operation start with specified short operation type name.<T extends Containerable>
@NotNull SearchResultList<T>SqaleRepositoryService.searchContainers(@NotNull Class<T> type, @Nullable ObjectQuery query, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) <T extends Containerable>
SearchResultMetadataSqaleRepositoryService.searchContainersIterative(@NotNull Class<T> type, @Nullable ObjectQuery query, @NotNull ObjectHandler<T> handler, @Nullable Collection<SelectorOptions<GetOperationOptions>> options, @NotNull OperationResult parentResult) Methods in com.evolveum.midpoint.repo.sqale with parameters of type ContainerableModifier and TypeMethodDescriptionvoidExtensionProcessor.extensionsToContainer(Map<String, Object> attributes, Containerable container) ExtensionProcessor.processExtensions(@NotNull Containerable extContainer, MExtItemHolderType holderType) Constructor parameters in com.evolveum.midpoint.repo.sqale with type arguments of type ContainerableModifierConstructorDescriptionAggregateSearchContext(AggregateQuery<?> query, SqaleQueryContext<? extends Containerable, FlexibleRelationalPathBase<Object>, Object> queryContext, OperationResult result) -
Uses of Containerable in com.evolveum.midpoint.repo.sqale.delta.item
Classes in com.evolveum.midpoint.repo.sqale.delta.item with type parameters of type ContainerableModifier and TypeClassDescriptionclassContainerTableDeltaProcessor<T extends Containerable,Q extends QContainer<R, OR>, R extends MContainer, OQ extends FlexibleRelationalPathBase<OR>, OR> Delta value processor for multi-value containers stored in separate tables.classEmbeddedContainerDeltaProcessor<T extends Containerable>Delta processor for whole embedded single-value containers.classExtensionContainerDeltaProcessor<T extends Containerable>Delta processor for extension container stored as a single JSONB column. -
Uses of Containerable in com.evolveum.midpoint.repo.sqale.mapping
Classes in com.evolveum.midpoint.repo.sqale.mapping with type parameters of type ContainerableModifier and TypeClassDescriptionclassContainerTableRelationResolver<Q extends FlexibleRelationalPathBase<R>,R, TS extends Containerable, TQ extends QContainer<TR, R> & QOwnedBy<R>, TR extends MContainer> Resolver that knows how to traverse to the specified container table.classNestedMappingResolver<S extends Containerable,Q extends FlexibleRelationalPathBase<R>, R> Resolver that maps the nested items (next component of the path) to the same table (query type).Methods in com.evolveum.midpoint.repo.sqale.mapping with type parameters of type ContainerableModifier and TypeMethodDescriptiondefault <C extends Containerable,TQ extends QContainer<TR, R>, TR extends MContainer>
SqaleMappingMixin<S,Q, R> SqaleMappingMixin.addContainerTableMapping(@NotNull ItemName itemName, @NotNull QContainerMapping<C, TQ, TR, R> containerMapping, @NotNull BiFunction<Q, TQ, com.querydsl.core.types.Predicate> joinPredicate) Defines table mapping for multi-value container owned by an object or another container.default <N extends Containerable>
SqaleNestedMapping<N,Q, R> SqaleMappingMixin.addNestedMapping(@NotNull QName itemName, @NotNull Class<N> nestedSchemaType) Defines nested mapping for container embedded in the same table.<C extends Containerable>
byte[]SqaleTableMapping.createFullObject(C container) Creates serialized (byte array) form of an object or a container.Methods in com.evolveum.midpoint.repo.sqale.mapping with parameters of type ContainerableModifier and TypeMethodDescriptionprotected JsonbSqaleTableMapping.processExtensions(Containerable extContainer, MExtItemHolderType holderType) Converts extension container to the JSONB value. -
Uses of Containerable in com.evolveum.midpoint.repo.sqale.qmodel.common
Classes in com.evolveum.midpoint.repo.sqale.qmodel.common with type parameters of type ContainerableModifier and TypeClassDescriptionclassQContainerMapping<S extends Containerable,Q extends QContainer<R, OR>, R extends MContainer, OR> Mapping betweenQContainerandContainerable.classQContainerWithFullObjectMapping<S extends Containerable,Q extends QContainerWithFullObject<R, OR>, R extends MContainerWithFullObject, OR> -
Uses of Containerable in com.evolveum.midpoint.repo.sqale.qmodel.object
Methods in com.evolveum.midpoint.repo.sqale.qmodel.object with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable,TQ extends QContainer<TR, R>, TR extends MContainer>
SqaleMappingMixin<S,Q, R> QObjectMapping.addContainerTableMapping(@NotNull ItemName itemName, @NotNull QContainerMapping<C, TQ, TR, R> containerMapping, @NotNull BiFunction<Q, TQ, com.querydsl.core.types.Predicate> joinPredicate) <C extends Containerable,TQ extends QContainerWithFullObject<TR, R>, TR extends MContainerWithFullObject>
SqaleMappingMixin<S,Q, R> QObjectMapping.addFullObjectContainerTableMapping(@NotNull ItemName itemName, @NotNull QContainerWithFullObjectMapping<C, TQ, TR, R> containerMapping, boolean includeByDefault, @NotNull BiFunction<Q, TQ, com.querydsl.core.types.Predicate> joinPredicate) Methods in com.evolveum.midpoint.repo.sqale.qmodel.object with parameters of type ContainerableModifier and TypeMethodDescriptionprotected booleanQObjectMapping.upgradeLegacyMetadataToValueMetadata(Containerable ret, MetadataType legacyMeta) -
Uses of Containerable in com.evolveum.midpoint.repo.sqale.qmodel.ref
Methods in com.evolveum.midpoint.repo.sqale.qmodel.ref with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
byte[]QObjectReferenceFullObjectMapping.createFullObject(ObjectReferenceType ref) -
Uses of Containerable in com.evolveum.midpoint.repo.sqale.update
Classes in com.evolveum.midpoint.repo.sqale.update with type parameters of type ContainerableModifier and TypeClassDescriptionclassContainerTableUpdateContext<S extends Containerable,Q extends QContainer<R, OR>, R extends MContainer, OR> Update context for multi-value containers stored in separate table.classNestedContainerUpdateContext<S extends Containerable,Q extends FlexibleRelationalPathBase<R>, R> Update context for nested containers stored in the same table used by the parent context. -
Uses of Containerable in com.evolveum.midpoint.schema
Classes in com.evolveum.midpoint.schema with type parameters of type ContainerableModifier and TypeInterfaceDescriptioninterfaceContainerableResultHandler<C extends Containerable>Handles iterative processes that concern containerables.Methods in com.evolveum.midpoint.schema with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
PrismContainerDefinition<C>SchemaService.findContainerDefinitionByCompileTimeClass(Class<C> containerableType) Methods in com.evolveum.midpoint.schema that return types with arguments of type ContainerableModifier and TypeMethodDescriptionClass<? extends Containerable>RepositoryQueryDiagRequest.getType()Method parameters in com.evolveum.midpoint.schema with type arguments of type ContainerableModifier and TypeMethodDescriptionstatic <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID> DeltaConvertor.createItemDelta(ItemDeltaType propMod, Class<? extends Containerable> objectType) Item delta: XML -> native.voidRepositoryQueryDiagRequest.setType(Class<? extends Containerable> type) -
Uses of Containerable in com.evolveum.midpoint.schema.delta
Classes in com.evolveum.midpoint.schema.delta with type parameters of type ContainerableModifier and TypeClassDescriptionclassContainerTreeDelta<C extends Containerable>classContainerTreeDeltaValue<C extends Containerable> -
Uses of Containerable in com.evolveum.midpoint.schema.merger
Classes in com.evolveum.midpoint.schema.merger with type parameters of type ContainerableModifier and TypeClassDescriptionclassBaseMergeOperation<C extends Containerable>Implements the actual merging of two objects (Containerable) of the same type.Methods in com.evolveum.midpoint.schema.merger with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
CBaseMergeOperation.merge(C target, C source) A convenience method that merges two values without origin marking or custom config.<C extends Containerable>
List<C>AdminGuiConfigurationMergeManager.mergeContainers(List<C> currentContainers, List<C> superContainers, Function<C, Predicate<C>> predicate, BiFunction<C, C, C> mergeFunction) -
Uses of Containerable in com.evolveum.midpoint.schema.route
Methods in com.evolveum.midpoint.schema.route with parameters of type ContainerableModifier and TypeMethodDescriptionstatic @NotNull List<PrismValue>ItemRouteResolver.resolve(@Nullable Containerable containerable, @NotNull ItemRoute route) @NotNull List<PrismValue>ItemRoute.resolveFor(@Nullable Containerable containerable) Shouldn't return `null` values. -
Uses of Containerable in com.evolveum.midpoint.schema.util
Methods in com.evolveum.midpoint.schema.util with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
@NotNull List<C>ObjectTypeUtil.getDetachedContainerables(@NotNull Collection<C> containerables) Returns containerables that are not rooted in aPrismObject.static <C extends Containerable>
Collection<PrismObject<? extends ObjectType>>ObjectTypeUtil.getRootsForContainerables(@NotNull Collection<C> containerables) Returns "identity collection" i.e. equivalent objects can be present there, differing in their identity.Methods in com.evolveum.midpoint.schema.util with parameters of type ContainerableModifier and TypeMethodDescriptionstatic voidObjectTypeUtil.checkIn(@NotNull Containerable c, @NotNull Class<?> expectedRootType) static PrismContainerValue<ExtensionType>ObjectTypeUtil.getExtensionContainerValue(Containerable containerable) static <T> Collection<T>ObjectTypeUtil.getExtensionPropertyValues(Containerable containerable, QName propertyQname) static <T> @NotNull Collection<T>ObjectTypeUtil.getExtensionPropertyValuesNotNull(Containerable containerable, @NotNull QName propertyQname) Never returns null.static Collection<Referencable>ObjectTypeUtil.getExtensionReferenceValues(Containerable containerable, QName propertyQname) static @Nullable ValueMetadataTypeValueMetadataTypeUtil.getMetadata(Containerable holder, ProvenanceMetadataType provenance) static @NotNull Collection<ValueMetadataType>ValueMetadataTypeUtil.getMetadataBeans(Containerable containerable) static @NotNull ValueMetadataTypeValueMetadataTypeUtil.getMetadataRequired(Containerable holder, ProvenanceMetadataType provenance) static @NotNull ValueMetadataTypeValueMetadataTypeUtil.getOrCreateMetadata(@NotNull Containerable holder, @NotNull ProvenanceMetadataType provenance) static @NotNull StorageMetadataTypeValueMetadataTypeUtil.getOrCreateStorageMetadata(@NotNull Containerable holder, @NotNull ProvenanceMetadataType provenance) static <O extends Objectable>
OObjectTypeUtil.getParentObject(@NotNull Containerable containerable) Returns parent object, potentially traversing multiple parent links to get there.static <O extends Objectable>
PrismObject<O>ObjectTypeUtil.getParentObjectOld(Containerable containerable) Deprecated.static Set<?>MatchingUtil.getRealValuesForPath(Containerable containerable, ItemPath path) static longValueMetadataTypeUtil.getValueMetadataId(@NotNull Containerable holder, @NotNull ProvenanceMetadataType provenance) Method parameters in com.evolveum.midpoint.schema.util with type arguments of type ContainerableModifier and TypeMethodDescriptionResource.ResourceItemDefinitionResolver.findItemDefinition(@NotNull Class<? extends Containerable> type, @NotNull ItemPath itemPath) -
Uses of Containerable in com.evolveum.midpoint.schema.validator
Methods in com.evolveum.midpoint.schema.validator with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
ValidationResultObjectValidator.validate(PrismContainerValue<C> object) -
Uses of Containerable in com.evolveum.midpoint.schema.validator.processor
Methods in com.evolveum.midpoint.schema.validator.processor with type parameters of type ContainerableModifier and TypeMethodDescriptiondefault <C extends Containerable>
CProcessorMixin.getItemParent(PrismObject<?> object, ItemPath path) default <O extends Containerable>
booleanProcessorMixin.matchParentTypeAndItemName(PrismObject<?> object, ItemPath path, Class<O> type, ItemName itemName) -
Uses of Containerable in com.evolveum.midpoint.security.enforcer.api
Methods in com.evolveum.midpoint.security.enforcer.api with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
AccessDecisionSecurityEnforcer.determineItemValueDecision(@NotNull ObjectSecurityConstraints securityConstraints, @NotNull PrismContainerValue<C> containerValue, @NotNull String operationUrl, @NotNull AuthorizationPhaseType phase, boolean consideringCreation, @NotNull String decisionContextDesc) Determines the access to given value (`containerValue`) carrying e.g. an assignment.static <C extends Containerable>
ValueAuthorizationParameters<PrismContainerValue<C>>ValueAuthorizationParameters.of(C c) -
Uses of Containerable in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
CTask.getContainerableOrClone(ItemPath path, Class<C> type) TODO<T extends Containerable>
TTask.getExtensionContainerRealValueOrClone(ItemName containerName) Returns specified single-valued container real value from the extension To ensure thread safety, in the case of running tasks the returned value is a clone of the live one.<C extends Containerable>
voidTask.setExtensionContainer(PrismContainer<C> item) Sets a container in the extension - replaces existing value(s), if any, by the one(s) provided.<T extends Containerable>
voidTask.setExtensionContainerValue(QName containerName, T value) Sets a container value in the extension - replaces existing value(s), if any, by the one provided. -
Uses of Containerable in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test with type parameters of type ContainerableModifier and TypeMethodDescription<C extends Containerable>
CNullTaskImpl.getContainerableOrClone(ItemPath path, Class<C> type) <T extends Containerable>
TNullTaskImpl.getExtensionContainerRealValueOrClone(ItemName containerName) <C extends Containerable>
voidNullTaskImpl.setExtensionContainer(PrismContainer<C> item) <T extends Containerable>
voidNullTaskImpl.setExtensionContainerValue(QName containerName, T value) -
Uses of Containerable in com.evolveum.midpoint.web.component
Classes in com.evolveum.midpoint.web.component with type parameters of type Containerable -
Uses of Containerable in com.evolveum.midpoint.web.component.data.column
Classes in com.evolveum.midpoint.web.component.data.column with type parameters of type ContainerableModifier and TypeClassDescriptionclassAbstractNameColumn<SR extends SelectableRow<C>,C extends Containerable> classContainerableNameColumn<SR extends SelectableRow<C>,C extends Containerable> Created by Viliam Repan (lazyman).classGuiActionColumn<T extends Serializable,C extends Containerable> Methods in com.evolveum.midpoint.web.component.data.column with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable>
CColumnUtils.unwrapRowModel(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> rowModel) static <C extends Containerable,S extends SelectableRow<C>>
CColumnUtils.unwrapSelectableRowModel(org.apache.wicket.model.IModel<S> rowModel) -
Uses of Containerable in com.evolveum.midpoint.web.component.search.filter
Classes in com.evolveum.midpoint.web.component.search.filter with type parameters of type ContainerableModifier and TypeClassDescriptionclassBasicSearchFilter<C extends Containerable>classSearchFilter<C extends Containerable> -
Uses of Containerable in com.evolveum.midpoint.web.component.util
Classes in com.evolveum.midpoint.web.component.util with type parameters of type Containerable -
Uses of Containerable in com.evolveum.midpoint.web.model
Classes in com.evolveum.midpoint.web.model with type parameters of type ContainerableModifier and TypeClassDescriptionclassItemWrapperModel<C extends Containerable,IW extends ItemWrapper> classPrismContainerValueWrapperModel<T extends Containerable,C extends Containerable> Model that returns PrismContainerValueWrapperModel base on path.classPrismContainerValueWrapperModel<T extends Containerable,C extends Containerable> Model that returns PrismContainerValueWrapperModel base on path.classPrismContainerWrapperHeaderModel<C extends Containerable,T extends Containerable> classPrismContainerWrapperHeaderModel<C extends Containerable,T extends Containerable> classPrismContainerWrapperModel<C extends Containerable,T extends Containerable> classPrismContainerWrapperModel<C extends Containerable,T extends Containerable> classPrismPropertyWrapperHeaderModel<C extends Containerable,T> classPrismPropertyWrapperModel<C extends Containerable,T> classPrismReferenceWrapperHeaderModel<C extends Containerable,R extends Referencable> classPrismReferenceWrapperModel<C extends Containerable,R extends Referencable> Methods in com.evolveum.midpoint.web.model with type parameters of type ContainerableModifier and TypeMethodDescriptionstatic <C extends Containerable,T extends Containerable>
PrismContainerValueWrapperModel<T,C> PrismContainerValueWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<? extends PrismContainerValueWrapper<T>> model, ItemPath path) static <C extends Containerable,T extends Containerable>
PrismContainerValueWrapperModel<T,C> PrismContainerValueWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<? extends PrismContainerValueWrapper<T>> model, ItemPath path) static <C extends Containerable>
PrismContainerWrapperModel<C,C> PrismContainerWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemName path) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemName path) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemPath path) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemPath path) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, String containerIdentifier) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, String containerIdentifier) static <C extends Containerable,T>
PrismPropertyWrapperModel<C,T> PrismPropertyWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemName path) static <C extends Containerable,T>
PrismPropertyWrapperModel<C,T> PrismPropertyWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemPath path) static <C extends Containerable,R extends Referencable>
PrismReferenceWrapperModel<C,R> PrismReferenceWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemName path) static <C extends Containerable,R extends Referencable>
PrismReferenceWrapperModel<C,R> PrismReferenceWrapperModel.fromContainerValueWrapper(org.apache.wicket.model.IModel<PrismContainerValueWrapper<C>> parent, ItemPath path) static <C extends Containerable,T extends Containerable>
PrismContainerValueWrapperModel<T,C> PrismContainerValueWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<T>> model, ItemPath path) static <C extends Containerable,T extends Containerable>
PrismContainerValueWrapperModel<T,C> PrismContainerValueWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<T>> model, ItemPath path) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemName path) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemName path) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemName path, Supplier<PageBase> page) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemName path, Supplier<PageBase> page) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path, SerializableSupplier<PageBase> page) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path, SerializableSupplier<PageBase> page) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, String containerIdentifier) static <C extends Containerable,T extends Containerable>
PrismContainerWrapperModel<C,T> PrismContainerWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, String containerIdentifier) static <C extends Containerable,T>
PrismPropertyWrapperModel<C,T> PrismPropertyWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemName path) static <C extends Containerable,T>
PrismPropertyWrapperModel<C,T> PrismPropertyWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path) static <C extends Containerable,R extends Referencable>
PrismReferenceWrapperModel<C,R> PrismReferenceWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemName path) static <C extends Containerable,R extends Referencable>
PrismReferenceWrapperModel<C,R> PrismReferenceWrapperModel.fromContainerWrapper(org.apache.wicket.model.IModel<? extends PrismContainerWrapper<C>> parent, ItemPath path) -
Uses of Containerable in com.evolveum.midpoint.xml.ns._public.common.api_types_3
Classes in com.evolveum.midpoint.xml.ns._public.common.api_types_3 that implement ContainerableModifier and TypeClassDescriptionclassclassclassclassclassDescribe terminate session event cluster-wide. -
Uses of Containerable in com.evolveum.midpoint.xml.ns._public.common.audit_3
Classes in com.evolveum.midpoint.xml.ns._public.common.audit_3 that implement ContainerableModifier and TypeClassDescriptionclassAudit event record describes a single event (usually data change) in a format suitable for audit. -
Uses of Containerable in com.evolveum.midpoint.xml.ns._public.common.common_3
Classes in com.evolveum.midpoint.xml.ns._public.common.common_3 that implement ContainerableModifier and TypeClassDescriptionclassDefinition of an access certification - a template for a set of access certification campaigns.classCommon parts of definitions of activity-related reports.classSupertype for all activity state types.classSession process options.classDefines mapping(s) for an attribute.classCommon supertype for all authentication module definitions.classWork definition for the certification related operations.classAbstract clockwork-based synchronization action.classAbstract supertype for constructions.classCurrent state of a correlator being used.classDefinition of a correlator.classCommon definition for all authentication modules that use password.classclassSupertype of report export types.classAbstract type for key from key store.classConfiguration of the logger: the facility that collects log messages from the code.classDefines how a value of a property (or attribute) should be constructed.classCommon supertype for item normalization steps (for custom indexing).classAbstract supertype for all data types that specify configuration properties for a specific object type (User, Role, Org, Resource, ...)classCommon supertype for policy for given operation.classCommon definition for all authentication modules that use password.classBasic data structure for all policy constraints.classBasic super type for predefined configuration of account activation.classTODOclassAbstract type for configuration of reports.classDefinition for report-related activities.classAbstract class that contains the "essence" of a role.classAbstract supertype for various expression and related profiles.classCommon definition for all authentication modules that use security questions.classDefinition of a shadow association type: parts that are common for native and simulated association types.classAbstract type for key from string representation.classInformation about mapping or expression source during evaluation.classAbstract synchronization action - either clockwork-based or arbitrary one.classReaction to synchronization situation or situations: a common supertype for object and item-level structures.classclassMarker type for an activity work definition.classTODO EXPERIMENTALclassTODOclassCommon superclass for workflow (approval) work item, certification work item and case management work item.classDescribes how to segment the work into buckets and manage them.classclassScope for assignment-related reviews.classDefinition of an access certification campaign.classStatistics give a set of access certification cases.classclassAn item that has to be certified, viewed in the scope of a given certification campaign.classConfiguration for access certification.classAccess certification definition augmented with report-related information (e.g. number of campaigns).classAccess certification definition.classThe most common way of specifying scope - providing type+search filter to select "base" objects and then some means of deriving certification cases from them.classTODOclassTODOclassSpecifies how to select reviewers for a campaign stage.classSpecifies the scope of an access certification campaign.classDefinition of an access certification campaign stage.classInformation about a stage of a campaign.classA work item for a certification case.classA configuration request access UIclassTODOclassTODOclassType that defines activation properties.classTailors the work specification by adding activity or activities before or after existing ones, or by changing specification (execution mode, flow of control, distribution) of existing activities.classObjects affected by a simple activity.classTODOclassWork definition for the auto-scaling activity.classWork state for the auto scaling activity.classTODOclassTODOclassInformation about the bucket processing within an activity.classTODOclassTODOclassDefines the features related to the flow of control within an activity (simple or composite).classCounters related to the execution of the activity, grouped into related categories.classA group of related counters.classA single counter.classDescribes an activity, i.e. something that has to be carried out within a task.classTODOclassDescribes how we are going to distribute the work that is to be done: how to divide it into work buckets, and how to distribute these buckets to worker tasks.classSpecifies a reaction when a given error during activity execution occurs.classSpecifies a strategy for handling errors during iterative activities.classDetailed definition of the execution mode.classHow should the activity deal with item counting, i.e. determining "expected total" for a bucket or overall.classInformation about item processing in given activity.classControls logging aspects of an activity execution.classclassProgress of an activity.classA collection of related report data objects.classHow should the task report its various aspects?classDefines specific activity-related reports.classReports related to activity execution.classInformation about individual activity run.classShould the simulation result be created for the activity?classState related to the "simulated" execution of this activity (and its children).classParameters related to the maintenance of activity tree state overview.classDescribes the state of an activity.classStatistical information for individual activities.classHow the part is realized via subtask.classInformation about synchronization situations of objects processed by synchronization-related tasks: live sync, import, reconciliation.classTODOclassDefinition for tracing execution of an iterative activity.classDescribes the state of an activity tree.classCreates an owning focus for the resource object.classCreates an owning focus value for the resource object value.classAuthorizations to be applied in addition to or instead of the ones of current/selected subject.classConfiguration related to approvals GUI.classDefault display formats for various UI elements.classRole management features that are potentially user-specific i.e. assigned as part of GUI configuration.classAdministration GUI configuration.classStructure containing metadata about administrative operational state of the resource.classContains free form logging configuration.classCondition controlling item report collection that is evaluated after the item is processed.classThis policy constraint always applies.classContains information about matching rules for attribute analysis.classContains information about matching rules for object analysis process.classThe container consists of statistical data about role analysis cluster.classConfiguration of the logger: the facility that collects log messages from the code.classSpecification of policies that are applicable to this object type.classPrescribes how individual approval requirements should be composed into overall approval schema.classDescribes the approval context, i.e. what has to be approved, the approval schema, and so on.classApproval action.classTrace for operation(s) that create approval process start instruction(s).classInformation on actual or expected execution of an approval schema.classRules for approving something (e.g. assignment of a role to a user).classOne "level" (or stage) in the approval process.classInformation of an actual or expected execution of an approval stage.classPreview of an execution of an approval stage.classRecord of an actual execution of an approval stage.classDefinition of GUI-related configuration for the archetyped objects.classDefinition of archetype policies, such as object template, lifecycle, type display properties and so on.classModule is used for the refining user search based on archetype selection.classDefines a set of archetypes.classArchetype definition.classTrace for assignment evaluation operation.classAbstract supertype for all object types that can have assignments.classConstraint that triggers the rule when the object is assigned.classAssignment path leading to this data.classOne segment in the metadata assignment path.classOne segment in the assignment path.classSequence of assignment paths, e.g. one chain of evaluated assignments.classclassSpecifies what types of assignments can be made to the focal object when it is a target of an assignment.classTrace for assignment evaluation operation.classSelects some assignments from all the assignments in the object.classGeneric assignments of one object to another object.classDefinition of an associated object.classContainer for association-to-be-added in the context: resource shadow discriminator.classCreates association values by constructing it via mappings for individual attributes and object references.classSynchronizes association values by correlating and mapping them to values of respective focus item (typically, an assignment).classOptions for asynchronous script execution.classJAXB version of OperationRequested.Add class.classJAXB version of OperationRequested.Delete class.classJAXB version of OperationRequested.Modify class.classJAXB version of OperationRequested class.classExecutes the asynchronous update from a resource.classThe container consists of statistical data about object.classDefines inbound mapping(s) for an attribute.classDefines outbound mapping(s) for an attribute.classThe module can be used as an additional verification of the already authenticated user.classclassclassBehavioral data about past authentications.classDefinition of authentication modules that midPoint is aware about.classChannel specification for authentication sequence.classSpecification of authentication module in the sequence.classAuthentication sequence.classDefinition of the use of authentication mechanisms.classA request to evaluate authorization-based access decision.classA request to evaluate authorization-based filter processing.classRequest to evaluate authorizations for diagnostics purposes.classResponse of diagnostic evaluation of authorizations.classHow the evaluation should be traced.classLimitations of this authorization when it is applied to other authorizations.classAuthorization define fine-grained access to midPoint objects and system functionality.classclassSpecification of role auto-assignment properties.classclassDefines how auto-scaling should be carried out.classAvailable (saved or preconfigured) filter which can be applied during the search.classCommon base type for handler and notifiers - filtering and common information.classSpecifies the basic features of a repository-based object set.classSpecifies a set of resource objects to be processed with only basic identifiers.classCondition controlling item report creation that is evaluated before the item is processed.classGeneral-purpose behavioral data.classSpecification of how string-based segments are delineated.classInformation about bucket completion or analysis to be recorded in buckets report.classDefines how buckets should be created.classDefines report on buckets processing.classDefines the sampling of buckets.classTODOclassSpecifies restrictions and permissions for a specific action.classA profile concerning the use of actions.classHow is the cache invalidated?classSettings for a given cache and object type(s).classSettings for a given cache.classReport on the state of midPoint caches.classHow cache statistics are collected and reported.classclassProfiles for various kind of caching.classDefinition of object attribute caching policies.classSpecific caching profile that can be used system-wide or for individual threads.classCollection of resource capabilities.classEvent describing the completion of a workflow process instance.classInformation related to correlation request that is to be resolved.classEvent describing the creation of a workflow process instance.classAny event occurring during case lifetime that needs to be recorded, e.g. an action done by a user.classTODOclassA work item for a (generic) case.classWork definition for the close current stage of the certification campaign operation.classWork definition for the opening next stage of the certification campaign operation.classTODOclassWork definition for the certification campaign reiteration operation.classWork definition for the certification campaign remediation operation.classWork definition for the start certification campaign operation.classBatch of changes to be executed.classConfiguration of comment text field in last step (checkout) of request access UI wizard.classConfiguration structure related to request access UI wizard and its last step - checkout.classConfiguration of validity (assignment validity) for requested roles in last step (checkout) of request access UI wizard.classDefinition for a classic report export activity.classDefinition for a classic report import activity.classConfiguration of the logger: the facility that collects log messages from the code.classInformation how to override logging level for specified logger(s).classConfiguration of cleanup intervals and policies for various midPoint subsystems.classConfiguration of cleanup intervals and policies for a specific subsystem or feature.classDefinition for a cleanup activity.classTrace for Clockwork.click operation.classTrace for Clockwork.run operation.classAbstract trace for clockwork events.classContains information about matching rules for clustering process.classContains information about matching rules for clustering process.classState of the cluster for the purposes of auto-scaling.classSpecification of an explicit or implicit object collection (including reference to the collection).classSpecification of an explicit or implicit object collection, without reference to the collection.classConstraints for collection stats (statistics).classStats (statistics) setting and entries.classTODO EXPERIMENTALclassReport on structured object size.classDefinition of scaling for the composite correlator.classUser-friendly way of defining a correlator or correlators.classComposition-enabled composite correlator.classDefines properties of a specific dashboard widget.classWhat parts of a system configuration (in the most broad sense of the word), or what changes thereof should be (or are) used for the particular execution?classTODOclassHow to resolve write-write conflicts on focal objects, i.e. if two threads modify given objects at once.classResource configuration (hostname, port, ...).classclassclassHost definition for remote connector, remote connector framework or a remote "gateway".classComplete specification of a connector instance with configuration and capabilities.classDescription of a generic connector.classInformation about a ConnId operation.classDefines report on ConnId operations.classHow constraints checking (for focus and projections) should be done.classProjection construction.classDefinition for the panel which will be used on details panel.classAbstract container secrets provider.classModule is used for the user authentication using the correlation rules.classLegacy definition of whether to create correlation cases.classDefines the custom confidence value for given correlator.classThese values are used to determine the correlation results.classDefinition of a correlation (e.g. for resource object type).classItem that should be correlated as part of this correlator (i.e., correlation rule).classConfiguration for correlation module.classDefines some restrictions for the correlation authentication module.classDefinition of how the results of the correlator should be integrated in the parent (composite) one.classCreates (or updates) a correlation case for resource object in "disputed" synchronization state, i.e. one whose owner cannot be reliably determined.classStructure that specifies common elements to all the credential policies.classSource of a new credential value.classCredentials management policy.classSpecifies the method of resetting the credential.classCredentials reset management policy.classSpecifies the method of storing the credential in midPoint.classThis is a container type for various credentials types: passwords, public keys, one-time password scheme identifiers, etc.classCSV export type for Report.classWork state for a custom composite activity.classNormalization carried out using custom expression.classCustom notifier which uses expression to produce the message object.classCustom ways of evaluating a policy constraint.classConfiguration of the custom secrets provider, that is not known at the compile time.classCustom secrets provider implementation, that is not known at the compile time.classCustom type transport that can be realized either as a Java class (e.g. using overlay mechanism) specified in `type` element or via `expression`.classSpecifies layout of a dashboard, such as the user dashboard (home screen) or administration dashboard.classConfiguration of dashboard-based reports.classConfiguration Dasboard dashboard showing in GUI.classProperties of a specific widget data field.classSpecifies widget data source.classSpecifies widget presentation properties.classDefines properties of a specific dashboard widget.classConditional variation in the way how the widget is displayed.classContainer which specify legal content for the role related to the GDPR.classCleanup policy for dead nodes.classDefault expression profiles to be used in specific situations.classDefault phase or phases for evaluation of inbound mappings.classDefault operation policy for those operations that do not have their behavior specified explicitly via object marks.classIf an account is unassigned and there is no other existing assignment for an account midPoint will de-provisioning that account.classTODO EXPERIMENTALclassState for a delegation (delegating) activity run.classDeletes the owning focus for the resource object.classDeletes the owning focus value for the resource object value.classDeletes the resource object.classDeletes the resource object value.classDeletes specified objects.classTODO EXPERIMENTALclassInformation about midPoint deployment: subscription information, deployment name, description, color and so on.classContains information about the outlier assignment anomaly result.classContains information about the outlier assignment anomaly result.classSpecific elements for export/import.classclassDefinition for a distributed report export activity.classDocker secrets provider.classTODOclassModule is used for 2FA authentication.classEnforcement action.classEnvironment variables secrets provider.classWhat should a task do when an error of given type is encountered?classSelects error categories, e.g. for the purpose of criticality definition, selection which error types to handle, etc.classDescription of an error condition to act on.classTODO EXPERIMENTALclassDefines how a value of a property (or attribute) should be constructed.classAn event handler type - extends common handler with filter/info and additionally can contain one or more notifiers of various kinds.classDomain of a given event mark.classInformation specific for event marks.classContainer that defines exclusion of entities (e.g. roles).classPrivileges and identity that will be used to execute an expression or similar operation.classExecutes given changes.classSegmentation strategy that explicitly enumerates the buckets.classA correlator that uses a specified expression to find shadow owner.classTrace for expression evaluation operation.classSpecifies restrictions for execution of specific expression evaluators.classDescribes input parameters to the expression.classSpecifies restrictions and permissions for a specific class.classSpecifies restrictions and permissions for a specific method.classSpecifies restrictions and permissions for a package.classSpecifies restrictions and permissions for various evaluators, especially for scripting expressions.classSpecifies restrictions for execution of expressions and scripts.classInformation about mapping source during evaluation.classComposition-enabled expression correlator.classPlace for non-standard object properties.classSelects objects that were failed to be processed in previous activity run(s).classclassHow should be errors during object fetch process handled and reported.classclassExport configuration.classSecrets provider that reads secrets from files.classWhere and how to store "file" messages.classA correlator that uses a specified filter to find shadow owner.classComposition-enabled filter correlator.classSpecification of role auto-assignment properties.classTODOclassAlternative identities for a focus.classSource of a focus identity.classAlternative identity for a focus.classInformation about focus being loaded.classA single (alternative) identity.classAbstract supertype for all object types that can be focus of full midPoint computation.classExecutes validity scan on focal objects.classclassclassSpecifies a form using several different methods, e.g. by specification of Java class, internal form OID, etc.classForm definition.classRepresents frequency-related information.classInformation about full shadow being loaded.classConfiguration of the full text search feature.classWhat items to index.classWhat function libraries and their functions can be called?classWhat functions in a given function library can be called?classDefine reusable functionsclassSpecifies the fuzzy search algorithm to use for searching.classConfiguration for GeneralChangeProcessor.classGeneral notifier that can handle any type of event.classConfiguration that is common to all transport configurations.classGeneric object for storing unknown (unexpected) object types.classA generic configuration for a wf aspect.classSee GetOperationOptions for a description.classPolicy rule for use in global configuration.classGroup selection structure creates new tile in first step of request access wizard UI (person of interest).classActions are special things that can be done with particular object or list of objects.classSpecifies the settings for GUI object export.classFlexible configurable label.classBase data Provider configurationclassConfiguration of the object list column.classSpecifies form that are used for displaying and editing of specific object typeclassSpecifies the set of default panels that are used for displaying and editing of objects, such as User, Role, Org, ...classSpecifies the configuration of a generic table listing various things (usually objects).classConfiguration of additional panels that can be present in some view types.classSpecifies the set of pages that are used for displaying lists of objects such as Users, Roles, Orgs, ...classSpecifies the page used to list specific object type or object collection.classParameter which can be used within GUI.classSpecifies form that are used for displaying and editing of specific object type EXPERIMENTAL.classSpecifies form that are used for displaying and editing of specific object type EXPERIMENTAL.classList pages for shadows.classConstraint that triggers when the focus has given assignment(s).classTODOclassDefinition for self dashboard.classHTML export type for Report.classDefinition of HTTP BASIC authentication module (RFC 7617).classPseudo-authentication for pre-authenticated users.classDefinition of HTTP SecQ module.classUser interface icon specification.classIdentity recovery management policy.classAttributes to be sent to the external ID Match service.classWhat properties should be sent to the ID Match service.classState of the process driven by ID Match correlator.classCorrelation using ID Match service.classComposition-enabled ID Match correlator.classError should be ignored and the processing should continue.classA segmentation strategy that is interpreted by the specific activity run.classDefinition for an import activity.classInactivates the owning focus for the resource object.classInactivates the owning focus value.classInactivates the resource object.classInactivates the resource object value.classPhase or phases in which the mapping should be evaluated.classConfiguration of inbound mappings evaluation.classclassDefinition of item normalization (for custom indexing).classConfiguration for indirect search item.classTechnical (infrastructure) configuration of midPoint deployment.classIn Memory Assignment Data ProviderclassInteger stat (statistic) entry.class"Fast filter" that can reject a raw operation result.classInformation about a midPoint internal operation.classDefines report on internal operations.classVarious internals configuration elements.classTrace for item consolidation.classDefinition of a property constraints.classDefinition of correlation-related aspects of a focus item.classDefinition of a single-item correlator for an item (a resource object attribute or a focus item).classDefinition of a custom indexing for an item.classTODOclassInformation about item processing to be recorded in items report.classDescription of the common item handling details, such as display name, read/write access and value and synchronization expressions.classTODOclassColumns common to all specific item-related reports (like ConnId operations, internal operations, etc).classCondition controlling item report creation or collection that is evaluated before or after item is processed.classCorrelator that compares individual items.classDefines the custom confidence value for given search item.classSpecifies how to search for the item.classDefines report on items processing.classComposition-enabled items correlator.classAction(s) that have to be executed in specified synchronization situation.classDefines reaction(s) to synchronization-related situations, plus other synchronization settings, at the level of focus item.classReaction to synchronization situation or situations at the level of focus item.classDefinition of iteration properties for a resource account or other resource objects.classExecutes specified changes on specified objects.classExecutes a script (a.k.a. action) over a set of objects.classDefine that resource server expect token in format JWT.classLDAP authentication module supports authentication via LDAP server.classSearch configuration which uses an Ldap filter to locate the userclassThis type exists just to allow (deprecated) "cases" element in legacy synchronization bean.classValues of sequences used in the computation.classValue of a sequence used in the computation.classA serialization of model context, i.e. a context of an operation in the model.classTODOclassTODOclassTODOclassSpecifies the use of Levenshtein edit distance for searching.classSpecifies restrictions and permissions for a specific library function.classAction that reduces (purges) object data.classTODO EXPERIMENTALclassSpecification of lifecycle states and state transitions.classSpecification of lifecycle state transition.classSpecification of lifecycle state.classSelects objects among linked ones (for this object).classSelects objects among linked sources (for this object).classLinks resource object to its owning focus.classSelects objects among link targets (for this object).classDefinitions of link types for objects having this archetype.classDefinitions of a link type.classDefinition for a live sync activity.classState of the live sync activity.classSingle language localization for the message template.classAuditing configuration for auditing by using the logging subsystem.classConfiguration of logging levels, categories, log files, etc.classInformation how to override logging configuration.classDefinition of "login form" module.classData structure that represents entire content of the lookup table, organized into table rows.classAn object that represents lookup table.classMail nonce authentication module.classWhere and how to send mail messages (or any other mail messages).classDescribes the context of the manual provisioning request that is represented by a case.classTrace for mapping evaluation operation.classInformation about mapping source during evaluation.classclassSpecification of a mapping, typically used to identify the mapping that provided a particular focus value.classMapping state properties after evaluation.classMapping state property.classGeneric set of mappings.classInforms that the value was provided by a mapping (and how exactly).classSpecialization of abstract mapping for regular data mappings.classInformation about the marking rule that provided a value for effectiveMarkRef (for shadows).classA mark is a "label" given to an object - currently a prism object, an assignment, or audited/simulation event.classConfiguration of memory diagnostics features.classConfiguration that specifies automatic merging of two objects.classSpecifies the content of the message used with a transport mechanism, for instance mail.classLocalizable template of the message used with a transport mechanism, for instance mail.classA configuration for message transports.classDefines handling of a metadata items.classDescription of the metadata item handling details, such as (TODO)classSpecialization of abstract mapping for metadata mappings.classIn what situations should be this mapping template applied?classSelection of items to include/exclude when applying given metadata processing.classHow object metadata should be recorded or updated.classMeta-data about data creation, modification, etc.classTrace for model's delta execution.classOptions for execution of Model operations.classConstraint that triggers the rule on object modification, addition or deletion.classTODOclassSAML2 key from key store.classSAML2 key from string representation.classConstraint on multiplicity of assigned objects.classWork definition for the multi-propagation activity.classHow should be a multi-source item handled.classDefinition of "multi-source" item.classNode describes a single installation of midPoint.classStructure that specifies policy for nonce management.classclassExecutes a script (a.k.a. action) on an empty or explicitly specified input.class"No-op" correlation that always returns "certainly no owner" result.class"No-op" normalization step (for custom indexing).classWork definition for a no-op activity.classSteps to be applied during item normalization (for custom indexing).classA configuration for user notifications.classMessage attachment for notifications.classTODOclassType for notification specific transport configuration.classSegmentation strategy that divides the processing space (represented by an interval of numeric values) into a number of work buckets.classConfiguration of object collection-based reports.classObject collection specification.classSpecifies the set of forms that are used for displaying and editing of objects, such as User, Role, Org, ...classSpecifies form that are used for displaying and editing of specific object typeclassDefinition for object integrity check activity.classShadow specific provisioning policy.classPosition of an object (an item in the language of prism) within midPoint objects structure.classDefinition of policy for a specific object type.classSelects some objects from all the objects in midPoint.classA definition that applies to a set of repository objects.classSpecifies a set of repository objects to be processed.classDefines a synchronization properties (configuration) for a resource.classDefines a synchronization properties (configuration) for a specific type of object, e.g.classObject-template-related settings related to correlation.classTODO Description of the common item handling details, such as display name, read/write access and value and synchronization expressions.classclassTODO: update The user template used to create new users.classCommon supertype for all identity objects.classConfiguration for default object type.classOpenId Connect authentication module.classOpenID Connect client.classOpenID Provider.classOpenID Connect resource server.classSegmentation strategy that divides the processing space into a number of buckets based on OID values.classDefine that resource server expect opaque token, which have to be verified by user info endpoint.classStructure containing metadata about operational state of the resource.classHow operationExecution records should be updated.classInformation about operation execution record real owner.classInformation about an operation executed on an object.classWhat monitored operations to trace.classTODOclassStrategy for operation result aggregation.classOperation execution statistics/state.classTODOclassTODOclassDefinition of object with respect to subject membership in organizational hierarchy.classOrganizational unit, division, section, object group, team, project or any other form of organizing things and/or people.classThe object (currently supported are tasks) is orphaned i.e. has declared a parent but the parent does not exist.classclassclassLimitations related to other privileges, like the ability to complete work items.classCounter keyed by a qualified outcome.classThe container consists of statistical data about object.classSelects some objects from all the objects in midPoint.classDescribes input parameters.classOptions that allows to select only some of the projector/clockwork parts to process.classStructure that specifies policy for password management.classContains a single entry of the password history.classTODOclassclassConfiguration for a primary change processor aspect.classDescription of an operation that is pending (in progress) or that was recently completed.classPersona construction.classDescribes an attempt that is to be made.classActions that are executed as reactions to triggered policy rules.classCommon supertype for policy actions.classTrace for policy constraint evaluation operation.classHow should be triggering of this constraint presented, e.g. in enforcement messages, in approvals, in certification, in notifications, etc.classReferences another policy constraint.classSet of governance, risk management, compliance (GRC) and similar policy constraints that influence the identity model.classRecorded exception from a policy rule.classTODO EXPERIMENTALclassTrace for policy rule evaluation operation.classInformation about the policy rule that provided a value for effectiveMarkRef.classThese rules specify compliance and governance constraints.classConstraint that triggers the rule when the object is in a given policy situation(s).classInformation about the policy statement that provided a value for effectiveMarkRef (for shadows).classStatement specifying explicit include (marking) of object or exclude from specified policy.classSpecifies limits when is the action executed.classObject containing elements of business or governance policy.classPolystring->string normalization step (for custom indexing).classA normalization step taking only prefix into account (for custom indexing).classThis configuration will pre-provision a disabled account defined time before focus's activation/validFrom date.classUsed to define preview panels, for now it is only used on home (dashboard), but maybe later, we will need to show tables/forms in preview form also at other places.classConfiguration for PrimaryChangeProcessor.classPrism specific configuration, mainly for performance optimizations and tuningclassDescribes set of items that are or have been processed.classDescribes an item (typically an object) that is or has been processed.classclassA configuration for profiling features of midPoint.classclassclassTODOclassSpecification of the way how projections are handled on the resource.classTrace for Projector component operation.classTrace for Projector.project operation.classWork definition for the propagation activity.classProperties secrets provider.classclassTODOclassJAXB version of PropertyModificationOperation class.classUltimate origin of the data.classSpecifies data provenance properties for a particular data feed (source), such as resource.classProvenance metadata provide high-level information about origin of the value.classConfiguration of a service provided by midPoint.classclassTrace for provisioning operation.classTODOclassWork state for a pure composite activity.classItem processing outcome plus optional qualification.classSampling using random distribution of samples.classRecomputes specified objects.classExecutes the reconciliation.classState of the reconciliation activity.classTODOclassDefines the target (page/panel/url) to be redirected toclassTODOclassTODOclassSampling using regular distribution of samples.classRe-indexes specified repository objects.classDefinition of a single (custom) relation.classDefinition of (custom) relations.classConfiguration for relation search item.classConfiguration structure related to request access UI wizard and its second step - relation selection.classTODOclassRe-indexes specified repository objects.classBehavior for report.classReport configuration based on report configuration schema.classReports outputs.classState of the report export activity.classclassSpecification of midPoint report.classTrace for repository ADD operation.classRepository Assignment Data ProviderclassConfiguring various aspects of the repository - in addition to those that are configured statically using config.xml file.classTrace for repository DELETE operation.classTrace for repository getObject operation.classTEMPORARY - REMOVEclassTrace for repository getVersion operation.classTrace for repository MODIFY operation.classTrace for repository operation.classTrace for repository searchObjects/searchObjectsIterative operation.classTEMPORARY - REMOVEclassHow repository statistics are collected and reported.classDefines how the mapping of the activation section is handled for the resource.classDescription of the attribute handling details, such as display name, read/write access and value and synchronization expressions.classDefinition for different behaviors are handled for the resource.classclassclassConfiguration of resource "business" aspects such as workflow parameters, notifications, approvers, owners, etc.classConfiguration of consistency mechanisms.classTODOclassDescription of the common item handling details, such as display name, read/write access and value and synchronization expressions.classclassConfiguration of inbound/outbound resource mappings evaluation.classDescribes how entitlement is associated to the subject (e.g. account or other entitlement).classTrace for evaluation resource object construction.classSpecification of focus objects corresponding to given resource object type.classclassclassDefinition of resource object lifecycle handling.classDescribes how "multi-accounts" are treated for given object type.classDescribes the options for an owner of a resource object.classAn option when choosing an owner for a resource object.classResource object pattern.classReference to a resource object.classSpecifies a set of resource objects to be processed.classDefines a type of resource objects.classDelineates the boundary of a resource object type (i.e. objects that belong to that type).classDescribes a dependency of an object type on another object type.classReferences an object type.classclassResource represents a system or component external to the IDM system which we manage.classMarker type for an activity work definition that use resourceObjects.classProcessing of the specified account should be retried later.classHyperlink with a label, menu and other data that control a rich presentation of the link.classContains information about...classContains information about...classContains information about...classContains information about candidate roles and their analysis.classTODOclassA set of grouped objects based on density and similarity.classOptions for Detecting Business Roles These parameters serve as key specifications for performing searches and analyzes aimed at discovering different business roles.classContains information about detected or found patterns.classObject that should be excluded from the analysis in next analysis round.classContains specific characteristics of the object.classContains specific characteristics of the object.classObjects above which a specific characteristic has been identified.classInformation about an operation executed on an object.classThis complex type defines options for role analysis.classPartitions contains information about outliers analysis result for specific session.classContains detailed information about similar objects analysis.classContains information about outliers and their analysis.classContains information about the outlier statistic result.classContains detailed information about pattern analysis.classTODOclassObject clustering options for "role" mode.classThe container consists of statistical data about the role analysis session.classSession for role analysis, e.g. a role mining session.classConfiguration structure related to request access UI wizard and its third step - role catalog.classRole collection view defines structure that should be shown in request access UI wizard - in role catalog step.classA configuration for role management: role catalog, role assignments, etc.classDefinition of "role membership management" activity.classDefinition of object with respect to subject relation to a role.classA role in the extended Role-Based Access Control (RBAC) sense.classSAML2 authentication module support authentication via Identity provider with SAML2.classSAML2 key.classSAML2 authentication module, network configuration.classSAML2 provider.classSAML2 provider metadata.classSAML2 authentication module, service provider configuration.classWork state for scanning activities (validity scanner, trigger scanner, shadow refresher).classTask schedule.classTODOclassSpecification of handling details for resource schema.classSchema definition type.classConfiguration for scope search item.classTrace for script evaluation operation.classObject(s) on which the script should be executed.classTODOclassSpecifies restrictions for execution of script expressions.classInformation about script variable during evaluation.classConfiguration of the search box (the set of input fields that control definition of search query).classDescribes input parameters for the search filter.classThe list of the search properties to be configured for the search panel.classSearch itemclassSecrets providers configuration container.classAbstract definition of a secrets provider.classObject that contains definitions of overall security policy.classAnswer to the security question.classDefinition of a single security question.classStructure that specifies policy for security questions.classclassDefinition of "security questions form" module.classSelector-qualified options for a get-like operation.classTODOclassStructure that specifies policy for password management.classDefinition of a sequence object that produces unique values.classThis object type represents any kind of abstract or concrete services or devices such as servers, virtual machines, printers, mobile devices, network nodes, application servers, applications or anything similar.classDefinition of an association (for specific participant).classAssociation values from the resource.classThe value of an association.classDefinition of a high-level (logical) association type.classDefinition of the "object" participant of the association type.classDefinition of a participant (subject or object) of an association type.classDefinition of the "subject" participant of the association type.classThe value of an association.classAttribute values from the resource.classShadow behavioral data.classGlobal settings for the "shadow caching" feature.classDefinition of a shadow caching policy.classScope of the shadow caching.classDeletes all shadows that have not been updated for given time.classCurrent state of the correlation process.classScope of the shadow credentials caching.classShadow discriminator uniquely identifies a projection among other projections linked to the same focus.classTODOclassDefinition for shadow integrity check activity.classDescribes a dependency between shadow items.classThe behavior of a shadow item that differs from the "pure data store" expectations.classHow is given shadow mark automatically applied to shadows.classDefinition for a shadow reclassification activity.classAs ShadowAttributesType, but constrained to contain only reference attributes.classLooks for pending operations in shadows and updates their status.classTODOclassLocal copy of any object on the provisioning resource that is related to provisioning.classTODOclassTODOclassTODOclassSimple schema describing how work items for a case should be created.classTODOclassTODOclassTODOclassTODOclassTODOclassTODOclassTODOclassTODOclassDefinition of a specific simulation.classSpecifies which event marks to consider for given simulation.classSpecification of how metric values are aggregated.classSpecification of how is the metric value computed for individual "processed objects".classExplicit definition of a metric.classSet of dimensions of a partition.classThe scope of a partition, i.e. what dimensions are bound to what values and what are free.classPartial or total aggregation of values for given metric.classReference to a metric - either by identifier (for explicitly defined ones) or by mark OID (for event mark based).classDefinition of the use of simulation metrics for the particular type of simulation.classValues of a simulation metric, aggregated along with specific dimensions.classA predicate over SimulationResultProcessedObjectType and/or ProcessedObject instances.classSpecifies which (non-tag) metrics to consider for given simulation.classA value of a metric observed on a particular object processed by the simulation.classAn object that was processed during a particular simulation run.classResult of a simulation run.classReport on the cache state.classSMS (mobile text message) nonce authentication module.classWhere and how to send SMS messages (or any other SMS).classEvent describing the completion of a workflow process instance stage.classA constraint that triggers when an object or assignment is in a given state.classThe processing should be stopped.classclassclassSegmentation strategy that divides the processing space (represented by a set of string values) into a number of work buckets; either based on intervals, prefixes or exact value matching.classSelects some objects from all the objects in midPoint.classSubreport with expression.classHow should we handle the situations when a sub-report produces either either multiple values, or no values at all?classConfiguration of the logger: the facility that collects log messages from subsystem code.classSpecifies the look and feel of the summary panel.classReference to a super-correlator.classDeclares a "super-resource".classStop action.classAction(s) that have to be executed in specified synchronization situation.classDefault settings for synchronization reactions.classDefines reaction(s) to synchronization-related situations, plus other synchronization settings.classReaction to synchronization situation or situations.classDescribes how many times given synchronization situation transition has occurred.classHow synchronization situation in shadows should be updated.classDefines a synchronization properties (configuration) for a resource.classPlain "synchronize" action.classDrives the synchronization of simple association values having this shadow as an object.classDrives the synchronization of respective shadows (or related aspects).classPlain "synchronize" (clockwork-based) action.classTODOclassclassSpecifies details how an audit event record property is created.classDetails about creation and recording of audit events.classSpecifies details regarding creation and recording of audit events.classGlobal settings related to correlation.classSpecifies profile for expression evaluations, execution, restrictions, etc.classGlobal configuration of simulations.classSystem configuration object.classConfiguration structure related to request access UI wizard and its first step - person of interest.classDescribes the state of the activity or activities embedded in the task (and its subtasks - in the case of a root task).classSearchable computed indexes, which tries to capture common parameters used to identify objects (and resource objects), which are expected to be affected by execution of the task.classAuto-scaling configuration for the task.classConstraints on task execution, e.g. a execution group, allowed/disallowed nodes, etc.classSpecification of the environment in which the task should execute.classTODOclassTaskType contains information about a task (either transient or persistent).classSelects an object by comparing tenant information.classWater mark (bound).classTODOclassA constraint that triggers when validity of an object, assignment, or basically any time-sensitive item (e.g. password) is about to end.classSpecification of the data flow(s) to be visualized.classOne object.classObject dictionary.classSelects an operation trace.classRoot type for tracing information that is embedded in OperationResult objects.classWhat columns to visualize?classHow to visualize trace file.classHow to visualize trace file.classHow a traced operation is to be visualized.classTracing configuration, including profiles to be selected from.classDescription of the environment where the trace was captured.classMetadata e.g. time of creation, etc.classOutput of the tracing.classDescribes how the tracing is to be done.classDescribes how the tracing of specific type is to be done.classclassSpecifies how the inner constraints are to be evaluated with regard to operation start and end state.classDeals with creation of recompute triggers for selected objects.classExecutes trigger scan on repository objects.classDefines triggers for an object.classSpecifies the use of trigram similarity for searching.classUnlinks resource object from its owning focus.classObject clustering options for "user" mode.classSpecifies the details of a new credential entered manually by a user.classDefines properties of a specific user interface feature (e.g. button, button set, widget, etc.)classTODOclassUser object represents a physical user of the system.classTODOclassTODOclassElement which allows predefined validity duration for requested rolesin request access UI wizard.classValue Metadata specific internals configuration, mainly for performance optimizations and tuningclassThe value metadata.classclassTrace for expression evaluation operation in AbstractValueTransformationExpressionEvaluator.classTrace for transformation of a tuple of values.classThere are cases when you need to force midpoint thinks that user has assigned some role.classItem specification to display in containerclassUsed to specify "virtual" containers for displaying details page in GUI.classWater mark (bound).classConfiguration for workflow change processor.classConfiguration for workflows - for those parts not stored in the system config file.classConfiguration related to tasks in which model operations are executed.classWhether and how to serialize execution tasks (if "execute after all approvals" is set to false).classDEPRECATED We need to decide what to do with this.classSpecification of a process that is to be started.classTODO: viliamclassParameters related to buckets allocation process.classDescription of a state and content of a work bucket.classDefinition of the work that has to be done within an activity.classHow to create and manage worker tasks.classHow to create worker tasks per node.classResult of the workers reconciliation process.classActions to execute.classEvent describing the work item completion.classEvent describing the fact of delegation.classA request to delegate work item - analogous to AbstractWorkItemOutputType.classEvent describing the fact of escalation.classProcess event related to a specific work item.classTODO EXPERIMENTALclassOverall output from a work item: outcome (approve/reject/...), comment, additional delta, and probably other things in the future.classSelects some work items from all the items (perhaps of a given type, like approval work items).classActions that should be applied to a work item in given moments (relative to work item creation or work item deadline).classThis element contains the XSD-formatted definition of schema. -
Uses of Containerable in com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_3
Classes in com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_3 that implement ContainerableModifier and TypeClassDescriptionclassConnector configuration propertiesclassConfiguration of ConnId connector pools.classType that contains configuration of ConnId results handlers.classConnector operation timeout values. -
Uses of Containerable in com.evolveum.midpoint.xml.ns._public.prism_schema_3
Classes in com.evolveum.midpoint.xml.ns._public.prism_schema_3 that implement ContainerableModifier and TypeClassDescriptionclassclassCommon elements for all definitions.classElements for enumeration definition.classElements for enumeration value definition.classclassCommon elements for property, reference and container definition.classclassclass -
Uses of Containerable in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3
Classes in com.evolveum.midpoint.xml.ns._public.resource.capabilities_3 that implement ContainerableModifier and TypeClassDescriptionclassBase type for all write capabilities.classDescribes capability to process activation data, which means enable/disable of accounts, dates for scheduled enable/disable and similar things related to make the account active.classDescribes capability to provide lockout status (e.g. account temporarily disabled due to many failed login attempts).classDescribes capability to provide activation status (e.g. account enable and disable).classDescribes capability to provide activation validity dates (validFrom, validTo)classIndication that ADD and REMOVE of attribute values is reliably supported.classDescribes capability to process asynchronous updates.classDescribes capability to specify additional (auxiliary) object classes in addition to the primary object class.classContainer for various behavior-related capabilities.classCollection of resource capabilities.classAbstract supertype for all (static schema) capabilities.classAbility to efficiently count objects.classDescribes create capability.classDescribes capability to present credentials in a structured way.classDescribes delete capability.classDescribes capability to do configuration discovery, check and recommendation (`DiscoverConfigurationApiOp`).classDescribes capability of resource to provide last login timestamp.classDescribes capability to detect changes in almost real time (live synchronization).classHow to handle paged searches.classDescribes capability to present password in a structured way.classDescribes read capability.classMay specify either the native or simulated references.classDescribes capability to execute operations with specified identity.classDescribes capability to discover resource schema.classclassDescribes capability to execute scripts (short pieces of program) on the connector or resource.classDefinition of a simulated reference type.classDelineates the boundary of eligible simulated reference participants.classDefinition of a participant (subject or object) of a reference.classDescribes capability to test connection to the resource once the connector is configured.classDescribes update capability. -
Uses of Containerable in com.evolveum.prism.xml.ns._public.types_3
Classes in com.evolveum.prism.xml.ns._public.types_3 that implement Containerable