Class ModelCommonBeans
java.lang.Object
com.evolveum.midpoint.model.common.ModelCommonBeans
Commonly-used beans for model-common module.
 This class is intended to be used in classes that are not managed by Spring.
 (To avoid massive transfer of references to individual beans from Spring-managed class
 to the place where the beans are needed.)
- 
Field SummaryFieldsModifier and TypeFieldDescription
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ModelCommonBeansget()BEWARE! Do not use in constructors of Spring beans!voidinit()
- 
Field Details- 
prismContext
- 
cacheRepositoryService
- 
matchingRuleRegistry
- 
expressionFactory
- 
objectResolver
- 
metadataMappingEvaluator
- 
securityContextManager
- 
protector
- 
cacheConfigurationManager
- 
modelService
- 
modelInteractionService
- 
markManager
- 
lightweightIdentifierGenerator
- 
localizationService
- 
archetypeManager
- 
expressionProfileManager
- 
functionLibraryManager
 
- 
- 
Constructor Details- 
ModelCommonBeanspublic ModelCommonBeans()
 
- 
- 
Method Details- 
init@PostConstruct public void init()
- 
getBEWARE! Do not use in constructors of Spring beans!
 
-