Class TriggerCreatorGlobalState
java.lang.Object
com.evolveum.midpoint.model.impl.expr.triggerSetter.TriggerCreatorGlobalState
- All Implemented Interfaces:
- Cache,- CacheInvalidationListener
Global state for optimizing trigger creators for the given midPoint node.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoid@NotNull Collection<SingleCacheStateInformationType>voidinvalidate(Class<?> type, String oid, CacheInvalidationContext context) voidregister()voidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.repo.api.CachegetEventSpecifications, invalidate
- 
Constructor Details- 
TriggerCreatorGlobalStatepublic TriggerCreatorGlobalState()
 
- 
- 
Method Details- 
invalidate- Specified by:
- invalidatein interface- Cache
 
- 
getStateInformation- Specified by:
- getStateInformationin interface- Cache
 
- 
dumpContentpublic void dumpContent()- Specified by:
- dumpContentin interface- Cache
 
- 
register@PostConstruct public void register()
- 
unregister@PreDestroy public void unregister()
 
-