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 FieldInfoAwFieldInfo. getFieldInfo()Deprecated.FieldInfoApplicationWalker. 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 FieldInfoFieldInfo. getCalcField()Get calculated field.FieldInfoFieldInfo. getParentField()Get parent field.FieldInfoFieldInfo. 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 FieldInfoVelocityRtCache. getField(String p_strGuid)Get the field with the given unique identifier.FieldInfoVelocityRtCache. getFirstField(IFilter<FieldInfo> p_filter)Get the firstFieldInfoobject 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 allFieldInfoobjects 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 allFieldInfoobjects that are accepted by the given filter.FieldInfoVelocityRtCache. getFirstField(IFilter<FieldInfo> p_filter)Get the firstFieldInfoobject that is accepted by the given filter.
-