Package de.uplanet.lucy.server.rtcache
Schnittstelle ReferenceInfo
- Alle Superschnittstellen:
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGet 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.List<de.uplanet.lucy.server.rtcache.ReferenceParameterInfo> Get the reference parameters.Get the fields that belong to the reference.intGet the reference status.getView()Get the view field.Von Schnittstelle geerbte Methoden de.uplanet.lucy.server.rtcache.ILanguageConstant
getLanguageConstantAppGuid, getLanguageConstantName, getLanguageConstantType, hasLanguageConstantVon Schnittstelle geerbte Methoden de.uplanet.lucy.server.util.ILanguageConstantOrTitle
getTitlesVon Schnittstelle geerbte Methoden de.uplanet.lucy.server.rtcache.IRtInfoWithTitle
getDefaultTitle, getTitle, getTitles
-
Methodendetails
-
getGuid
String getGuid()Get the reference GUID.- Gibt zurück:
- The reference GUID (not
null).
-
getName
String getName()Get the reference name.- Gibt zurück:
- The reference name (not
null).
-
getForeignAppGuid
String getForeignAppGuid()Get the application GUID.- Gibt zurück:
- The foreign application GUID (not
null).
-
getForeignDataGroupGuid
String getForeignDataGroupGuid()Get the data group GUID.- Gibt zurück:
- The foreign data group GUID (not
null).
-
getReferencedDataGroupGuid
String getReferencedDataGroupGuid()Get the GUID of the referenced data group.- Gibt zurück:
- the GUID of the referenced data group (not
null).
-
getStatus
int getStatus()Get the reference status.- Gibt zurück:
- The reference status
-
getView
String getView()Get the view field.- Gibt zurück:
- The view (could be
null).
-
getReferencingFieldGuids
Get the fields that belong to the reference.- Gibt zurück:
- List with referenced field GUIDs (not
nulland at least one element).
-
getForeignKeyFieldGuids
List with the field GUID's of the foreign key fields.- Gibt zurück:
- List with the foreign key field GUIDs (not
null).
-
getReferenceParameters
List<de.uplanet.lucy.server.rtcache.ReferenceParameterInfo> getReferenceParameters()Get the reference parameters.- Gibt zurück:
- The reference parameters (not
null).
-
getProperties
de.uplanet.lucy.server.property.IPropertyCollection getProperties()The field properties- Gibt zurück:
- The field properties (not
null).
-