Uses of Interface
de.uplanet.lucy.server.rtcache.ReferenceInfo
-
Uses of ReferenceInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Modifier and TypeMethodDescriptionVelocityRtCache.getFirstReference
(IFilter<ReferenceInfo> p_filter) Get the firstReferenceInfo
object that is accepted by the given filter.VelocityRtCache.getReference
(String p_strGuid) Get the reference with the given unique identifier.Modifier and TypeMethodDescriptionVelocityRtCache.getReferences()
Get all references.VelocityRtCache.getReferences
(IFilter<ReferenceInfo> p_filter) Get allReferenceInfo
objects that are accepted by the given filter.Modifier and TypeMethodDescriptionVelocityRtCache.getFirstReference
(IFilter<ReferenceInfo> p_filter) Get the firstReferenceInfo
object that is accepted by the given filter.VelocityRtCache.getReferences
(IFilter<ReferenceInfo> p_filter) Get allReferenceInfo
objects that are accepted by the given filter.