Uses of Interface
com.evolveum.midpoint.model.api.ModelService

Packages that use ModelService
com.evolveum.midpoint.init   
com.evolveum.midpoint.model.controller   
com.evolveum.midpoint.web.bean   
com.evolveum.midpoint.web.model.dto   
com.evolveum.midpoint.web.model.impl   
 

Uses of ModelService in com.evolveum.midpoint.init
 

Methods in com.evolveum.midpoint.init with parameters of type ModelService
 void ModelInitialSetup.setModel(ModelService model)
           
 void InitialDataImport.setModel(ModelService model)
           
 

Uses of ModelService in com.evolveum.midpoint.model.controller
 

Subinterfaces of ModelService in com.evolveum.midpoint.model.controller
 interface ModelController
           
 

Classes in com.evolveum.midpoint.model.controller that implement ModelService
 class ModelControllerImpl
           
 

Uses of ModelService in com.evolveum.midpoint.web.bean
 

Methods in com.evolveum.midpoint.web.bean with parameters of type ModelService
 void BrowserBean.setModel(ModelService model)
          Deprecated. 
 

Constructors in com.evolveum.midpoint.web.bean with parameters of type ModelService
AssignmentBean(int id, AssignmentType assignment, ModelService model)
           
 

Uses of ModelService in com.evolveum.midpoint.web.model.dto
 

Constructors in com.evolveum.midpoint.web.model.dto with parameters of type ModelService
GuiUserDto(UserType object, ModelService model)
           
RoleDto(RoleType role, ModelService model)
           
UserDto(UserType user, ModelService model)
           
 

Uses of ModelService in com.evolveum.midpoint.web.model.impl
 

Methods in com.evolveum.midpoint.web.model.impl that return ModelService
protected  ModelService ObjectManagerImpl.getModel()
           
 



Copyright © 2011 evolveum. All Rights Reserved.