makeReference method

Map makeReference()

Implementation

Map makeReference() {
  Map referenceMap = opResult.makeReference();

  if (resultIndex != null)
    referenceMap[UnitOfWork.RESULT_INDEX] = resultIndex;

  if (propName != null) referenceMap[UnitOfWork.PROP_NAME] = propName;

  return referenceMap;
}