Uses of Interface
de.uplanet.lucy.server.rtcache.FieldInfo
-
Packages that use FieldInfo Package Description de.uplanet.lucy.server.appservice de.uplanet.lucy.server.rtcache de.uplanet.lucy.server.rtcache.scripting.velocity -
-
Uses of FieldInfo in de.uplanet.lucy.server.appservice
Methods in de.uplanet.lucy.server.appservice that return FieldInfo Modifier and Type Method Description FieldInfo
AwFieldInfo. getFieldInfo()
Deprecated.FieldInfo
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 Constructor Description AwFieldInfo(FieldInfo p_info)
Deprecated.Method FieldInfo. -
Uses of FieldInfo in de.uplanet.lucy.server.rtcache
Methods in de.uplanet.lucy.server.rtcache that return FieldInfo Modifier and Type Method Description FieldInfo
FieldInfo. getCalcField()
Get calculated field.FieldInfo
FieldInfo. getParentField()
Get parent field.FieldInfo
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 FieldInfo Modifier and Type Method Description FieldInfo
VelocityRtCache. getField(String p_strGuid)
Get the field with the given unique identifier.FieldInfo
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 FieldInfo Modifier and Type Method Description IFilter<FieldInfo>
IVcFieldInfoFilterFactory. getByDataGroup(String p_strDataGroupGuid)
Get a filter for fields that belong to the given data group.IFilter<FieldInfo>
IVcFieldInfoFilterFactory. getByDataGroup(Collection<String> p_dataGroupGuids)
Get a filter for fields that belong to the given data groups.Map<String,FieldInfo>
VelocityRtCache. getFields()
Get all fields.List<FieldInfo>
VelocityRtCache. getFields(IFilter<FieldInfo> p_filter)
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 FieldInfo Modifier and Type Method Description List<FieldInfo>
VelocityRtCache. getFields(IFilter<FieldInfo> p_filter)
Get allFieldInfo
objects that are accepted by the given filter.FieldInfo
VelocityRtCache. getFirstField(IFilter<FieldInfo> p_filter)
Get the firstFieldInfo
object that is accepted by the given filter.
-