Uses of Interface
com.evolveum.midpoint.model.api.ModelService
-
-
Uses of ModelService in com.evolveum.midpoint.model.api.context
Methods in com.evolveum.midpoint.model.api.context with parameters of type ModelService Modifier and Type Method Description static ExtensionTypeAssignmentPath. collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, Task task, OperationResult result) -
Uses of ModelService in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type ModelService Modifier and Type Method Description static ExtensionTypeAssignmentPathUtil. collectExtensions(AssignmentPathType path, int startAt, ModelService modelService, Task task, OperationResult result)static voidResourceUtils. deleteSchema(PrismObject<? extends ResourceType> resource, ModelService modelService, PrismContext prismContext, Task task, OperationResult parentResult)static booleanDashboardUtils. isAuditCollection(CollectionRefSpecificationType collectionRef, ModelService modelService, Task task, OperationResult result) -
Uses of ModelService in com.evolveum.midpoint.model.common.expression.evaluator
Methods in com.evolveum.midpoint.model.common.expression.evaluator that return ModelService Modifier and Type Method Description protected ModelServiceAbstractSearchExpressionEvaluator. getModelService()Constructors in com.evolveum.midpoint.model.common.expression.evaluator with parameters of type ModelService Constructor Description AssignmentTargetSearchExpressionEvaluatorFactory(ExpressionFactory expressionFactory, PrismContext prismContext, Protector protector, ModelService modelService, SecurityContextManager securityContextManager, CacheConfigurationManager cacheConfigurationManager)AssociationTargetSearchExpressionEvaluatorFactory(ExpressionFactory expressionFactory, PrismContext prismContext, Protector protector, ModelService modelService, SecurityContextManager securityContextManager, CacheConfigurationManager cacheConfigurationManager)ReferenceSearchExpressionEvaluatorFactory(ExpressionFactory expressionFactory, PrismContext prismContext, Protector protector, ModelService modelService, SecurityContextManager securityContextManager, CacheConfigurationManager cacheConfigurationManager) -
Uses of ModelService in com.evolveum.midpoint.model.impl.controller
Classes in com.evolveum.midpoint.model.impl.controller that implement ModelService Modifier and Type Class Description classModelControllerThis used to be an interface, but it was switched to class for simplicity. -
Uses of ModelService in com.evolveum.midpoint.model.impl.scripting
Methods in com.evolveum.midpoint.model.impl.scripting that return ModelService Modifier and Type Method Description ModelServiceExecutionContext. getModelService() -
Uses of ModelService in com.evolveum.midpoint.model.impl.scripting.actions
Fields in com.evolveum.midpoint.model.impl.scripting.actions declared as ModelService Modifier and Type Field Description protected ModelServiceBaseActionExecutor. modelService -
Uses of ModelService in com.evolveum.midpoint.model.impl.util
Fields in com.evolveum.midpoint.model.impl.util declared as ModelService Modifier and Type Field Description protected ModelServiceDeleteTaskHandler. modelService
-