Uses of Interface
de.uplanet.lucy.server.rtcache.ReferenceInfo
-
Packages that use ReferenceInfo Package Description de.uplanet.lucy.server.rtcache.scripting.velocity -
-
Uses of ReferenceInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return ReferenceInfo Modifier and Type Method Description ReferenceInfo
VelocityRtCache. getFirstReference(IFilter<ReferenceInfo> p_filter)
Get the firstReferenceInfo
object that is accepted by the given filter.ReferenceInfo
VelocityRtCache. getReference(String p_strGuid)
Get the reference with the given unique identifier.Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return types with arguments of type ReferenceInfo Modifier and Type Method Description Map<String,ReferenceInfo>
VelocityRtCache. getReferences()
Get all references.List<ReferenceInfo>
VelocityRtCache. getReferences(IFilter<ReferenceInfo> p_filter)
Get allReferenceInfo
objects that are accepted by the given filter.Method parameters in de.uplanet.lucy.server.rtcache.scripting.velocity with type arguments of type ReferenceInfo Modifier and Type Method Description ReferenceInfo
VelocityRtCache. getFirstReference(IFilter<ReferenceInfo> p_filter)
Get the firstReferenceInfo
object that is accepted by the given filter.List<ReferenceInfo>
VelocityRtCache. getReferences(IFilter<ReferenceInfo> p_filter)
Get allReferenceInfo
objects that are accepted by the given filter.
-