Package de.uplanet.lucy.server.rtcache
Interface ReferenceInfo
- All Superinterfaces:
- de.uplanet.lucy.server.rtcache.ILanguageConstant,- de.uplanet.lucy.server.util.ILanguageConstantOrTitle,- de.uplanet.lucy.server.rtcache.IRtInfo,- de.uplanet.lucy.server.rtcache.IRtInfoWithTitle
@Scriptable
public interface ReferenceInfo
extends de.uplanet.lucy.server.rtcache.IRtInfo, de.uplanet.lucy.server.rtcache.IRtInfoWithTitle, de.uplanet.lucy.server.util.ILanguageConstantOrTitle
Information about data field references.
- 
Method SummaryModifier and TypeMethodDescriptionGet the application GUID.Get the data group GUID.List with the field GUID's of the foreign key fields.getGuid()Get the reference GUID.getName()Get the reference name.de.uplanet.lucy.server.property.IPropertyCollectionThe field propertiesGet the GUID of the referenced data group.Get the reference parameters.Get the fields that belong to the reference.intGet the reference status.getView()Get the view field.Methods inherited from interface de.uplanet.lucy.server.rtcache.ILanguageConstantgetLanguageConstantAppGuid, getLanguageConstantName, getLanguageConstantType, hasLanguageConstantMethods inherited from interface de.uplanet.lucy.server.util.ILanguageConstantOrTitlegetTitlesMethods inherited from interface de.uplanet.lucy.server.rtcache.IRtInfoWithTitlegetDefaultTitle, getTitle, getTitles
- 
Method Details- 
getGuidString getGuid()Get the reference GUID.- Returns:
- The reference GUID (not null).
 
- 
getNameString getName()Get the reference name.- Returns:
- The reference name (not null).
 
- 
getForeignAppGuidString getForeignAppGuid()Get the application GUID.- Returns:
- The foreign application GUID (not null).
 
- 
getForeignDataGroupGuidString getForeignDataGroupGuid()Get the data group GUID.- Returns:
- The foreign data group GUID (not null).
 
- 
getReferencedDataGroupGuidString getReferencedDataGroupGuid()Get the GUID of the referenced data group.- Returns:
- the GUID of the referenced data group (not null).
 
- 
getStatusint getStatus()Get the reference status.- Returns:
- The reference status
 
- 
getViewString getView()Get the view field.- Returns:
- The view (could be null).
 
- 
getReferencingFieldGuidsGet the fields that belong to the reference.- Returns:
- List with referenced field GUIDs (not nulland at least one element).
 
- 
getForeignKeyFieldGuidsList with the field GUID's of the foreign key fields.- Returns:
- List with the foreign key field GUIDs (not null).
 
- 
getReferenceParametersList<ReferenceParameterInfo> getReferenceParameters()Get the reference parameters.- Returns:
- The reference parameters (not null).
 
- 
getPropertiesde.uplanet.lucy.server.property.IPropertyCollection getProperties()The field properties- Returns:
- The field properties (not null).
 
 
-