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 Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ModelCommonBeans
get()
BEWARE! Do not use in constructors of Spring beans!void
init()
-
Field Details
-
prismContext
-
cacheRepositoryService
-
matchingRuleRegistry
-
expressionFactory
-
objectResolver
-
metadataMappingEvaluator
-
securityContextManager
-
protector
-
cacheConfigurationManager
-
modelService
-
modelInteractionService
-
markManager
-
lightweightIdentifierGenerator
-
localizationService
-
archetypeManager
-
expressionProfileManager
-
functionLibraryManager
-
-
Constructor Details
-
ModelCommonBeans
public ModelCommonBeans()
-
-
Method Details
-
init
@PostConstruct public void init() -
get
BEWARE! Do not use in constructors of Spring beans!
-