Uses of Interface
de.uplanet.lucy.server.rtcache.FieldInfo
Packages that use FieldInfo
Package
Description
-
Uses of FieldInfo in de.uplanet.lucy.server.appservice
Methods in de.uplanet.lucy.server.appservice that return FieldInfoModifier and TypeMethodDescriptionfinal FieldInfo
AwFieldInfo.getFieldInfo()
Deprecated.ApplicationWalker.getFieldInfoBySysident
(String p_strDataGroupGuid, String p_strSysIdent) Deprecated.Accessing fields by their sysident is deprecated.Constructors in de.uplanet.lucy.server.appservice with parameters of type FieldInfo -
Uses of FieldInfo in de.uplanet.lucy.server.rtcache
Methods in de.uplanet.lucy.server.rtcache that return FieldInfoModifier and TypeMethodDescriptionFieldInfo.getCalcField()
Get calculated field.FieldInfo.getParentField()
Get parent field.FieldInfo.getReferencedField()
Get the referenced field, if this is a reference. -
Uses of FieldInfo in de.uplanet.lucy.server.rtcache.scripting.velocity
Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return FieldInfoModifier and TypeMethodDescriptionGet the field with the given unique identifier.VelocityRtCache.getFirstField
(IFilter<FieldInfo> p_filter) Get the firstFieldInfo
object that is accepted by the given filter.Methods in de.uplanet.lucy.server.rtcache.scripting.velocity that return types with arguments of type FieldInfoModifier and TypeMethodDescriptionIVcFieldInfoFilterFactory.getByDataGroup
(String p_strDataGroupGuid) Get a filter for fields that belong to the given data group.IVcFieldInfoFilterFactory.getByDataGroup
(Collection<String> p_dataGroupGuids) Get a filter for fields that belong to the given data groups.VelocityRtCache.getFields()
Get all fields.Get allFieldInfo
objects that are accepted by the given filter.Method parameters in de.uplanet.lucy.server.rtcache.scripting.velocity with type arguments of type FieldInfoModifier and TypeMethodDescriptionGet allFieldInfo
objects that are accepted by the given filter.VelocityRtCache.getFirstField
(IFilter<FieldInfo> p_filter) Get the firstFieldInfo
object that is accepted by the given filter.