Uses of Class
com.evolveum.midpoint.model.api.authentication.CompiledObjectCollectionView
-
Packages that use CompiledObjectCollectionView Package Description com.evolveum.midpoint.model.api com.evolveum.midpoint.model.api.authentication -
-
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.model.api
Methods in com.evolveum.midpoint.model.api that return CompiledObjectCollectionView Modifier and Type Method Description @NotNull CompiledObjectCollectionViewModelInteractionService. compileObjectCollectionView(@NotNull CollectionRefSpecificationType collection, @Nullable Class<? extends Containerable> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Methods in com.evolveum.midpoint.model.api with parameters of type CompiledObjectCollectionView Modifier and Type Method Description voidModelInteractionService. applyView(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewsType)Applying all GuiObjectListViewsType to CompiledObjectCollectionViewvoidModelInteractionService. compileView(CompiledObjectCollectionView existingView, GuiObjectListViewType objectListViewsType, com.evolveum.midpoint.task.api.Task task, OperationResult result)Compile object list view together with collection ref specification if present<O extends ObjectType>
@NotNull CollectionStatsModelInteractionService. determineCollectionStats(@NotNull CompiledObjectCollectionView collectionView, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)@NotNull Collection<EvaluatedPolicyRule>ModelInteractionService. evaluateCollectionPolicyRules(@NotNull PrismObject<ObjectCollectionType> collection, @Nullable CompiledObjectCollectionView collectionView, @Nullable Class<? extends ObjectType> targetTypeClass, @NotNull com.evolveum.midpoint.task.api.Task task, @NotNull OperationResult result)Returns all policy rules that apply to the collection.<C extends Containerable>
ModelInteractionService.SearchSpec<C>ModelInteractionService. getSearchSpecificationFromCollection(CompiledObjectCollectionView collection, QName typeForFilter, Collection<SelectorOptions<GetOperationOptions>> options, VariablesMap variables, com.evolveum.midpoint.task.api.Task task, OperationResult result)TODO document and clean up the interface -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.model.api.authentication
Subclasses of CompiledObjectCollectionView in com.evolveum.midpoint.model.api.authentication Modifier and Type Class Description classCompiledShadowCollectionViewMethods in com.evolveum.midpoint.model.api.authentication that return CompiledObjectCollectionView Modifier and Type Method Description CompiledObjectCollectionViewCompiledGuiProfile. findObjectCollectionView(@NotNull QName objectType, String viewName)Compiled information about object list view for a particular type.CompiledObjectCollectionViewCompiledGuiProfile. getDefaultObjectCollectionView()Default list view setting should never be needed publicly.Methods in com.evolveum.midpoint.model.api.authentication that return types with arguments of type CompiledObjectCollectionView Modifier and Type Method Description <O extends ObjectType>
@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile. findAllApplicableArchetypeViews(@NotNull Class<O> objectType)<O extends ObjectType>
@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile. findAllApplicableArchetypeViews(@NotNull Class<O> objectType, OperationTypeType operationType)@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile. findAllApplicableArchetypeViews(@NotNull QName objectType, OperationTypeType operationTypeType)Find all archetype views that are applicable for a particular object type.@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile. findAllApplicableObjectCollectionViews(@NotNull QName objectType)Find all views that are applicable for a particular object type.<O extends ObjectType>
@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile. findAllApplicableObjectCollectionViews(Class<O> compileTimeClass)Find all views that are applicable for a particular object type.@NotNull List<CompiledObjectCollectionView>CompiledGuiProfile. getObjectCollectionViews()Compiled information about all configured object list views.Methods in com.evolveum.midpoint.model.api.authentication with parameters of type CompiledObjectCollectionView Modifier and Type Method Description voidCompiledGuiProfile. setDefaultObjectCollectionView(CompiledObjectCollectionView defaultObjectCollectionView)
-