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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
@NotNull Collection<SingleCacheStateInformationType>
void
invalidate
(Class<?> type, String oid, CacheInvalidationContext context) void
register()
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.repo.api.Cache
getEventSpecifications, invalidate
-
Constructor Details
-
TriggerCreatorGlobalState
public TriggerCreatorGlobalState()
-
-
Method Details
-
invalidate
- Specified by:
invalidate
in interfaceCache
-
getStateInformation
- Specified by:
getStateInformation
in interfaceCache
-
dumpContent
public void dumpContent()- Specified by:
dumpContent
in interfaceCache
-
register
@PostConstruct public void register() -
unregister
@PreDestroy public void unregister()
-