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 CompiledObjectCollectionView
ModelInteractionService. compileObjectCollectionView(PrismObject<ObjectCollectionType> collection, Class<? extends ObjectType> targetTypeClass, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Methods in com.evolveum.midpoint.model.api with parameters of type CompiledObjectCollectionView Modifier and Type Method Description <O extends ObjectType>
CollectionStatsModelInteractionService. determineCollectionStats(CompiledObjectCollectionView collectionView, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Collection<EvaluatedPolicyRule>
ModelInteractionService. evaluateCollectionPolicyRules(PrismObject<ObjectCollectionType> collection, CompiledObjectCollectionView collectionView, Class<? extends ObjectType> targetTypeClass, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Returns all policy rules that apply to the collection. -
Uses of CompiledObjectCollectionView in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return CompiledObjectCollectionView Modifier and Type Method Description CompiledObjectCollectionView
CompiledUserProfile. findObjectCollectionView(QName objectType, String viewName)
Compiled information about object list view for a particular type.<O extends ObjectType>
CompiledObjectCollectionViewCompiledUserProfile. findObjectViewByViewName(Class<O> compileTimeClass, String viewName)
CompiledObjectCollectionView
CompiledUserProfile. 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 List<CompiledObjectCollectionView>
CompiledUserProfile. findAllApplicableArchetypeViews(QName objectType)
Find all archetype views that are applicable for a particular object type.<O extends ObjectType>
List<CompiledObjectCollectionView>CompiledUserProfile. findAllApplicableObjectCollectionViews(Class<O> compileTimeClass)
Find all views that are applicable for a particular object type.List<CompiledObjectCollectionView>
CompiledUserProfile. findAllApplicableObjectCollectionViews(QName objectType)
Find all views that are applicable for a particular object type.List<CompiledObjectCollectionView>
CompiledUserProfile. 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 void
CompiledUserProfile. setDefaultObjectCollectionView(CompiledObjectCollectionView defaultObjectCollectionView)
-