Class LocalCacheObjectValue<T extends ObjectType>
java.lang.Object
com.evolveum.midpoint.repo.cache.local.LocalCacheObjectValue<T>
- All Implemented Interfaces:
CachedObjectValue<T>
public class LocalCacheObjectValue<T extends ObjectType>
extends Object
implements CachedObjectValue<T>
-
Method Summary
Modifier and TypeMethodDescription@NotNull PrismObject<T>
boolean
Is this object complete, i.e., are there no incomplete items in it? This is a very simple mechanism to allow resolving operations with "include" options from the cache.toString()
-
Method Details
-
getObject
- Specified by:
getObject
in interfaceCachedObjectValue<T extends ObjectType>
-
isComplete
public boolean isComplete()Description copied from interface:CachedObjectValue
Is this object complete, i.e., are there no incomplete items in it? This is a very simple mechanism to allow resolving operations with "include" options from the cache. We assume that if a cached object is complete, then it's safe to return it from the cache regardless of any "include" or "exclude" retrieval options that might be in place. Note that we assume that the object was retrieved WITHOUT any "exclude" options. (Such excluded items are not marked as incomplete.)- Specified by:
isComplete
in interfaceCachedObjectValue<T extends ObjectType>
-
toString
-