Interface ILfnIdentityProvider


public interface ILfnIdentityProvider
Deprecated.
Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms. Please refer to the Fusion migration guide for more information.
Provider that can map objects to IDs that are unique within the context of the provider.
Since:
11.0
  • Method Summary

    Modifier and Type
    Method
    Description
    getId(Object aFeature)
    Deprecated.
    Gets an ID associated with the given object with the following properties: Repeated requests for the same object will return the same ID. The ID is guaranteed to be unique within the context of the provider, e.g. one ILcdModel
  • Method Details

    • getId

      String getId(Object aFeature)
      Deprecated.
      Gets an ID associated with the given object with the following properties:
      • Repeated requests for the same object will return the same ID.
      • The ID is guaranteed to be unique within the context of the provider, e.g. one ILcdModel
      Returns:
      the unique ID associated with the given object