Package com.qfs.desc
Interface IReferenceDescription
- All Known Implementing Classes:
ReferenceDescription
public interface IReferenceDescription
Description of a reference that an owner store makes to a target store.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptionKeys: fields in owner store.getName()Returns the name of the description.Returns the name of the owner store.Returns the name of the target store.booleanReturns whether the owning fields should be indexed.
-
Method Details
-
getName
String getName()Returns the name of the description. -
getOwnerStore
String getOwnerStore()Returns the name of the owner store. -
getTargetStore
String getTargetStore()Returns the name of the target store. -
getFieldsMapping
Keys: fields in owner store. Values: fields in target store.- Returns:
- the mapping between fields
-
isIndexed
boolean isIndexed()Returns whether the owning fields should be indexed.
-