Class ResolvedParameterReference

  • All Implemented Interfaces:
    NameReference, ParameterReference

    public class ResolvedParameterReference
    extends AbstractNameReference
    implements ParameterReference
    Reference that is resolved since the beginning - it calls any action immediately.

    The reason for this class is that we do not want duplicate code paths in the SpreadSheet Loader (or other database loader)

    • one path for the case when the named entities are found in the current space system
    • one path for the case when they are not found and will be resolved later.