Uses of Interface
com.evolveum.midpoint.prism.Containerable
-
-
Uses of Containerable in com.evolveum.midpoint.common.validator
Classes in com.evolveum.midpoint.common.validator with type parameters of type Containerable Modifier and Type Interface Description interface
EventHandler<T extends Containerable>
Set of callback methods used to convey information from the validator to the "working" code.class
LegacyValidator<T extends Containerable>
Class to validate (and possible transform) large sets of objects. -
Uses of Containerable in com.evolveum.midpoint.gui.api.component
Classes in com.evolveum.midpoint.gui.api.component with type parameters of type Containerable Modifier and Type Class Description class
DisplayNamePanel<C extends Containerable>
-
Uses of Containerable in com.evolveum.midpoint.gui.api.factory
Classes in com.evolveum.midpoint.gui.api.factory with type parameters of type Containerable Modifier and Type Interface Description interface
ContainerValueDataProviderFactory<T extends Containerable,C extends GuiListDataProviderType>
static interface
ContainerValueDataProviderFactory.Customization<T extends Containerable>
Allows customization of postFilter, pageStore and contentQuery for data providersMethods in com.evolveum.midpoint.gui.api.factory with type parameters of type Containerable Modifier and Type Method Description default <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 Containerable Modifier and Type Interface Description interface
PrismContainerWrapperFactory<C extends Containerable>
Methods in com.evolveum.midpoint.gui.api.factory.wrapper with type parameters of type Containerable Modifier and Type Method Description default <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 Containerable Modifier and Type Method Description <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)
-
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 Containerable Modifier and Type Interface Description interface
PrismContainerValueWrapper<C extends Containerable>
interface
PrismContainerWrapper<C extends Containerable>
Methods in com.evolveum.midpoint.gui.api.prism.wrapper with type parameters of type Containerable Modifier and Type Method Description <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>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 Containerable Modifier and Type Method Description List<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 Containerable Modifier and Type Method Description default 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 Containerable Modifier and Type Method Description <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 Containerable Modifier and Type Method Description static <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>
GuiObjectListViewTypeWebComponentUtil. getPrincipalUserObjectListView(PageAdminLTE parentPage, FocusType principalFocus, @NotNull Class<C> viewType, boolean createIfNotExist, String defaultIdentifier)
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 Containerable Modifier and Type Method Description static void
WebComponentUtil. dispatchToListPage(Class<? extends Containerable> objectClass, String collectionViewId, org.apache.wicket.Component component, boolean failIfUnsupported)
-
Uses of Containerable in com.evolveum.midpoint.gui.impl.component
Classes in com.evolveum.midpoint.gui.impl.component with type parameters of type Containerable Modifier and Type Class Description class
BasicMultivalueContainerListPanel<C extends Containerable>
class
ButtonBar<C extends Containerable,PO extends SelectableRow>
class
MultivalueContainerDetailsPanel<C extends Containerable>
class
MultivalueContainerListPanel<C extends Containerable>
class
MultivalueContainerListPanelWithDetailsPanel<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 Containerable Modifier and Type Class Description class
AbstractItemWrapperColumn<C extends Containerable,VW extends PrismValueWrapper>
class
LinkPrismPropertyColumn<C extends Containerable,T>
class
PrismContainerWrapperColumn<C extends Containerable>
class
PrismContainerWrapperColumnPanel<C extends Containerable>
class
PrismPropertyWrapperColumn<C extends Containerable,T>
class
PrismReferenceWrapperColumn<C extends Containerable,R extends Referencable>
class
ToggleSimulationModeColumn<C extends Containerable>
-
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 Containerable Modifier and Type Class Description class
ContainerListDataProvider<C extends Containerable>
Created by honcharclass
MultivalueContainerListDataProvider<C extends Containerable>
class
SelectableBeanContainerDataProvider<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 Containerable Modifier and Type Class Description class
ContainersDropDownPanel<C extends Containerable>
-
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 Containerable Modifier and Type Class Description class
AbstractWizardPanel<C extends Containerable,AHD extends AssignmentHolderDetailsModel>
class
MultiSelectTileWizardStepPanel<SI extends Serializable,O extends ObjectType,ODM extends ObjectDetailsModels,V extends Containerable>
class
SelectTileWizardStepPanel<O extends ObjectType,ODM extends ObjectDetailsModels,V extends Containerable>
class
SingleTileWizardStepPanel<O extends ObjectType,ODM extends ObjectDetailsModels,V extends Containerable>
class
WizardPanelHelper<C extends Containerable,AHD extends AssignmentHolderDetailsModel>
Methods in com.evolveum.midpoint.gui.impl.component.wizard with type parameters of type Containerable Modifier and Type Method Description protected <C extends Containerable>
voidSelectTileWizardStepPanel. performSelectedTile(String oid, QName typeName, PrismContainerValueWrapper<C> value)
-
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 Containerable Modifier and Type Class Description class
DefaultContainerablePanelFactory<C extends Containerable>
class
MetadataPanelFactory<C extends Containerable>
class
PrismContainerPanelContext<C extends Containerable>
-
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 Containerable Modifier and Type Class Description class
AppendersWrapperFactoryImpl<C extends Containerable>
class
AssignmentDetailsWrapperFactoryImpl<C extends Containerable>
class
ClassLoggerWrapperFactoryImpl<C extends Containerable>
class
HeterogenousContainerWrapperFactory<C extends Containerable>
class
LoggingConfigurationWrapperFactoryImpl<C extends Containerable>
class
MetadataWrapperFactoryImpl<C extends Containerable>
class
NoEmptyValueContainerWrapperFactoryImpl<C extends Containerable>
class
PrismContainerWrapperFactoryImpl<C extends Containerable>
class
ShadowAttributesWrapperFactoryImpl<C extends Containerable>
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper with type parameters of type Containerable Modifier and Type Method Description <C extends Containerable>
booleanChildOfReportParamWrapperFactory. 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>
booleanProvenanceMetadataWrapperFactory. match(ItemDefinition<?> def, PrismContainerValue<C> parent)
<C extends Containerable>
booleanTenantRefWrapperFactory. 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 Containerable Modifier and Type Class Description class
FlexibleLabelModel<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 Containerable Modifier and Type Method Description <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 Containerable Modifier and Type Method Description protected <C extends Containerable,P extends AbstractWizardPanel<C,AHDM>>
PPageAssignmentHolderDetails. showWizard(org.apache.wicket.ajax.AjaxRequestTarget target, ItemPath pathToValue, Class<P> clazz)
-
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 Containerable Modifier and Type Class Description class
GenericMultivalueContainerPanel<C extends Containerable,O extends ObjectType>
class
GenericSingleContainerPanel<C extends Containerable,O extends ObjectType>
-
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 Containerable Modifier and Type Class Description class
AbstractResourceWizardBasicPanel<C extends Containerable>
class
AbstractResourceWizardTable<C extends Containerable,CV extends Containerable>
class
AbstractResourceWizardTable<C extends Containerable,CV extends Containerable>
class
AbstractValueFormResourceWizardStepPanel<C extends Containerable,ODM extends ObjectDetailsModels>
Methods in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard with type parameters of type Containerable Modifier and Type Method Description protected <Con extends Containerable,T extends Containerable>
org.apache.wicket.model.IModel<PrismContainerValueWrapper<Con>>AbstractValueFormResourceWizardStepPanel. createNewValueModel(org.apache.wicket.model.IModel<PrismContainerValueWrapper<T>> parentValue, ItemName itemName)
protected <Con extends Containerable,T extends Containerable>
org.apache.wicket.model.IModel<PrismContainerValueWrapper<Con>>AbstractValueFormResourceWizardStepPanel. createNewValueModel(org.apache.wicket.model.IModel<PrismContainerValueWrapper<T>> parentValue, ItemName itemName)
-
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping
Classes in com.evolveum.midpoint.gui.impl.page.admin.resource.component.wizard.objectType.attributeMapping with type parameters of type Containerable Modifier and Type Class Description class
AttributeMappingsTable<P extends Containerable>
class
AttributeMappingsTableWizardPanel<P extends Containerable>
class
InboundAttributeMappingsTable<P extends Containerable>
class
OutboundAttributeMappingsTable<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 Containerable Modifier and Type Method Description protected <C extends Containerable>
voidConstructionResourceStepPanel. performSelectedTile(String oid, QName typeName, PrismContainerValueWrapper<C> value)
-
Uses of Containerable in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component
Classes in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component with type parameters of type Containerable Modifier and Type Class Description class
DeprecatedPropertyWrapperModel<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 Containerable Modifier and Type Method Description List<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>
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 Containerable Modifier and Type Class Description class
DefaultContainerablePanel<C extends Containerable,CVW extends PrismContainerValueWrapper<C>>
class
MetadataContainerPanel<C extends Containerable>
class
MetadataContainerValuePanel<C extends Containerable,CCW extends PrismContainerValueWrapper<C>>
class
PrismContainerColumnHeaderPanel<C extends Containerable>
class
PrismContainerHeaderPanel<C extends Containerable,PCW extends PrismContainerWrapper<C>>
class
PrismContainerPanel<C extends Containerable,PCW extends PrismContainerWrapper<C>>
class
PrismContainerValuePanel<C extends Containerable,CVW extends PrismContainerValueWrapper<C>>
class
SingleContainerPanel<C extends Containerable>
class
SingleContainerPopupPanel<C extends Containerable>
class
ValueMetadataPanel<C extends Containerable,CVW extends PrismContainerValueWrapper<C>>
Methods in com.evolveum.midpoint.gui.impl.prism.panel with type parameters of type Containerable Modifier and Type Method Description <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 Containerable Modifier and Type Method Description protected 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 Containerable Modifier and Type Class Description class
ListContainersPopup<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 Containerable Modifier and Type Class Description class
VerticalFormContainerHeaderPanel<C extends Containerable>
class
VerticalFormDefaultContainerablePanel<C extends Containerable>
class
VerticalFormPanel<C extends Containerable>
class
VerticalFormPrismContainerPanel<C extends Containerable>
class
VerticalFormPrismContainerValuePanel<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 Containerable Modifier and Type Method Description protected org.apache.wicket.model.IModel<List<PrismContainerWrapper<? extends Containerable>>>
VerticalFormDefaultContainerablePanel. createContainersModel()
-
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 Containerable Modifier and Type Class Description class
PrismContainerValueWrapperImpl<C extends Containerable>
class
PrismContainerWrapperImpl<C extends Containerable>
class
ProfilingClassLoggerContainerWrapperImpl<C extends Containerable>
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with type parameters of type Containerable Modifier and Type Method Description <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>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 Containerable Modifier and Type Method Description List<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 Containerable Modifier and Type Method Description PrismContainerWrapper<C>
PrismContainerWrapperImpl. 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 Containerable Modifier and Type Method Description <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 Containerable Modifier and Type Method Description static <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)
-
Uses of Containerable in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api with type parameters of type Containerable Modifier and Type Method Description <T extends Containerable>
IntegerModelService. countContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
<C extends Containerable>
List<C>AdminGuiConfigurationMergeManager. mergeContainers(List<C> currentContainers, List<C> superContainers, Function<C,Predicate<C>> predicate, BiFunction<C,C,C> mergeFunction)
<T extends Containerable>
SearchResultList<T>ModelService. searchContainers(Class<T> type, ObjectQuery query, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult parentResult)
Search for "sub-object" structures, i.e.Method parameters in com.evolveum.midpoint.model.api with type arguments of type Containerable Modifier and Type Method Description @NotNull CompiledObjectCollectionView
ModelInteractionService. compileObjectCollectionView(@NotNull CollectionRefSpecificationType collection, @Nullable Class<? extends Containerable> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.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 Containerable Modifier and Type Method Description Map<String,Collection<? extends Containerable>>
ModelContext. getHookPreviewResultsMap()
-
Uses of Containerable in com.evolveum.midpoint.model.api.expr
Methods in com.evolveum.midpoint.model.api.expr with type parameters of type Containerable Modifier and Type Method Description <C extends Containerable>
S_ItemEntryMidpointFunctions. deltaFor(Class<C> objectClass)
-
Uses of Containerable in com.evolveum.midpoint.ninja.action.worker
Classes in com.evolveum.midpoint.ninja.action.worker with type parameters of type Containerable Modifier and Type Class Description class
ImportProducerWorker<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 Containerable Modifier and Type Method Description static GetOperationOptionsBuilder
NinjaUtils. addIncludeOptionsForExport(GetOperationOptionsBuilder optionsBuilder, Class<? extends Containerable> type)
static ObjectFilter
NinjaUtils. createObjectFilter(FileReference strFilter, NinjaContext context, Class<? extends Containerable> objectClass)
static ObjectQuery
NinjaUtils. 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 Containerable Modifier and Type Interface Description interface
MutablePrismContainerDefinition<C extends Containerable>
interface
PrismContainer<C extends Containerable>
Prism container groups items into logical blocks.interface
PrismContainerable<T extends Containerable>
interface
PrismContainerDefinition<C extends Containerable>
Definition of a prism container.interface
PrismContainerValue<C extends Containerable>
Subinterfaces of Containerable in com.evolveum.midpoint.prism Modifier and Type Interface Description interface
Objectable
Methods in com.evolveum.midpoint.prism with type parameters of type Containerable Modifier and Type Method Description <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>
voidPrismContext. adopt(C containerable, Class<O> type, ItemPath path)
static <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.static <C extends Containerable>
booleanPrismContainerValue. containsRealValue(Collection<PrismContainerValue<C>> cvalCollection, PrismContainerValue<C> cval)
<C extends Containerable>
PrismContainer<C>ItemFactory. createContainer(QName name, PrismContainerDefinition<C> definition)
<C extends Containerable>
PrismContainerValue<C>ItemFactory. createContainerValue()
<C extends Containerable>
PrismContainerValue<C>ItemFactory. createContainerValue(C containerable)
<C extends Containerable>
S_ItemEntryPrismContext. deltaFor(Class<C> objectClass)
Starts a delta builder, with the default item definition resolution (i.e.<C extends Containerable>
S_ItemEntryPrismContext. deltaFor(Class<C> objectClass, ItemDefinitionResolver itemDefinitionResolver)
Starts a delta builder, with a custom item definition resolver (e.g.<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)
ReturnsPrismContainerDefinition
corresponding 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).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>>PrismContainerValue. toPcvList(List<T> beans)
static <O extends Objectable,C extends Containerable>
Collection<PrismContainerValue<C>>PrismValueCollectionsUtil. toPrismContainerValues(Class<O> type, ItemPath path, PrismContext prismContext, C... containerValues)
Methods in com.evolveum.midpoint.prism with parameters of type Containerable Modifier and Type Method Description void
PrismContext. adopt(Containerable containerable)
static <T extends Containerable>
PrismContainerValue<T>Containerable. asPrismContainerValue(Containerable containerable)
static boolean
Containerable. equivalent(Containerable c1, Containerable c2)
void
PrismValue. 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, PrismContext prismContext, C... containerValues)
Method parameters in com.evolveum.midpoint.prism with type arguments of type Containerable Modifier and Type Method Description @Nullable ItemDefinition<?>
ItemDefinitionResolver. findItemDefinition(@NotNull Class<? extends Containerable> type, @NotNull ItemPath itemPath)
Tries to determine a definition for given item within given type.S_FilterEntryOrEmpty
PrismContext. queryFor(Class<? extends Containerable> type)
Starts a query builder with the goal of creating a query targeted at given object or container type.S_FilterEntryOrEmpty
PrismContext. queryFor(Class<? extends Containerable> type, ItemDefinitionResolver itemDefinitionResolver)
Starts a query builder, with a custom item definition resolver (e.g.S_FilterEntryOrEmpty
PrismContext. queryForReferenceOwnedBy(Class<? extends Containerable> ownerClass, ItemPath referencePath)
Starts a query builder for reference search, with the default item definition resolution (i.e. -
Uses of Containerable in com.evolveum.midpoint.prism.binding
Methods in com.evolveum.midpoint.prism.binding with type parameters of type Containerable Modifier and Type Method Description static <T extends Containerable>
TStructuredCopy. of(T value)
-
Uses of Containerable in com.evolveum.midpoint.prism.deleg
Classes in com.evolveum.midpoint.prism.deleg with type parameters of type Containerable Modifier and Type Interface Description interface
ContainerDefinitionDelegator<C extends Containerable>
Methods in com.evolveum.midpoint.prism.deleg with type parameters of type Containerable Modifier and Type Method Description default <C extends Containerable>
PrismContainerDefinition<C>ComplexTypeDefinitionDelegator. findContainerDefinition(@NotNull ItemPath path)
default <C extends Containerable>
PrismContainerDefinition<C>ContainerDefinitionDelegator. findContainerDefinition(@NotNull ItemPath path)
-
Uses of Containerable in com.evolveum.midpoint.prism.delta
Classes in com.evolveum.midpoint.prism.delta with type parameters of type Containerable Modifier and Type Interface Description interface
ContainerDelta<V extends Containerable>
Methods in com.evolveum.midpoint.prism.delta with type parameters of type Containerable Modifier and Type Method Description <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>>ContainerDelta. getValues(Class<T> type)
Returns all values regardless of whether they are added or removed or replaced.Methods in com.evolveum.midpoint.prism.delta with parameters of type Containerable Modifier and Type Method Description <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 Containerable Modifier and Type Method Description S_ItemEntry
S_ItemEntry. oldObject(Containerable object)
The state of object before the delta is applied. -
Uses of Containerable in com.evolveum.midpoint.prism.impl.binding
Classes in com.evolveum.midpoint.prism.impl.binding with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Containerable Modifier and Type Class Description class
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
class
com.evolveum.midpoint.prism.impl.binding.AbstractMutableObjectable
-
Uses of Containerable in com.evolveum.midpoint.prism.marshaller
Methods in com.evolveum.midpoint.prism.marshaller with type parameters of type Containerable Modifier and Type Method Description <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 Containerable Modifier and Type Method Description <C extends Containerable>
ExistsFilterQueryFactory. createExists(ItemPath path, Class<C> containerType, PrismContext prismContext, ObjectFilter inner)
Deprecated.Methods in com.evolveum.midpoint.prism.query with parameters of type Containerable Modifier and Type Method Description static boolean
ObjectQuery. match(Containerable object, ObjectFilter filter, MatchingRuleRegistry matchingRuleRegistry)
Method parameters in com.evolveum.midpoint.prism.query with type arguments of type Containerable Modifier and Type Method Description ObjectFilter
QueryConverter. 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 Containerable Modifier and Type Method Description default S_FilterEntryOrEmpty
S_FilterEntry. ownedBy(Class<? extends Containerable> clazz)
S_FilterEntryOrEmpty
S_FilterEntry. ownedBy(Class<? extends Containerable> clazz, ItemPath path)
default S_FilterEntryOrEmpty
S_FilterEntry. ownedBy(Class<? extends Containerable> clazz, Object... path)
default S_FilterEntryOrEmpty
S_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_FilterEntryOrEmpty
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_FilterEntryOrEmpty
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 Containerable Modifier and Type Method Description <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 Containerable Modifier and Type Method Description static <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 is.Methods in com.evolveum.midpoint.prism.util with parameters of type Containerable Modifier and Type Method Description static <C extends Containerable>
voidPrismAsserts. assertContainerAdd(ObjectDelta<?> objectDelta, ItemPath propertyPath, C... containerables)
static void
PrismUtil. debugDumpWithLabel(StringBuilder sb, String label, Containerable cc, int indent)
static void
PrismUtil. debugDumpWithLabelLn(StringBuilder sb, String label, Containerable cc, int indent)
static boolean
PrismUtil. 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 Containerable Modifier and Type Method Description static void
PrismAsserts. assertEmphasized(PrismContainerDefinition<? extends Containerable> containerDef, QName itemQName, Boolean expected)
static void
PrismAsserts. 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 PrismContext prismContext, @NotNull Class<? extends Containerable> currentClass, @NotNull ItemPath itemPath, @NotNull Class<ID> type)
static <ID extends ItemDefinition<?>>
IDDefinitionUtil. findItemDefinitionMandatory(@NotNull PrismContext prismContext, @NotNull Class<? extends Containerable> currentClass, @NotNull ItemPath itemPath, @NotNull Class<ID> type)
-
Uses of Containerable in com.evolveum.midpoint.schema
Classes in com.evolveum.midpoint.schema with type parameters of type Containerable Modifier and Type Interface Description interface
ContainerableResultHandler<C extends Containerable>
Handles iterative processes that concern containerables.Methods in com.evolveum.midpoint.schema with type parameters of type Containerable Modifier and Type Method Description <C extends Containerable>
PrismContainerDefinition<C>SchemaService. findContainerDefinitionByCompileTimeClass(Class<C> containerableType)
Methods in com.evolveum.midpoint.schema that return types with arguments of type Containerable Modifier and Type Method Description Class<? extends Containerable>
RepositoryQueryDiagRequest. getType()
Method parameters in com.evolveum.midpoint.schema with type arguments of type Containerable Modifier and Type Method Description static <IV extends PrismValue,ID extends ItemDefinition<?>>
ItemDelta<IV,ID>DeltaConvertor. createItemDelta(ItemDeltaType propMod, Class<? extends Containerable> objectType, PrismContext prismContext)
Item delta: XML -> native.void
RepositoryQueryDiagRequest. setType(Class<? extends Containerable> type)
-
Uses of Containerable in com.evolveum.midpoint.schema.merger
Classes in com.evolveum.midpoint.schema.merger with type parameters of type Containerable Modifier and Type Class Description class
BaseMergeOperation<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 Containerable Modifier and Type Method Description protected <C extends Containerable>
CBaseItemMerger. createMarkedClone(C sourceValue)
-
Uses of Containerable in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor with type parameters of type Containerable Modifier and Type Method Description <C extends Containerable>
PrismContainerDefinition<C>MidPointSchemaDefinitionFactory. createExtraDefinitionFromComplexType(com.sun.xml.xsom.XSComplexType complexType, ComplexTypeDefinition complexTypeDefinition, PrismContext prismContext, com.sun.xml.xsom.XSAnnotation annotation)
-
Uses of Containerable in com.evolveum.midpoint.schema.route
Methods in com.evolveum.midpoint.schema.route with parameters of type Containerable Modifier and Type Method Description static @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 parameters of type Containerable Modifier and Type Method Description static PrismContainerValue<ExtensionType>
ObjectTypeUtil. getExtensionContainerValue(Containerable containerable)
static <T> Collection<T>
ObjectTypeUtil. getExtensionPropertyValues(Containerable containerable, QName propertyQname)
static <T> Collection<T>
ObjectTypeUtil. getExtensionPropertyValuesNotNull(Containerable containerable, QName propertyQname)
Never returns null.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)
-
Uses of Containerable in com.evolveum.midpoint.web.application
Methods in com.evolveum.midpoint.web.application that return types with arguments of type Containerable Modifier and Type Method Description Class<? extends Containerable>
applicableForType()
The type for which the panel is applicable for.Class<? extends Containerable>
applicableForType()
The type for which the panel is applicable for.Class<? extends Containerable>
defaultType()
Class<? extends Containerable>[]
excludeTypes()
-
Uses of Containerable in com.evolveum.midpoint.web.component
Classes in com.evolveum.midpoint.web.component with type parameters of type Containerable Modifier and Type Class Description class
AbstractSummaryPanel<C extends 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 Containerable Modifier and Type Class Description class
ContainerableNameColumn<SR extends SelectableRow<C>,C extends Containerable>
Created by Viliam Repan (lazyman).Methods in com.evolveum.midpoint.web.component.data.column with type parameters of type Containerable Modifier and Type Method Description static <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 Containerable Modifier and Type Class Description class
BasicSearchFilter<C extends Containerable>
class
SearchFilter<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 Modifier and Type Class Description class
SummaryTag<C extends Containerable>
-
Uses of Containerable in com.evolveum.midpoint.web.model
Methods in com.evolveum.midpoint.web.model with type parameters of type Containerable Modifier and Type Method Description 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>
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>
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 Containerable Modifier and Type Class Description class
ExecuteCredentialResetRequestType
class
ExecuteCredentialResetResponseType
class
ResourceObjectIdentificationType
class
ResourceObjectType
class
TerminateSessionEventType
Describe 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 Containerable Modifier and Type Class Description class
AuditEventRecordType
Audit 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 Containerable Modifier and Type Class Description class
AbstractAccessCertificationDefinitionType
Definition of an access certification - a template for a set of access certification campaigns.class
AbstractActivityReportDefinitionType
Common parts of definitions of activity-related reports.class
AbstractActivityWorkStateType
Supertype for all activity state types.class
AbstractAuthenticationModuleType
Common supertype for all authentication module definitions.class
AbstractClockworkBasedSynchronizationActionType
Abstract clockwork-based synchronization action.class
AbstractConstructionType
Abstract supertype for constructions.class
AbstractCorrelatorStateType
Current state of a correlator being used.class
AbstractCorrelatorType
Definition of a correlator.class
AbstractCredentialAuthenticationModuleType
Common definition for all authentication modules that use password.class
AbstractCredentialType
class
AbstractFileFormatType
Supertype of report export types.class
AbstractKeyStoreKeyType
Abstract type for key from key store.class
AbstractLoggerConfigurationType
Configuration of the logger: the facility that collects log messages from the code.class
AbstractMappingType
Defines how a value of a property (or attribute) should be constructed.class
AbstractNormalizationStepType
TODOclass
AbstractObjectTypeConfigurationType
Abstract supertype for all data types that specify configuration properties for a specific object type (User, Role, Org, Resource, ...)class
AbstractPasswordAuthenticationModuleType
Common definition for all authentication modules that use password.class
AbstractPolicyConstraintType
Basic data structure for all policy constraints.class
AbstractRegistrationPolicyType
TODOclass
AbstractReportEngineConfigurationType
Abstract type for configuration of reports.class
AbstractReportWorkDefinitionType
Definition for report-related activities.class
AbstractRoleType
Abstract class that contains the "essence" of a role.class
AbstractSecurityQuestionsAuthenticationModuleType
Common definition for all authentication modules that use security questions.class
AbstractSimpleKeyType
Abstract type for key from string representation.class
AbstractSourceEvaluationTraceType
Information about mapping or expression source during evaluation.class
AbstractSynchronizationActionType
Abstract synchronization action - either clockwork-based or arbitrary one.class
AbstractWorkDefinitionType
Marker type for an activity work definition.class
AbstractWorkItemActionType
TODO EXPERIMENTALclass
AbstractWorkItemOutputType
TODOclass
AbstractWorkItemType
Common superclass for workflow (approval) work item, certification work item and case management work item.class
AbstractWorkSegmentationType
Describes how to segment the work into buckets and manage them.class
AccessCertificationAssignmentCaseType
class
AccessCertificationAssignmentReviewScopeType
Scope for assignment-related reviews.class
AccessCertificationCampaignType
Definition of an access certification campaign.class
AccessCertificationCasesStatisticsType
Statistics give a set of access certification cases.class
AccessCertificationCaseStageOutcomeType
class
AccessCertificationCaseType
An item that has to be certified, viewed in the scope of a given certification campaign.class
AccessCertificationConfigurationType
Configuration for access certification.class
AccessCertificationDefinitionForReportType
Access certification definition augmented with report-related information (e.g.class
AccessCertificationDefinitionType
Access certification definition.class
AccessCertificationObjectBasedScopeType
The most common way of specifying scope - providing type+search filter to select "base" objects and then some means of deriving certification cases from them.class
AccessCertificationReiterationDefinitionType
TODOclass
AccessCertificationRemediationDefinitionType
TODOclass
AccessCertificationReviewerSpecificationType
Specifies how to select reviewers for a campaign stage.class
AccessCertificationScopeType
Specifies the scope of an access certification campaign.class
AccessCertificationStageDefinitionType
Definition of an access certification campaign stage.class
AccessCertificationStageType
Information about a stage of a campaign.class
AccessCertificationWorkItemType
A work item for a certification case.class
AccessRequestType
A configuration request access UIclass
AccountActivationNotifierType
TODOclass
AccountPasswordNotifierType
TODOclass
ActivationType
Type that defines activation properties.class
ActivitiesTailoringType
Tailors 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.class
ActivityAfterType
TODOclass
ActivityAutoScalingWorkDefinitionType
Work definition for the auto-scaling activity.class
ActivityAutoScalingWorkStateType
Work state for the auto scaling activity.class
ActivityBeforeAfterType
TODOclass
ActivityBeforeType
TODOclass
ActivityBucketingStateType
Information about the bucket processing within an activity.class
ActivityCompositionType
TODOclass
ActivityControlFlowDefinitionTailoringType
TODOclass
ActivityControlFlowDefinitionType
Defines the features related to the flow of control within an activity (simple or composite).class
ActivityCounterGroupsType
Counters related to the execution of the activity, grouped into related categories.class
ActivityCounterGroupType
A group of related counters.class
ActivityCounterType
A single counter.class
ActivityDefinitionType
Describes an activity, i.e.class
ActivityDistributionDefinitionTailoringType
TODOclass
ActivityDistributionDefinitionType
Describes 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.class
ActivityErrorHandlingStrategyEntryType
Specifies a reaction when a given error during activity execution occurs.class
ActivityErrorHandlingStrategyType
Specifies a strategy for handling errors during iterative activities.class
ActivityExecutionModeDefinitionType
Detailed definition of the execution mode.class
ActivityItemCountingDefinitionType
How should the activity deal with item counting, i.e.class
ActivityItemProcessingStatisticsType
Information about item processing in given activity.class
ActivityLoggingOptionsType
Controls logging aspects of an activity execution.class
ActivityProfilingDefinitionType
class
ActivityProgressType
Progress of an activity.class
ActivityReportCollectionType
A collection of related report data objects.class
ActivityReportingDefinitionType
How should the task report its various aspects?class
ActivityReportsDefinitionType
Defines specific activity-related reports.class
ActivityReportsType
Reports related to activity execution.class
ActivityRunRecordType
Information about individual activity run.class
ActivitySimulationResultDefinitionType
Should the simulation result be created for the activity? If so, how?class
ActivitySimulationStateType
State related to the "simulated" execution of this activity (and its children).class
ActivityStateOverviewMaintenanceDefinitionType
Parameters related to the maintenance of activity tree state overview.class
ActivityStateType
Describes the state of an activity.class
ActivityStatisticsType
Statistical information for individual activities.class
ActivitySubtaskDefinitionType
How the part is realized via subtask.class
ActivitySynchronizationStatisticsType
Information about synchronization situations of objects processed by synchronization-related tasks: live sync, import, reconciliation.class
ActivityTailoringType
TODOclass
ActivityTracingDefinitionType
Definition for tracing execution of an iterative activity.class
ActivityTreeStateType
Describes the state of an activity tree.class
AddFocusSynchronizationActionType
Creates an owning focus for the resource object.class
AdminGuiApprovalsConfigurationType
Configuration related to approvals GUI.class
AdminGuiConfigurationDisplayFormatsType
Default display formats for various UI elements.class
AdminGuiConfigurationRoleManagementType
Role management features that are potentially user-specific i.e.class
AdminGuiConfigurationType
Administration GUI configuration.class
AdministrativeOperationalStateType
Structure containing metadata about administrative operational state of the resource.class
AdvancedLoggingConfigurationType
Contains free form logging configuration.class
AfterItemConditionType
Condition controlling item report collection that is evaluated after the item is processed.class
AlwaysTruePolicyConstraintType
This policy constraint always applies.class
AppenderConfigurationType
Configuration of the logger: the facility that collects log messages from the code.class
ApplicablePoliciesType
Specification of policies that are applicable to this object type.class
ApprovalCompositionStrategyType
Prescribes how individual approval requirements should be composed into overall approval schema.class
ApprovalContextType
Describes the approval context, i.e.class
ApprovalPolicyActionType
Approval action.class
ApprovalProcessStartInstructionCreationTraceType
Trace for operation(s) that create approval process start instruction(s).class
ApprovalSchemaExecutionInformationType
Information on actual or expected execution of an approval schema.class
ApprovalSchemaType
Rules for approving something (e.g.class
ApprovalStageDefinitionType
One "level" (or stage) in the approval process.class
ApprovalStageExecutionInformationType
Information of an actual or expected execution of an approval stage.class
ApprovalStageExecutionPreviewType
Preview of an execution of an approval stage.class
ApprovalStageExecutionRecordType
Record of an actual execution of an approval stage.class
ArchetypeAdminGuiConfigurationType
Definition of GUI-related configuration for the archetyped objects.class
ArchetypePolicyType
Definition of archetype policies, such as object template, lifecycle, type display properties and so on.class
ArchetypeType
Archetype definition.class
AssignmentEvaluationTraceType
Trace for assignment evaluation operation.class
AssignmentHolderType
Abstract supertype for all object types that can have assignments.class
AssignmentModificationPolicyConstraintType
Constraint that triggers the rule when the object is assigned.class
AssignmentPathMetadataType
Assignment path leading to this data.class
AssignmentPathSegmentMetadataType
One segment in the metadata assignment path.class
AssignmentPathSegmentType
One segment in the assignment path.class
AssignmentPathType
Sequence of assignment paths, e.g.class
AssignmentPropertiesSpecificationType
class
AssignmentRelationType
Specifies what types of assignments can be made to the focal object when it is a target of an assignment.class
AssignmentSegmentEvaluationTraceType
Trace for assignment evaluation operation.class
AssignmentSelectorType
Selects some assignments from all the assignments in the object.class
AssignmentType
Generic assignments of one object to another object.class
AssociationAdditionType
Container for association-to-be-added in the context: resource shadow discriminator.class
AsynchronousScriptExecutionType
Options for asynchronous script execution.class
AsyncProvisioningAddOperationRequestedType
JAXB version of OperationRequested.Add class.class
AsyncProvisioningDeleteOperationRequestedType
JAXB version of OperationRequested.Delete class.class
AsyncProvisioningModifyOperationRequestedType
JAXB version of OperationRequested.Modify class.class
AsyncProvisioningOperationRequestedType
JAXB version of OperationRequested class.class
AsyncUpdateWorkDefinitionType
Executes the asynchronous update from a resource.class
AttributeVerificationAuthenticationModuleType
The module can be used as an additional verification of the already authenticated user.class
AttributeVerificationCredentialsPolicyType
class
AttributeVerificationCredentialsType
class
AuthenticationBehavioralDataType
Behavioral data about past authentications.class
AuthenticationModulesType
Definition of authentication modules that midPoint is aware about.class
AuthenticationSequenceChannelType
Channel specification for authentication sequence.class
AuthenticationSequenceModuleType
Specification of authentication module in the sequence.class
AuthenticationSequenceType
Authentication sequence.class
AuthenticationsPolicyType
Definition of the use of authentication mechanisms.class
AuthorizationLimitationsType
Limitations of this authorization when it is applied to other authorizations.class
AuthorizationType
Authorization define fine-grained access to midPoint objects and system functionality.class
AutoassignMappingType
class
AutoassignSpecificationType
Specification of role auto-assignment properties.class
AutoScalingDefinitionType
Defines how auto-scaling should be carried out.class
AvailableFilterType
Available (saved or preconfigured) filter which can be applied during the search.class
BaseEventHandlerType
Common base type for handler and notifiers - filtering and common information.class
BeforeItemConditionType
Condition controlling item report creation that is evaluated before the item is processed.class
BehaviorType
General-purpose behavioral data.class
BoundarySpecificationType
Specification of how string-based segments are delineated.class
BucketProcessingRecordType
Information about bucket completion or analysis to be recorded in buckets report.class
BucketsDefinitionType
Defines how buckets should be created.class
BucketsProcessingReportDefinitionType
Defines report on buckets processing.class
BucketsSamplingDefinitionType
Defines the sampling of buckets.class
BuildInformationType
TODOclass
CacheInvalidationConfigurationType
How is the cache invalidated? Currently applicable only to global repo cache objects.class
CacheObjectTypeSettingsType
Settings for a given cache and object type(s).class
CachesStateInformationType
Report on the state of midPoint caches.class
CacheStatisticsReportingConfigurationType
How cache statistics are collected and reported.class
CacheUseTraceType
class
CachingConfigurationType
Profiles for various kind of caching.class
CachingPolicyType
Definition of object attribute caching policies.class
CachingProfileType
Specific caching profile that can be used system-wide or for individual threads.class
CapabilitiesType
Collection of resource capabilities.class
CaseCompletionEventType
Event describing the completion of a workflow process instance.class
CaseCorrelationContextType
Information related to correlation request that is to be resolved.class
CaseCreationEventType
Event describing the creation of a workflow process instance.class
CaseEventType
Any event occurring during case lifetime that needs to be recorded, e.g.class
CaseType
TODOclass
CaseWorkItemType
A work item for a (generic) case.class
CertificationPolicyActionType
TODOclass
ChangeExecutionRequestType
Batch of changes to be executed.class
CheckoutCommentType
Configuration of comment text field in last step (checkout) of request access UI wizard.class
CheckoutType
Configuration structure related to request access UI wizard and its last step - checkout.class
CheckoutValidityConfigurationType
Configuration of validity (assignment validity) for requested roles in last step (checkout) of request access UI wizard.class
ClassicReportExportWorkDefinitionType
Definition for a classic report export activity.class
ClassicReportImportWorkDefinitionType
Definition for a classic report import activity.class
ClassLoggerConfigurationType
Configuration of the logger: the facility that collects log messages from the code.class
ClassLoggerLevelOverrideType
Information how to override logging level for specified logger(s).class
CleanupPoliciesType
Configuration of cleanup intervals and policies for various midPoint subsystems.class
CleanupPolicyType
Configuration of cleanup intervals and policies for a specific subsystem or feature.class
CleanupWorkDefinitionType
Definition for a cleanup activity.class
ClockworkClickTraceType
Trace for Clockwork.click operation.class
ClockworkRunTraceType
Trace for Clockwork.run operation.class
ClockworkTraceType
Abstract trace for clockwork events.class
ClusterStateType
State of the cluster for the purposes of auto-scaling.class
CollectionRefSpecificationType
Specification of an explicit or implicit object collection (including reference to the collection).class
CollectionSpecificationType
Specification of an explicit or implicit object collection, without reference to the collection.class
CollectionStatsPolicyConstraintType
Constraints for collection stats (statistics).class
CollectionStatsType
Stats (statistics) setting and entries.class
CompleteWorkItemActionType
TODO EXPERIMENTALclass
ComponentSizeInformationType
Report on structured object size.class
CompositeCorrelatorScalingDefinitionType
TODOclass
CompositeCorrelatorType
TODO User-friendly way of defining a correlator or correlators.class
CompositeSubCorrelatorType
TODOclass
ConfigurableUserDashboardType
Defines properties of a specific dashboard widget.class
ConfigurationSpecificationType
What 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? Most of the time, we are concerned with simulated executions, but in the future it is possible to tweak configuration in a way that will be safe to run in production.class
ConfirmationNotifierType
TODOclass
ConflictResolutionType
How to resolve write-write conflicts on focal objects, i.e.class
ConnectorConfigurationType
Resource configuration (hostname, port, ...).class
ConnectorFrameworkConfigurationType
class
ConnectorFrameworkType
class
ConnectorHostType
Host definition for remote connector, remote connector framework or a remote "gateway".class
ConnectorInstanceSpecificationType
Complete specification of a connector instance with configuration and capabilities.class
ConnectorType
Description of a generic connector.class
ConnIdOperationRecordType
Information about a ConnId operation.class
ConnIdOperationsReportDefinitionType
Defines report on ConnId operations.class
ConstraintsCheckingStrategyType
How constraints checking (for focus and projections) should be done.class
ConstructionType
Projection construction.class
ContainerPanelConfigurationType
Definition for the panel which will be used on details panel.class
CorrelationCasesDefinitionType
TODOclass
CorrelationConfidenceDefinitionType
Defines the custom confidence value for given correlator.class
CorrelationConfidenceThresholdsDefinitionType
These values are used to determine the correlation results.class
CorrelationDefinitionType
TODOclass
CorrelationItemType
Item that should be correlated as part of this correlator (i.e., correlation rule).class
CorrelatorCompositionDefinitionType
Definition of how the results of the correlator should be integrated in the parent (composite) one.class
CreateCorrelationCaseSynchronizationActionType
Creates (or updates) a correlation case for resource object in "disputed" synchronization state, i.e.class
CredentialPolicyType
Structure that specifies common elements to all the credential policies.class
CredentialSourceType
Source of a new credential value.class
CredentialsPolicyType
Credentials management policy.class
CredentialsResetMethodType
Specifies the method of resetting the credential.class
CredentialsResetPolicyType
Credentials reset management policy.class
CredentialsStorageMethodType
Specifies the method of storing the credential in midPoint.class
CredentialsType
This is a container type for various credentials types: passwords, public keys, one-time password scheme identifiers, etc.class
CsvFileFormatType
CSV export type for Report.class
CustomCompositeWorkStateType
Work state for a custom composite activity.class
CustomNormalizationStepType
Normalization carried out using custom expression.class
CustomNotifierType
Custom notifier which uses expression to produce the message object.class
CustomPolicyConstraintType
Custom ways of evaluating a policy constraint.class
CustomTransportConfigurationType
Custom type transport that can be realized either as a Java class (e.g.class
DashboardLayoutType
Specifies layout of a dashboard, such as the user dashboard (home screen) or administration dashboard.class
DashboardReportEngineConfigurationType
Configuration of dashboard-based reports.class
DashboardType
Configuration Dasboard dashboard showing in GUI.class
DashboardWidgetDataFieldType
Properties of a specific widget data field.class
DashboardWidgetDataType
Specifies widget data source.class
DashboardWidgetPresentationType
Specifies widget presentation properties.class
DashboardWidgetType
Defines properties of a specific dashboard widget.class
DashboardWidgetVariationType
Conditional variation in the way how the widget is displayed.class
DataProtectionType
Container which specify legal content for the role related to the GDPR.class
DeadNodeCleanupPolicyType
Cleanup policy for dead nodes.class
DefaultInboundMappingEvaluationPhasesType
Default phase or phases for evaluation of inbound mappings.class
DelegateWorkItemActionType
TODO EXPERIMENTALclass
DelegationWorkStateType
State for a delegation (delegating) activity run.class
DeleteFocusSynchronizationActionType
Deletes the owning focus for the resource object.class
DeleteResourceObjectSynchronizationActionType
Deletes the resource object.class
DeletionWorkDefinitionType
Deletes specified objects.class
DeltaSourceSpecificationType
TODO EXPERIMENTALclass
DeploymentInformationType
Information about midPoint deployment: subscription information, deployment name, description, color and so on.class
DirectionElementsType
Specific elements for export/import.class
DisplayType
class
DistributedReportExportWorkDefinitionType
Definition for a distributed report export activity.class
DummyNotifierType
TODOclass
EnforcementPolicyActionType
Enforcement action.class
ErrorReactionType
What should a task do when an error of given type is encountered? Only some combinations of values are allowed: ignore (+ stopAfter), retryLater (+ stopAfter), stop.class
ErrorSelectorType
Selects error categories, e.g.class
ErrorSituationSelectorType
Description of an error condition to act on.class
EscalateWorkItemActionType
TODO EXPERIMENTALclass
EventHandlerType
An event handler type - extends common handler with filter/info and additionally can contain one or more notifiers of various kinds.class
EventMarkDomainType
Domain of a given event mark.class
EventMarkInformationType
Information specific for event marks.class
ExclusionPolicyConstraintType
Container that defines exclusion of entities (e.g.class
ExplicitChangeExecutionWorkDefinitionType
Executes given changes.class
ExplicitWorkSegmentationType
Segmentation strategy that explicitly enumerates the buckets.class
ExpressionCorrelatorType
A correlator that uses a specified expression to find shadow owner.class
ExpressionEvaluationTraceType
Trace for expression evaluation operation.class
ExpressionEvaluatorProfileType
Specifies restrictions for execution of specific expression evaluators.class
ExpressionParameterType
Describes input parameters to the expression.class
ExpressionPermissionClassProfileType
Specifies restrictions and permissions for a specific class.class
ExpressionPermissionMethodProfileType
Specifies restrictions and permissions for a specific method.class
ExpressionPermissionPackageProfileType
Specifies restrictions and permissions for a package.class
ExpressionPermissionProfileType
Specifies restrictions and permissions for various evaluators, especially for scripting expressions.class
ExpressionProfileType
Specifies restrictions for execution of expressions and scripts.class
ExpressionSourceEvaluationTraceType
Information about mapping source during evaluation.class
ExpressionSubCorrelatorType
TODOclass
ExtensionType
Place for non-standard object properties.class
FailedObjectsSelectorType
Selects objects that were failed to be processed in previous activity run(s).class
FeedbackMessagesHookType
class
FetchErrorHandlingType
How should be errors during object fetch process handled and reported.class
FileAppenderConfigurationType
class
FileFormatConfigurationType
Export configuration.class
FileTransportConfigurationType
Where and how to store "file" messages.class
FilterCorrelatorType
A correlator that uses a specified filter to find shadow owner.class
FilterSubCorrelatorType
TODOclass
FocalAutoassignSpecificationType
Specification of role auto-assignment properties.class
FocusIdentificationAuthenticationModuleType
TODOclass
FocusIdentitiesType
Alternative identities for a focus.class
FocusIdentitySourceType
Source of a focus identity.class
FocusIdentityType
Alternative identity for a focus.class
FocusLoadedTraceType
Information about focus being loaded.class
FocusNormalizedDataType
TODOclass
FocusType
Abstract supertype for all object types that can be focus of full midPoint computation.class
FocusValidityScanWorkDefinitionType
Executes validity scan on focal objects.class
FormDisplayType
class
FormItemDisplayType
class
FormSpecificationType
Specifies a form using several different methods, e.g.class
FormType
Form definition.class
FullShadowLoadedTraceType
Information about full shadow being loaded.class
FullTextSearchConfigurationType
Configuration of the full text search feature.class
FullTextSearchIndexedItemsConfigurationType
What items to index.class
FunctionLibraryType
Define reusable functionsclass
FuzzySearchDefinitionType
Specifies the fuzzy search algorithm to use for searching.class
GeneralChangeProcessorConfigurationType
Configuration for GeneralChangeProcessor.class
GeneralNotifierType
General notifier that can handle any type of event.class
GeneralTransportConfigurationType
Configuration that is common to all transport configurations.class
GenericObjectType
Generic object for storing unknown (unexpected) object types.class
GenericPcpAspectConfigurationType
A generic configuration for a wf aspect.class
GetOperationOptionsType
See GetOperationOptions for a description.class
GlobalPolicyRuleType
Policy rule for use in global configuration.class
GroupSelectionType
Group selection structure creates new tile in first step of request access wizard UI (person of interest).class
GuiActionType
Actions are special things that can be done with particular object or list of objects.class
GuiExportSettingsType
Specifies the settings for GUI object export.class
GuiFlexibleLabelType
Flexible configurable label.class
GuiListDataProviderType
Base data Provider configurationclass
GuiObjectColumnType
Configuration of the object list column.class
GuiObjectDetailsPageType
Specifies form that are used for displaying and editing of specific object typeclass
GuiObjectDetailsSetType
Specifies the set of default forms that are used for displaying and editing of objects, such as User, Role, Org, ...class
GuiObjectListPanelConfigurationType
Specifies the configuration of a generic table listing various things (usually objects).class
GuiObjectListViewAdditionalPanelsType
Configuration of additional panels that can be present in some view types.class
GuiObjectListViewsType
Specifies the set of pages that are used for displaying lists of objects such as Users, Roles, Orgs, ...class
GuiObjectListViewType
Specifies the page used to list specific object type or object collection.class
GuiResourceDetailsPageType
Specifies form that are used for displaying and editing of specific object type EXPERIMENTAL.class
GuiShadowDetailsPageType
Specifies form that are used for displaying and editing of specific object type EXPERIMENTAL.class
GuiShadowListViewType
List pages for shadows.class
HasAssignmentPolicyConstraintType
Constraint that triggers when the focus has given assignment(s).class
HintAuthenticationModuleType
TODOclass
HomePageType
Definition for self dashboard.class
HtmlFileFormatType
HTML export type for Report.class
HttpBasicAuthenticationModuleType
Definition of HTTP BASIC authentication module (RFC 7617).class
HttpHeaderAuthenticationModuleType
Pseudo-authentication for pre-authenticated users.class
HttpSecQAuthenticationModuleType
Definition of HTTP SecQ module.class
IconType
User interface icon specification.class
IdentityDataHandlingType
TODO (better name?)class
IdentityItemDefinitionType
TODOclass
IdMatchAttributesType
Attributes to be sent to the external ID Match service.class
IdMatchCorrelationPropertiesType
What properties should be sent to the ID Match service.class
IdMatchCorrelatorStateType
State of the process driven by ID Match correlator.class
IdMatchCorrelatorType
Correlation using ID Match service.class
IdMatchSubCorrelatorType
TODOclass
IgnoreErrorReactionType
Error should be ignored and the processing should continue.class
ImplicitWorkSegmentationType
A segmentation strategy that is interpreted by the specific activity run.class
ImportWorkDefinitionType
Definition for an import activity.class
InactivateFocusSynchronizationActionType
Inactivates the owning focus for the resource object.class
InactivateResourceObjectSynchronizationActionType
Inactivates the resource object.class
InboundMappingEvaluationPhasesType
Phase or phases in which the mapping should be evaluated.class
InboundMappingsEvaluationConfigurationType
Configuration of inbound mappings evaluation.class
InboundMappingType
class
IndexedItemNormalizationDefinitionType
TODOclass
IndirectSearchItemConfigurationType
Configuration for indirect search item.class
InfrastructureConfigurationType
Technical (infrastructure) configuration of midPoint deployment.class
InMemoryAssignmentDataProviderType
In Memory Assignment Data Providerclass
IntegerStatType
Integer stat (statistic) entry.class
InternalOperationRecordFastFilterType
"Fast filter" that can reject a raw operation result.class
InternalOperationRecordType
Information about a midPoint internal operation.class
InternalOperationsReportDefinitionType
Defines report on internal operations.class
InternalsConfigurationType
Various internals configuration elements.class
ItemConsolidationTraceType
Trace for item consolidation.class
ItemConstraintType
Definition of a property constraints.class
ItemCorrelationDefinitionType
Definition of correlation-related aspects of a focus item.class
ItemCorrelatorDefinitionType
Definition of a single-item correlator for an item (a resource object attribute or a focus item).class
ItemIndexingDefinitionType
TODOclass
ItemMergeConfigurationType
TODOclass
ItemProcessingRecordType
Information about item processing to be recorded in items report.class
ItemRefinedDefinitionType
Description of the common item handling details, such as display name, read/write access and value and synchronization expressions.class
ItemRefMergeConfigurationType
TODOclass
ItemRelatedRecordType
Columns common to all specific item-related reports (like ConnId operations, internal operations, etc).class
ItemReportingConditionType
Condition controlling item report creation or collection that is evaluated before or after item is processed.class
ItemsCorrelatorType
TODOclass
ItemSearchConfidenceDefinitionType
Defines the custom confidence value for given search item.class
ItemSearchDefinitionType
Specifies how to search for the item.class
ItemsProcessingReportDefinitionType
Defines report on items processing.class
ItemsSubCorrelatorType
TODOclass
IterationSpecificationType
Definition of iteration properties for a resource account or other resource objects.class
IterativeChangeExecutionWorkDefinitionType
Executes specified changes on specified objects.class
IterativeScriptingWorkDefinitionType
Executes a script (a.k.a.class
LdapAuthenticationModuleType
LDAP authentication module supports authentication via LDAP server.class
LdapSearchAuthenticationModuleType
Search configuration which uses an Ldap filter to locate the userclass
LegacyCorrelationDefinitionType
This type exists just to allow (deprecated) "cases" element in legacy synchronization bean.class
LensContextSequencesType
Values of sequences used in the computation.class
LensContextSequenceValueType
Value of a sequence used in the computation.class
LensContextType
A serialization of model context, i.e.class
LensElementContextType
TODOclass
LensFocusContextType
TODOclass
LensProjectionContextType
TODOclass
LevenshteinDistanceSearchDefinitionType
Specifies the use of Levenshtein edit distance for searching.class
LifecycleStateActionDataReductionType
Action that reduces (purges) object data.class
LifecycleStateActionType
TODO EXPERIMENTALclass
LifecycleStateModelType
Specification of lifecycle states and state transitions.class
LifecycleStateTransitionType
Specification of lifecycle state transition.class
LifecycleStateType
Specification of lifecycle state.class
LinkedObjectSelectorType
Selects objects among linked ones (for this object).class
LinkSourceObjectSelectorType
Selects objects among linked sources (for this object).class
LinkSynchronizationActionType
Links resource object to its owning focus.class
LinkTargetObjectSelectorType
Selects objects among link targets (for this object).class
LinkTypeDefinitionsType
Definitions of link types for objects having this archetype.class
LinkTypeDefinitionType
Definitions of a link type.class
LiveSyncWorkDefinitionType
Definition for a live sync activity.class
LiveSyncWorkStateType
State of the live sync activity.class
LocalizedMessageTemplateContentType
Single language localization for the message template.class
LoggingAuditingConfigurationType
Auditing configuration for auditing by using the logging subsystem.class
LoggingConfigurationType
Configuration of logging levels, categories, log files, etc.class
LoggingOverrideType
Information how to override logging configuration.class
LoginFormAuthenticationModuleType
Definition of "login form" module.class
LookupTableRowType
Data structure that represents entire content of the lookup table, organized into table rows.class
LookupTableType
An object that represents lookup table.class
MailNonceAuthenticationModuleType
Mail nonce authentication module.class
MailTransportConfigurationType
Where and how to send mail messages (or any other mail messages).class
ManualProvisioningContextType
Describes the context of the manual provisioning request that is represented by a case.class
MappingEvaluationTraceType
Trace for mapping evaluation operation.class
MappingSourceEvaluationTraceType
Information about mapping source during evaluation.class
MappingSourceType
class
MappingSpecificationType
See Axiom.class
MappingStatePropertiesType
Mapping state properties after evaluation.class
MappingStatePropertyType
Mapping state property.class
MappingsType
Generic set of mappings.class
MappingTransformationType
Informs that the value was provided by a mapping (and how exactly).class
MappingType
Specialization of abstract mapping for regular data mappings.class
MarkType
A mark is a "label" given to an object - currently a prism object, an assignment, or audited/simulation event.class
MemoryDiagnosticsConfigurationType
Configuration of memory diagnostics features.class
MergeConfigurationType
Configuration that specifies automatic merging of two objects.class
MessageTemplateContentType
Specifies the content of the message used with a transport mechanism, for instance mail.class
MessageTemplateType
Localizable template of the message used with a transport mechanism, for instance mail.class
MessageTransportConfigurationType
A configuration for message transports.class
MetadataHandlingType
Defines handling of a metadata items.class
MetadataItemDefinitionType
Description of the metadata item handling details, such as (TODO)class
MetadataMappingType
Specialization of abstract mapping for metadata mappings.class
MetadataProcessingApplicabilitySpecificationType
In what situations should be this mapping template applied?class
MetadataProcessingItemApplicabilitySpecificationType
Selection of items to include/exclude when applying given metadata processing.class
MetadataRecordingStrategyType
How object metadata should be recorded or updated.class
MetadataType
Meta-data about data creation, modification, etc.class
ModelExecuteDeltaTraceType
Trace for model's delta execution.class
ModelExecuteOptionsType
Options for execution of Model operations.class
ModificationPolicyConstraintType
Constraint that triggers the rule on object modification, addition or deletion.class
ModuleItemConfigurationType
TODOclass
ModuleSaml2KeyStoreKeyType
SAML2 key from key store.class
ModuleSaml2SimpleKeyType
SAML2 key from string representation.class
MultiplicityPolicyConstraintType
Constraint on multiplicity of assigned objects.class
MultiPropagationWorkDefinitionType
Work definition for the multi-propagation activity.class
NodeType
Node describes a single installation of midPoint.class
NonceCredentialsPolicyType
Structure that specifies policy for nonce management.class
NonceType
class
NonIterativeScriptingWorkDefinitionType
Executes a script (a.k.a.class
NoOpCorrelatorType
"No-op" correlation that always returns "certainly no owner" result.class
NoOpNormalizationStepType
TODOclass
NoOpWorkDefinitionType
Work definition for a no-op activity.class
NormalizationStepsType
TODO Default is "polystring".class
NotificationConfigurationType
A configuration for user notifications.class
NotificationPolicyActionType
TODOclass
NotificationTransportConfigType
Type for notification specific transport configuration.class
NumericWorkSegmentationType
Segmentation strategy that divides the processing space (represented by an interval of numeric values) into a number of work buckets.class
ObjectCollectionReportEngineConfigurationType
Configuration of object collection-based reports.class
ObjectCollectionType
Object collection specification.class
ObjectFormsType
Specifies the set of forms that are used for displaying and editing of objects, such as User, Role, Org, ...class
ObjectFormType
Specifies form that are used for displaying and editing of specific object typeclass
ObjectIntegrityCheckWorkDefinitionType
Definition for object integrity check activity.class
ObjectOperationPolicyType
Shadow specific provisioning policy.class
ObjectPolicyConfigurationType
Definition of policy for a specific object type.class
ObjectSelectorType
Selects some objects from all the objects in midPoint.class
ObjectSetBasedWorkDefinitionType
A definition that applies to a set of repository objects.class
ObjectSetType
Specifies a set of repository objects to be processed.class
ObjectSynchronizationSorterType
Defines a synchronization properties (configuration) for a resource.class
ObjectSynchronizationType
Defines a synchronization properties (configuration) for a specific type of object, e.g.class
ObjectTemplateCorrelationType
Object-template-related settings related to correlation.class
ObjectTemplateItemDefinitionType
TODO Description of the common item handling details, such as display name, read/write access and value and synchronization expressions.class
ObjectTemplateMappingType
class
ObjectTemplateType
TODO: update The user template used to create new users.class
ObjectType
Common supertype for all identity objects.class
ObjectTypeSearchItemConfigurationType
Configuration for default object type.class
OidcAuthenticationModuleType
OpenId Connect authentication module.class
OidcClientAuthenticationModuleType
OpenID Connect client.class
OidcOpenIdProviderType
OpenID Provider.class
OidcResourceServerAuthenticationModuleType
OpenID Connect resource server.class
OidWorkSegmentationType
Segmentation strategy that divides the processing space into a number of buckets based on OID values.class
OperationalStateType
Structure containing metadata about operational state of the resource.class
OperationExecutionRecordingStrategyType
How operationExecution records should be updated.class
OperationExecutionRecordRealOwnerType
Information about operation execution record real owner.class
OperationExecutionType
Information about an operation executed on an object.class
OperationMonitoringType
What monitored operations to trace.class
OperationResultHandlingStrategyType
Strategy for operation result aggregation.class
OperationStatsType
Operation execution statistics/state.class
OptionObjectSelectorType
TODOclass
OrderConstraintsType
TODOclass
OrgRelationObjectSpecificationType
Definition of object with respect to subject membership in organizational hierarchy.class
OrgType
Organizational unit, division, section, object group, team, project or any other form of organizing things and/or people.class
OrphanedPolicyConstraintType
The object (currently supported are tasks) is orphaned i.e.class
OtherAuthenticationModuleParameterType
class
OtherAuthenticationModuleType
class
OtherPrivilegesLimitationType
Limitations related to other privileges, like the ability to complete work items.class
OutcomeKeyedCounterType
Counter keyed by a qualified outcome.class
OwnedObjectSelectorType
Selects some objects from all the objects in midPoint.class
ParameterType
Describes input parameters.class
PartialProcessingOptionsType
Options that allows to select only some of the projector/clockwork parts to process.class
PasswordCredentialsPolicyType
Structure that specifies policy for password management.class
PasswordHistoryEntryType
Contains a single entry of the password history.class
PasswordResetNotifierType
TODOclass
PasswordType
class
PcpAspectConfigurationType
Configuration for a primary change processor aspect.class
PendingOperationType
Description of an operation that is pending (in progress) or that was recently completed.class
PersonaConstructionType
Persona construction.class
PlannedOperationAttemptType
Describes an attempt that is to be made.class
PolicyActionsType
Actions that are executed as reactions to triggered policy rules.class
PolicyActionType
Common supertype for policy actions.class
PolicyConstraintEvaluationTraceType
Trace for policy constraint evaluation operation.class
PolicyConstraintPresentationType
How should be triggering of this constraint presented, e.g.class
PolicyConstraintReferenceType
References another policy constraint.class
PolicyConstraintsType
Set of governance, risk management, compliance (GRC) and similar policy constraints that influence the identity model.class
PolicyExceptionType
Recorded exception from a policy rule.class
PolicyRuleEnforcerPreviewOutputType
TODO EXPERIMENTALclass
PolicyRuleEvaluationTraceType
Trace for policy rule evaluation operation.class
PolicyRuleType
These rules specify compliance and governance constraints.class
PolicySituationPolicyConstraintType
Constraint that triggers the rule when the object is in a given policy situation(s).class
PolicyStatementType
Statement specifying explicit include (marking) of object or exclude from specified policy.class
PolicyThresholdType
Specifies limits when is the action executed.class
PolyStringNormalizationStepType
TODOclass
PrefixNormalizationStepType
TODOclass
PreviewContainerPanelConfigurationType
Used 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.class
PrimaryChangeProcessorConfigurationType
Configuration for PrimaryChangeProcessor.class
PrismConfigurationType
Prism specific configuration, mainly for performance optimizations and tuningclass
ProcessedItemSetType
Describes set of items that are or have been processed.class
ProcessedItemType
Describes an item (typically an object) that is or has been processed.class
ProcessMetadataType
class
ProfilingConfigurationType
A configuration for profiling features of midPoint.class
ProhibitedValueItemType
class
ProhibitedValuesType
class
ProjectionMergeConfigurationType
TODOclass
ProjectionPolicyType
Specification of the way how projections are handled on the resource.class
ProjectorComponentTraceType
Trace for Projector component operation.class
ProjectorRunTraceType
Trace for Projector.project operation.class
PropagationWorkDefinitionType
Work definition for the propagation activity.class
PropertyAccessType
class
PropertyLimitationsType
TODOclass
PropertyModificationOperationType
JAXB version of PropertyModificationOperation class.class
ProvenanceAcquisitionType
Ultimate origin of the data.class
ProvenanceFeedDefinitionType
Specifies data provenance properties for a particular data feed (source), such as resource.class
ProvenanceMetadataType
Provenance metadata provide high-level information about origin of the value.class
ProvidedServiceConfigurationType
Configuration of a service provided by midPoint.class
ProvisioningMetadataType
class
ProvisioningOperationTraceType
Trace for provisioning operation.class
PrunePolicyActionType
TODOclass
PureCompositeWorkStateType
Work state for a pure composite activity.class
QualifiedItemProcessingOutcomeType
Item processing outcome plus optional qualification.class
RandomBucketsSamplingDefinitionType
Sampling using random distribution of samples.class
RecomputationWorkDefinitionType
Recomputes specified objects.class
ReconciliationWorkDefinitionType
Executes the reconciliation.class
ReconciliationWorkStateType
State of the reconciliation activity.class
RecordPolicyActionType
TODOclass
RedirectionTargetType
Defines the target (page/panel/url) to be redirected toclass
RegistrationConfirmationNotifierType
TODOclass
RegistrationsPolicyType
TODOclass
RegularBucketsSamplingDefinitionType
Sampling using regular distribution of samples.class
ReindexingWorkDefinitionType
Re-indexes specified repository objects.class
RelationDefinitionType
Definition of a single (custom) relation.class
RelationsDefinitionType
Definition of (custom) relations.class
RelationSearchItemConfigurationType
Configuration for relation search item.class
RelationSelectionType
Configuration structure related to request access UI wizard and its second step - relation selection.class
RemediationPolicyActionType
TODOclass
ReportBehaviorType
Behavior for report.class
ReportConfigurationType
Report configuration based on report configuration schema.class
ReportDataType
Reports outputs.class
ReportExportWorkStateType
State of the report export activity.class
ReportParameterType
class
ReportType
Specification of midPoint report.class
RepositoryAddTraceType
Trace for repository ADD operation.class
RepositoryAssignmentDataProviderType
Repository Assignment Data Providerclass
RepositoryConfigurationType
Configuring various aspects of the repository - in addition to those that are configured statically using config.xml file.class
RepositoryDeleteTraceType
Trace for repository DELETE operation.class
RepositoryGetObjectTraceType
Trace for repository getObject operation.class
RepositoryGetTraceType
TEMPORARY - REMOVEclass
RepositoryGetVersionTraceType
Trace for repository getVersion operation.class
RepositoryModifyTraceType
Trace for repository MODIFY operation.class
RepositoryOperationTraceType
Trace for repository operation.class
RepositorySearchObjectsTraceType
Trace for repository searchObjects/searchObjectsIterative operation.class
RepositorySearchTraceType
TEMPORARY - REMOVEclass
RepositoryStatisticsReportingConfigurationType
How repository statistics are collected and reported.class
ResourceActivationDefinitionType
Defines how the mapping of the activation section is handled for the resource.class
ResourceAttributeDefinitionType
Description of the attribute handling details, such as display name, read/write access and value and synchronization expressions.class
ResourceBidirectionalMappingAndDefinitionType
class
ResourceBidirectionalMappingType
class
ResourceBusinessConfigurationType
Configuration of resource "business" aspects such as workflow parameters, notifications, approvers, owners, etc.class
ResourceConsistencyType
Configuration of consistency mechanisms.class
ResourceCredentialsDefinitionType
TODOclass
ResourceItemDefinitionType
Description of the common item handling details, such as display name, read/write access and value and synchronization expressions.class
ResourceMappingsEvaluationConfigurationType
Configuration of inbound/outbound resource mappings evaluation.class
ResourceObjectAssociationType
Describes how entitlement is associated to the subject (e.g.class
ResourceObjectConstructionEvaluationTraceType
Trace for evaluation resource object construction.class
ResourceObjectFocusSpecificationType
Specification of focus objects corresponding to given resource object type.class
ResourceObjectIdentifiersType
class
ResourceObjectIdentityType
class
ResourceObjectLifecycleDefinitionType
Definition of resource object lifecycle handling.class
ResourceObjectMultiplicityType
Describes how "multi-accounts" are treated for given object type.class
ResourceObjectOwnerOptionsType
Describes the options for an owner of a resource object.class
ResourceObjectOwnerOptionType
An option when choosing an owner for a resource object.class
ResourceObjectReferenceType
Reference to a resource object.class
ResourceObjectSetType
Specifies a set of resource objects to be processed.class
ResourceObjectTypeDefinitionType
Defines a type of resource objects.class
ResourceObjectTypeDelineationType
Delineates the boundary of a resource object type (i.e.class
ResourceObjectTypeDependencyType
Describes a dependency of an object type on another object type.class
ResourcePasswordDefinitionType
class
ResourceType
Resource represents a system or component external to the IDM system which we manage.class
RetryLaterReactionType
Processing of the specified account should be retried later.class
RichHyperlinkType
Hyperlink with a label, menu and other data that control a rich presentation of the link.class
RoleCatalogType
Configuration structure related to request access UI wizard and its third step - role catalog.class
RoleCollectionViewType
Role collection view defines structure that should be shown in request access UI wizard - in role catalog step.class
RoleManagementConfigurationType
A configuration for role management: role catalog, role assignments, etc.class
RoleRelationObjectSpecificationType
Definition of object with respect to subject relation to a role.class
RoleType
A role in the extended Role-Based Access Control (RBAC) sense.class
Saml2AuthenticationModuleType
SAML2 authentication module support authentication via Identity provider with SAML2.class
Saml2KeyAuthenticationModuleType
SAML2 key.class
Saml2NetworkAuthenticationModuleType
SAML2 authentication module, network configuration.class
Saml2ProviderAuthenticationModuleType
SAML2 provider.class
Saml2ProviderMetadataAuthenticationModuleType
SAML2 provider metadata.class
Saml2ServiceProviderAuthenticationModuleType
SAML2 authentication module, service provider configuration.class
ScanWorkStateType
Work state for scanning activities (validity scanner, trigger scanner, shadow refresher).class
ScheduleType
Task schedule.class
SchemaGenerationConstraintsType
TODOclass
SchemaHandlingType
Specification of handling details for resource schema.class
ScopeSearchItemConfigurationType
Configuration for scope search item.class
ScriptEvaluationTraceType
Trace for script evaluation operation.class
ScriptExecutionObjectType
Object(s) on which the script should be executed.class
ScriptExecutionPolicyActionType
TODO HIGHLY EXPERIMENTAL.class
ScriptExpressionProfileType
Specifies restrictions for execution of script expressions.class
ScriptVariableEvaluationTraceType
Information about script variable during evaluation.class
SearchBoxConfigurationType
Configuration of the search box (the set of input fields that control definition of search query).class
SearchFilterParameterType
Describes input parameters for the search filter.class
SearchItemsType
The list of the search properties to be configured for the search panel.class
SearchItemType
Search itemclass
SecurityPolicyType
Object that contains definitions of overall security policy.class
SecurityQuestionAnswerType
Answer to the security question.class
SecurityQuestionDefinitionType
Definition of a single security question.class
SecurityQuestionsCredentialsPolicyType
Structure that specifies policy for security questions.class
SecurityQuestionsCredentialsType
class
SecurityQuestionsFormAuthenticationModuleType
Definition of "security questions form" module.class
SelectorQualifiedGetOptionsType
Selector-qualified options for a get-like operation.class
SelectorQualifiedGetOptionType
TODOclass
SelfRegistrationPolicyType
Structure that specifies policy for password management.class
SequenceType
Definition of a sequence object that produces unique values.class
ServiceType
This 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.class
ShadowAssociationType
TODOclass
ShadowAttributesType
Attribute values from the resource.class
ShadowCleanupWorkDefinitionType
Deletes all shadows that have not been updated for given time.class
ShadowCorrelationStateType
Current state of the correlation process.class
ShadowDiscriminatorType
Shadow discriminator uniquely identifies a projection among other projections linked to the same focus.class
ShadowIdentifiersType
TODOclass
ShadowIntegrityCheckWorkDefinitionType
Definition for shadow integrity check activity.class
ShadowRefreshWorkDefinitionType
Looks for pending operations in shadows and updates their status.class
ShadowTagSpecificationType
TODOclass
ShadowType
Local copy of any object on the provisioning resource that is related to provisioning.class
SimpleCampaignNotifierType
TODOclass
SimpleCampaignStageNotifierType
TODOclass
SimpleCaseManagementNotifierType
TODOclass
SimpleCaseSchemaType
Simple schema describing how work items for a case should be created.class
SimpleFocalObjectNotifierType
TODOclass
SimplePolicyRuleNotifierType
TODOclass
SimpleReportNotifierType
TODOclass
SimpleResourceObjectNotifierType
TODOclass
SimpleReviewerNotifierType
TODOclass
SimpleTaskNotifierType
TODOclass
SimpleUserNotifierType
TODOclass
SimpleWorkflowNotifierType
TODOclass
SimulationDefinitionType
Definition of a specific simulation.class
SimulationEventMarksUseType
Specifies which event marks to consider for given simulation.class
SimulationMetricAggregationType
Specification of how metric values are aggregated.class
SimulationMetricComputationType
Specification of how is the metric value computed for individual "processed objects".class
SimulationMetricDefinitionType
Explicit definition of a metric.class
SimulationMetricPartitionDimensionsType
Set of dimensions of a partition.class
SimulationMetricPartitionScopeType
The scope of a partition, i.e.class
SimulationMetricPartitionType
Partial or total aggregation of values for given metric.class
SimulationMetricReferenceType
Reference to a metric - either by identifier (for explicitly defined ones) or by mark OID (for event mark based).class
SimulationMetricsUseType
Definition of the use of simulation metrics for the particular type of simulation.class
SimulationMetricValuesType
Values of a simulation metric, aggregated along with specific dimensions.class
SimulationObjectPredicateType
A predicate over SimulationResultProcessedObjectType and/or ProcessedObject instances.class
SimulationOptionsType
Container for options that allow selectively switch behavior of different features during simulation or preview changes.class
SimulationOtherMetricsUseType
Specifies which (non-tag) metrics to consider for given simulation.class
SimulationProcessedObjectMetricValueType
A value of a metric observed on a particular object processed by the simulation.class
SimulationResultProcessedObjectType
An object that was processed during a particular simulation run.class
SimulationResultType
Result of a simulation run.class
SingleCacheStateInformationType
Report on the cache state.class
SmsNonceAuthenticationModuleType
SMS (mobile text message) nonce authentication module.class
SmsTransportConfigurationType
Where and how to send SMS messages (or any other SMS).class
StageCompletionEventType
Event describing the completion of a workflow process instance stage.class
StatePolicyConstraintType
A constraint that triggers when a object or assignment is in a given state.class
StopProcessingReactionType
The processing should be stopped.class
StorageMetadataType
class
StringPolicyType
class
StringWorkSegmentationType
Segmentation 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.class
SubjectedObjectSelectorType
Selects some objects from all the objects in midPoint.class
SubreportParameterType
Subreport with expression.class
SubreportResultHandlingType
How should we handle the situations when a sub-report produces either either multiple values, or no values at all?class
SubSystemLoggerConfigurationType
Configuration of the logger: the facility that collects log messages from subsystem code.class
SummaryPanelSpecificationType
Specifies the look and feel of the summary panel.class
SuperCorrelatorReferenceType
Reference to a super-correlator.class
SuperObjectTypeReferenceType
References super object type.class
SuperResourceDeclarationType
Declares a "super-resource".class
SuspendTaskPolicyActionType
Stop action.class
SynchronizationActionsType
Action(s) that have to be executed in specified synchronization situation.class
SynchronizationReactionsDefaultSettingsType
Default settings for synchronization reactions.class
SynchronizationReactionsType
Defines reaction(s) to synchronization-related situations, plus other synchronization settings.class
SynchronizationReactionType
Reaction to synchronization situation or situations.class
SynchronizationSituationTransitionType
Describes how many times given synchronization situation transition has occurred.class
SynchronizationSituationUpdatingStrategyType
How synchronization situation in shadows should be updated.class
SynchronizationType
Defines a synchronization properties (configuration) for a resource.class
SynchronizeSynchronizationActionType
Plain "synchronize" (clockwork-based) action.class
SyslogAppenderConfigurationType
class
SystemConfigurationAuditEventRecordingPropertyType
Specifies details how an audit event record property is created.class
SystemConfigurationAuditEventRecordingType
Details about creation and recording of audit events.class
SystemConfigurationAuditType
Specifies details regarding creation and recording of audit events.class
SystemConfigurationCorrelationType
Global settings related to correlation.class
SystemConfigurationExpressionsType
Specifies profile for expression evaluations, execution, restrictions, etc.class
SystemConfigurationSimulationType
Global configuration of simulations.class
SystemConfigurationType
System configuration object.class
TargetSelectionType
Configuration structure related to request access UI wizard and its first step - person of interest.class
TaskActivityStateType
Describes the state of the activity or activities embedded in the task (and its subtasks - in the case of a root task).class
TaskAutoScalingType
Auto-scaling configuration for the task.class
TaskExecutionConstraintsType
Constraints on task execution, e.g.class
TaskExecutionEnvironmentType
Specification of the environment in which the task should execute.class
TaskExecutionGroupConstraintType
TODOclass
TaskType
TaskType contains information about a task (either transient or persistent).class
TenantSelectorType
Selects an object by comparing tenant information.class
TimeIntervalType
Water mark (bound).class
TimeValidityNotifierType
TODOclass
TimeValidityPolicyConstraintType
A constraint that triggers when validity of an object, assignment, or basically any time-sensitive item (e.g.class
TraceDataFlowVisualizationInstructionType
Specification of the data flow(s) to be visualized.class
TraceDictionaryEntryType
One object.class
TraceDictionaryType
Object dictionary.class
TraceSelectorType
Selects an operation trace.class
TraceType
Root type for tracing information that is embedded in OperationResult objects.class
TraceVisualizationColumnsType
What columns to visualize? Volatile - will be changed soon.class
TraceVisualizationInstructionsType
How to visualize trace file.class
TraceVisualizationInstructionType
How to visualize trace file.class
TraceVisualizationType
How a traced operation is to be visualized.class
TracingConfigurationType
Tracing configuration, including profiles to be selected from.class
TracingEnvironmentType
Description of the environment where the trace was captured.class
TracingOutputMetadataType
Metadata e.g.class
TracingOutputType
Output of the tracing.class
TracingProfileType
Describes how the tracing is to be done.class
TracingTypeProfileType
Describes how the tracing of specific type is to be done.class
TransformationMetadataType
class
TransitionPolicyConstraintType
Specifies how the inner constraints are to be evaluated with regards to operation start and end state.class
TriggerCreationType
Deals with creation of recompute triggers for selected objects.class
TriggerScanWorkDefinitionType
Executes trigger scan on repository objects.class
TriggerType
Defines triggers for an object.class
TrigramSimilaritySearchDefinitionType
Specifies the use of trigram similarity for searching.class
UnlinkSynchronizationActionType
Unlinks resource object from its owning focus.class
UserEntryCredentialSourceType
Specifies the details of a new credential entered manually by a user.class
UserInterfaceFeatureType
Defines properties of a specific user interface feature (e.g.class
UserPasswordNotifierType
TODOclass
UserType
User object represents a physical user of the system.class
ValidationIssueType
TODOclass
ValidationResultType
TODOclass
ValidityPredefinedValueType
Element which allows predefined validity duration for requested rolesin request access UI wizard.class
ValueMetadataType
The value metadata.class
ValuePolicyType
class
ValueTransformationExpressionEvaluationTraceType
Trace for expression evaluation operation in AbstractValueTransformationExpressionEvaluator.class
ValueTransformationTraceType
Trace for transformation of a tuple of values.class
VirtualAssignmentSpecificationType
There are cases when you need to force midpoint thinks that user has assigned some role.class
VirtualContainerItemSpecificationType
Item specification to display in containerclass
VirtualContainersSpecificationType
Used to specify "virtual" containers for displaying details page in GUI.class
WaterMarkType
Water mark (bound).class
WfChangeProcessorConfigurationType
Configuration for workflow change processor.class
WfConfigurationType
Configuration for workflows - for those parts not stored in the system config file.class
WfExecutionTasksConfigurationType
Configuration related to tasks in which model operations are executed.class
WfExecutionTasksSerializationType
Whether and how to serialize execution tasks (if "execute after all approvals" is set to false).class
WfGeneralChangeProcessorStateType
DEPRECATED We need to decide what to do with this.class
WfProcessSpecificationType
Specification of a process that is to be started.class
WidgetType
TODO: viliamclass
WorkAllocationDefinitionType
Parameters related to buckets allocation process.class
WorkBucketType
Description of a state and content of a work bucket.class
WorkDefinitionsType
Definition of the work that has to be done within an activity.class
WorkersDefinitionType
How to create and manage worker tasks.class
WorkersPerNodeDefinitionType
How to create worker tasks per node.class
WorkersReconciliationResultType
Result of the workers reconciliation process.class
WorkItemActionsType
Actions to execute.class
WorkItemCompletionEventType
Event describing the work item completion.class
WorkItemDelegationEventType
Event describing the fact of delegation.class
WorkItemDelegationRequestType
A request to delegate work item - analogous to AbstractWorkItemOutputType.class
WorkItemEscalationEventType
Event describing the fact of escalation.class
WorkItemEventType
Process event related to a specific work item.class
WorkItemNotificationActionType
TODO EXPERIMENTALclass
WorkItemResultType
Overall output from a work item: outcome (approve/reject/...), comment, additional delta, and probably other things in the future.class
WorkItemSelectorType
Selects some work items from all the items (perhaps of a given type, like approval work items).class
WorkItemTimedActionsType
Actions that should be applied to a work item in given moments (relative to work item creation or work item deadline).class
XmlSchemaType
This 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 Containerable Modifier and Type Class Description class
ConfigurationPropertiesType
TODOclass
ConnectorPoolConfigurationType
Type that contains configuration of ICF connector pools.class
ResultsHandlerConfigurationType
Type that contains configuration of ICF results handlers.class
TimeoutsType
Type that contains configuration of ICF operation timeouts. -
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 Containerable Modifier and Type Class Description class
AbstractWriteCapabilityType
Base type for all write capabilities.class
ActivationCapabilityType
Describes 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.class
ActivationLockoutStatusCapabilityType
Describes capability to provide lockout status (e.g.class
ActivationStatusCapabilityType
Describes capability to provide activation status (e.g.class
ActivationValidityCapabilityType
Describes capability to provide activation validity dates (validFrom, validTo)class
AddRemoveAttributeValuesCapabilityType
Indication that ADD and REMOVE of attribute values is reliably supported.class
AsyncUpdateCapabilityType
Describes capability to process asynchronous updates.class
AuxiliaryObjectClassesCapabilityType
Describes capability to specify additional (auxiliary) object classes in addition to the primary object class.class
CapabilityCollectionType
Collection of resource capabilities.class
CapabilityType
Abstract supertype for all (static schema) capabilities.class
CountObjectsCapabilityType
Ability to efficiently count objects.class
CreateCapabilityType
Describes create capability.class
CredentialsCapabilityType
Describes capability to present credentials in a structured way.class
DeleteCapabilityType
Describes delete capability.class
DiscoverConfigurationCapabilityType
Describes capability to do configuration discovery, check and recommendation (`DiscoverConfigurationApiOp`).class
LiveSyncCapabilityType
Describes capability to detect changes in almost real time (live synchronization).class
PagedSearchCapabilityType
How to handle paged searches.class
PasswordCapabilityType
Describes capability to present password in a structured way.class
ReadCapabilityType
Describes read capability.class
RunAsCapabilityType
Describes capability to execute operations with specified identity.class
SchemaCapabilityType
Describes capability to discover resource schema.class
ScriptCapabilityHostType
class
ScriptCapabilityType
Describes capability to execute scripts (short pieces of program) on the connector or resource.class
TestConnectionCapabilityType
Describes capability to test connection to the resource once the connector is configured.class
UpdateCapabilityType
Describes 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 Modifier and Type Class Description class
ObjectType
class
RawObjectType
-