Uses of Interface
de.uplanet.lucy.server.rtcache.FieldInfo
Package
Description
-
Uses of FieldInfo in de.uplanet.lucy.server.appservice
Modifier and TypeMethodDescriptionfinal FieldInfo
AwFieldInfo.getFieldInfo()
Deprecated.ApplicationWalker.getFieldInfoBySysident
(String p_strDataGroupGuid, String p_strSysIdent) Deprecated.Accessing fields by their sysident is deprecated. -
Uses of FieldInfo in de.uplanet.lucy.server.rtcache
Modifier 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
Modifier 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.Modifier 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.Modifier 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.