Uses of Interface
de.uplanet.lucy.server.rtcache.ReferenceInfo
Packages that use ReferenceInfo
- 
Uses of ReferenceInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return ReferenceInfoModifier and TypeMethodDescriptionVelocityRtCache.getFirstReference(IFilter<ReferenceInfo> p_filter) Get the firstReferenceInfoobject that is accepted by the given filter.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 ReferenceInfoModifier and TypeMethodDescriptionVelocityRtCache.getReferences()Get all references.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 ReferenceInfoModifier and TypeMethodDescriptionVelocityRtCache.getFirstReference(IFilter<ReferenceInfo> p_filter) Get the firstReferenceInfoobject that is accepted by the given filter.VelocityRtCache.getReferences(IFilter<ReferenceInfo> p_filter) Get allReferenceInfoobjects that are accepted by the given filter.