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 ReferenceInfoVelocityRtCache. getFirstReference(IFilter<ReferenceInfo> p_filter)Get the firstReferenceInfoobject that is accepted by the given filter.ReferenceInfoVelocityRtCache. 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 allReferenceInfoobjects 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 ReferenceInfoVelocityRtCache. getFirstReference(IFilter<ReferenceInfo> p_filter)Get the firstReferenceInfoobject that is accepted by the given filter.List<ReferenceInfo>VelocityRtCache. getReferences(IFilter<ReferenceInfo> p_filter)Get allReferenceInfoobjects that are accepted by the given filter.
-